NLP
Fast n-gram calculation
I\'m using NLTK to search for n-grams in a corpus but it\'s taking a very long time in some cases. I\'ve noticed calculating n-grams isn\'t an uncommon feature in other packages (apparently Haystack h[详细]
2023-04-08 22:48 分类:问答Is NLTK's naive Bayes Classifier suitable for commercial applications?
I need to train a naive Bayes classifier on two corpuses consisting of approx. 15,000 tokens each. I\'m using a basic bag of words feature extractor with binary labeling and I\'m wondering if NLTK is[详细]
2023-04-08 12:41 分类:问答ANTLR for Writing JAPE Grammar
I am using GATE to process texts written in natural language. I have to extract height, weight, bp etc from the text and store it in structured form. Now, these things(i.e height, weight etc) can be w[详细]
2023-04-08 01:22 分类:问答Can extract generic entities using Lingpipe other than People, Org and Loc?
I have read through Lingpipe for N开发者_开发问答LP and found that we have a capability there to identify mentions of names of people, locations and organizations. My questions is that if I have a tra[详细]
2023-04-07 10:44 分类:问答Training data for sentiment analysis [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-07 05:19 分类:问答Converting adjectives and adverbs to their noun forms
I am experimenting with word sense disambiguation using wor开发者_如何学Cdnet for my project.As a part of the project, I would like to convert a derived adjective or an adverb form to it\'s root noun[详细]
2023-04-07 04:08 分类:问答Detect Programming Language from code snippet [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Detecting programming language from a snippet[详细]
2023-04-06 23:40 分类:问答Doing a hierarchical sentiment analysis with LingPipe
This is in the context of doing sentiment analysis using LingPipe machine learning tool. I have to classify if a sentence in a big paragraph has a positive/negative sentiment. I know of the following[详细]
2023-04-06 21:25 分类:问答The 2010 Loebner Prize winner bot: Suzette [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-06 13:53 分类:问答Extracting synonymous terms from wordnet using synonym()
Supposed I am pulling the synonyms of \"help\" by the function of synonyms() from wordnet and get the followings:[详细]
2023-04-06 11:33 分类:问答