Which NLP framework do you use? #1 Post by gdhillon » Sat, Jul 09, 2011, 4:57 AM UTC Just wondering what NLP framework people are using out there? I would like to extract Category/Sub-Categories and Topic information from unstructured text.Thanks,
Re: Which NLP framework do you use? #2 Post by szermer » Sat, Jul 09, 2011, 5:19 AM UTC I'd be interested in knowing as well.
Re: Which NLP framework do you use? #3 Post by ColinWright » Sat, Jul 09, 2011, 7:35 AM UTC szermer wrote: post #2 I'd be interested in knowing as well. I'm curious. If you are interested and want to know the answer, why didn't you upvote the question?
Re: Which NLP framework do you use? #4 Post by jdhok » Sat, Jul 09, 2011, 2:30 PM UTC At my last job we used NLTK, Stanford NER and POS tagger, and some components from Lucene.
Re: Which NLP framework do you use? #5 Post by xerxes2001 » Sat, Jul 09, 2011, 3:29 PM UTC I would like to know as well. At the moment I am doing most of my stuff with the tm library in R. NLTK in python also works nicely IMO.