I downloaded the latest Wordnet version for Windows (2.1) and I want to establish a link between two verb synsets. Is there a wordnet synset editor out there I can use for this? They published documen
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
When I try to call file and its method using Jython it shows the following error, while my Numpy, Python and NLTK is correctly installed and it works properly if I directly run directly from the Pytho
I need a reliable and accurate method to filter twe开发者_如何转开发ets as subjective or objective. In other words I need to build a filter in something like Weka using a training set.
I want to use Stanford NER system as a NLP tool in my work. However it lacks a classifier model for Chinese Named Entity. I must train the model by mys开发者_JAVA技巧elf. I did not find any free datas
Ok, I have the following code to train the NER Identifier from OpenNLP FileReader fileReader = new FileReader(\"train.txt\");
My application requires that I point the head of a phrase (noum or verb). I have this kind of info in my Portuguese corpus:
So, I\'ve constructed a NLP program that learns to extract a semantic event description from a sentence, but right now my training set is limited to sentences I\'ve parsed into semantic event componen
I did some questions about text-mining a week ago, but I was a bit confused and still, but now I know wgat I want to do.
Let\'s start with a simple problem. Let\'s say that I have a 350 char sentence and would like to bucket the sentence into either a \"Good mood\" bucket or a \"Bad mood\" bucket.