Tagged Questions

11
votes
4answers
4k views

How to extract common / significant phrases from a series of text entries

I have a series of text items- raw HTML from a MYSQL database. I want to find the most common phrases in these entries (not the single most common phrase, and ideally, not enforcing word-for-word ...
8
votes
5answers
3k views

NLP: Qualitatively “positive” vs “negative” sentence

I need your help in determining the best approach for analyzing industry-specific sentences (i.e. movie reviews) for "positive" vs "negative". I've seen libraries such as OpenNLP before, but it's too ...
6
votes
1answer
450 views

tag generation from a small text content (such as tweets)

I have already asked a similar question earlier but I have notcied that I have big constrain: I am working on small text sets suchs as user Tweets to generate tags(keywords). And it seems like the ...
4
votes
3answers
222 views

Training data for sentiment analysis

Where can I get a corpus of documents that have already been classified as positive/negative for sentiment in the corporate domain? I want a large corpus of documents that provide reviews for ...
1
vote
0answers
33 views

How does Microsoft Language Detection compare to LingPipe?

How does Microsoft Language Detection ( MSDN reference ) compare to LingPipe ( Language ID ) and other widely used tools for language identification?
1
vote
2answers
53 views

Can extract generic entities using Lingpipe other than People, Org and Loc?

I have read through Lingpipe for NLP and found that we have a capability there to identify mentions of names of people, locations and organizations. My questions is that if I have a training set of ...
1
vote
2answers
313 views

Text analysis for a passage in PHP / Javascript

I do not understand how to implement a natural language processing system by using PHP + JavaScript + MySQL. In my case, I would like to develop a text analysis and visualization technique for ...
0
votes
0answers
233 views

How to implement Word Tree in Java for PHP

I am new to natural language processing in computer engineering. I want to develop a searching function for my website runs by PHP. I have found interesting on Word Tree from Many Eyes website. This ...