We have been using the Weka Explorer GUI to build a few classifier models. Now Testing is complete we would like to implement this model within a Java application so it can take new messages.
I am looking for a simple but \"good enough\" Named Entity Recognition tool (nlp tool) or library for C#, I am looking to process name entities inme开发者_StackOverflow中文版dical domains.
I\'m writing a program in Java that needs to parse natural language. I need this to be done using probability and statistics. Are there any开发者_如何学运维 resources that can easily explain Statistic
I am trying to apply SVD on my matrix (3241 x 12596) that was obtained after som开发者_开发技巧e text processing (with the ultimate goal of performing Latent Semantic Analysis) and I am unable to unde
Suppose I have a set of phrases - about 10 000 - of average length - 7-20 words in which I want to find some given phrase. The phrase I am looking for could have some errors - for example miss one or
So here is my problem. I have two paragraphs of text and I need to see if they are similar. Not in the sense of string metrics but in meaning. The following two paragraphs are related but I need to fi
I need to build a POS tagger in Java and need to开发者_开发知识库 know how to get started. Are there code examples or other resources that help illustrate how POS taggers work?Try Apache OpenNLP. It i
I\'m looking at nltk for python, but it splits(tokenize) won\'t as [\'wo\',\"n\'t\"]. Are there libraries that do this more robustly?
How can plural nouns be converted into singular nouns using R? I use the the tagPOS function which tags each text and then extract all of plural nouns which were tagged as \"NNS\". But what to do in c
I know that I can extract the English letters and numbers by using the A-Za-z0-9 regex. How can I extract the words from other languages such as Arabic and only allow the letters and开发者_开发技巧 n