Ask HN: What can I do with vast amounts of text?
I've started collecting a lot of data in Arabic. the thing with arabic is that there's Modern Standard Arabic that's used in formal communication and then each country's dialect that's used in informal communication. I have a lot (like tens of millions of sentences) of each and I'm working on tagging them as either MSA or dialect (and which dialect it is).
But now what? Natural language processing? Something else? Any low hanging fruits I can work on?
10 comments
[ 3.6 ms ] story [ 54.3 ms ] threadLike for example, collecting data from somewhere that appeals to the general population is going to give different results than collecting data from a development community.
Tech wise, you could throw all the data into full text search engine like Sphinx or alternatively use something like Lucene or NLTK.
http://nltk.org/
http://lucene.apache.org/
http://sphinxsearch.com/
If you are tagging, take a look at supervised machine learning.
There are a lot of monetization options you could do with data like that. Using some of the tools already mentioned here, there's a lot of options available.
I've been able to do sentiment analysis with a high (80%+) level of accuracy using only a fraction of what I currently have. I don't think it's really monetizable even though it's (afaik) the only one of it's kind. Not that hard to make.
I'm interested in named entity tagging and other things like that that I know for a fact don't exist for Arabic or any of its dialects. Who would pay for that, though?
Here's an example: http://blog.repustate.com/arabic-sentiment-analysis-a-long-j...
Many of the text analysis APIs on the web only do english, spanish, and maybe chinese.
If you could come up with a semi decent system, you could talk to marketers, and actually other developers.
For example, I've had people come to me for something as obscure as recognizing locations so they could do geo tagging in a mobile app based on text.
If you have any particular industry verticals you're familiar with, there's probably a niche somewhere.