Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there a free source with basic yellow pages data(name,address, phone#)? I don't mind if its out of date. I couldn't find anything with google. To clarify I'm looking for a data dump, I know I can just go to yellow pages.com or whatever for regular queries. As a last resort I'll probably scrape it.
This sort of data tends to be very expensive, so you're unlikely to find anyone offering a free directory. If they are it will probably be horribly out of date or have many duplicates.
In my previous job the company was looking at business directories - the main stumbling block was the cost of good, clean data.
Yeah, I'd recommend something like Yellabot.com and get the GOLD version if you can and automate scraping the data. I don't know of anywhere that is going to give that data out for free but if you're willing to pay for it, I'm sure there are companies that would sell the whole shebang for 10's of 1000's of dollars. If you do find it though, let me know, lol.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Do anybody know about a github repo with a full well organized data science project? Preferable in Python. My hobby project often get mezzy with a mix of Python code and notesbook. A worked out project is the best way to learn some new tricks.
Data Science is regarded a bit differently by different people, so you might consider focusing on what exactly you wish to learn.
But, take a look at those:
https://github.com/bulutyazilim/awesome-datascience
https://www.kaggle.com/
The first one contains lots of relevant sources of information. The second is originally a competition site with varied different problems in ML, but also contains past competitions (and datasets). They added a cool feature called "kernels" which are just code files people publish and you could learn from those.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm a former IT-student and would like to start as a web-designer. because I'm still a student and want to focus on my study I don't want to work full time but part time.
does anyone know what's the best way is to do this. shoeld I start for my own or shoeld is apply for a job?
This question may not be what stackoverflow is supposed to be used for but I'll just give you some quick hints. Just like you I'm a young (19-year-old) student, currently studying Software Engineering (IT) at the Amsterdam University of Applied Sciences. I'm currently doing an internship (3rd year) and am working at a webdevelopment company. Look for Online Marketing companies near your home, send e-mails to them, just look around. Here in the Netherlands there are plenty of opportunities for you to start and grow. All you need is some base knowledge and something to show off (Even a small portfolio will help!). Put some time and effort into finding a part-time job.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have been trying to find a program that can extract information from unstructured text(news articles, books, etc).
My eventual goal is to create a program that can take regular sentences and cache it in a database much like google does but without all its duplicate information.
lets take the NLTK example: "At eight o'clock on Thursday morning Arthur didn't feel very good."
the things that i would want extracted would be:
time: 8:00pm
date: thursday
person: Arthur
action: didn't feel good
is there a program that can do this?
i have tried using NLTK but i cant seem to find any good way to accomplish extracting the information.
This problem is called Fine grained entity recognition. No, There are no tools (except for research works) that can add such semantics.
To start with, you can recognise Person and Time with appropriate models using Entity Recogniser.
You can recognise the actions from sentence parsing as suggested by #Junuxx.
Also give Wikify a try.
Thank you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for a multi tenant solution with sugarcrm.
Please note that,I don't like to go with creating multiple Sugarcrms instances.
In fact, I want to offer a solution for multiple organizations with different contacts, clients ... etc.
I am using SugarCE-Full-6.5.14(Community Edition) version of sugarcrm. Is that possible with this version of sugar?.
I have seen several links about the same,but unfortunately i could not get a solution from those links..
Any one please provide some useful informations about the same or what changes i need to be made in this version to manage multiple organizations ?.
Thanks,
There are a number of reasons why it isn't a good idea to use SugarCRM, as-is, for multi-tenant purposes. See:
http://cheleguanaco.blogspot.com/2010/09/sugarcrm-101-how-do-i-manage-multiple.html
http://cheleguanaco.blogspot.com/2013/03/sugarcrm-101-multiple-businesses.html
If you really want to force it to work you would need something to keep the data segregated like SecuritySuite: https://www.sugaroutfitters.com/addons/securitysuite
But there will always be potential holes. It is best to just spin up a new instance for each customer.
Yes edaklij - It is very much possible to have www.xsw.com/x , www.xsw.com/y, www.xsw.com/z etc, what you just need is a webserver where www.xsw.com pointed to main root directory, and within that you have sub-directories x, y ,z etc. Now each of sub directory contains one complete Sugar instance, and you are done.
bipul
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to make a Vocabulary Trainer and I was thinking about the best way to do it. First I searched some translation APIs to use, to avoid having to build my own dictionary, but I found that most of them are paid and some are free but have limitations.
So, I think the best way is to make my own dictionary, which also allow me to work offline, but I wonder if there is any free database of English-Spanish words to avoid starting from scratch.
Do you know any?
Thanks a lot!
You could try http://www.omegawiki.org/ as they claim this:
The aim of our project is to create a dictionary of all words of all languages, including lexical, terminological and ontological information. Our data is available in a relational database, as a result it is possible to use the data for many purposes.