NLP
When would we extract verb phrases from a text?
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[详细]
2023-04-04 13:00 分类:问答which similarity function of nltk.corpus.wordnet is Appropriate for find similarity of two words?
which similarity function in nltk.corpus.wordnet is Appropriate for find similarity of two words? path_similarity()?[详细]
2023-04-04 07:07 分类:问答Common Service Locator and implementations of IDependencyResolver
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[详细]
2023-04-03 12:12 分类:问答Word/Phoneme Corpus for an Elman SRN (English)
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.[详细]
2023-04-02 19:34 分类:问答What is the state-of-art in extracting Noun Phrases from a textual content? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-02 10:24 分类:问答Problem training unigram tagger on nps_chat corpus
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.[详细]
2023-04-02 09:07 分类:问答Paraphrasing for Math Word Problems (Changing sentence structure without changing meaning)
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[详细]
2023-04-02 07:59 分类:问答Decoding Permutated English Strings
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[详细]
2023-04-02 04:14 分类:问答Where can I find texts that describe topic-specific events?
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[详细]
2023-04-01 09:43 分类:问答Javascript Verbs Detection
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.[详细]
2023-03-31 21:39 分类:问答