I have come across plenty of material on extracting noun phrases from text. Noun phrases were defined as adjacent NN/NNS/NNP/NNPS modified by an optional JJ. It is easy to note that noun phrases are e
which similarity function in nltk.corpus.wordnet is Appropriate for find similarity of two words? path_similarity()?
I\'m building a library for conversational natural language processing.In many ways it acts much like MVC3 in that it has Controllers and Action Methods.It also uses dependency injection in much the s
I\'m writing an Elman Simple Recurrent Network. I want to give it sequences of words, where each word is a sequence of phonemes, and I want a lot of training and test data.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
At first I tried training the tagger on tagged sentences, but unlike with Brown, the nps chat corpus doesn\'t seem to take the tagged_sents() method.
I\'m working on Khan Academy\'s exercise framework, and more specifically, word problems. When doing a word problem exercise, students often get the same word problem, only with numbers and names cha
A coworker was recently asked this when trying to land a (different) research job: Given 10 128-character strings which have been permutated in exactly the same way, decode the strings. The original
So, some background: I\'m trying to train a ML system to answer questions about events, where both the event descriptions and questions are posed in natural language; the event descriptions are constr
I\'ve the following problem. I need to find verbs in a string using JavaScript. I would like to know, if there is something like (JAWS), the Java API for Wordnet, but for JavaScript.