I am hand tagging twitter messages as Positive, Negative, Neutral. I am try to appreciate is there some logic one can use to identify of the training set what pro开发者_JS百科portion of message should
I\'m trying to load some corpora I installed with the NLTK installer but I got a: >>> from nltk.corpus import machado
I am reading this book (NLTK) and it is confusing.Entropy is defined as: Entropy is the sum of the probability of each label
How can I tell NLTK to treat the text in a particular language? Once in a while I write a specialized NLP routine to do POS tagging, tokenizing and etc. on a non-english (but still hindo-European) te
When do I use each ? Also...is the NLTK lemmatization dependent upon Parts of 开发者_开发问答Speech?
I am trying to parse some text and diagram it, like you would a sentence. I am new to NLTK and am trying to find something in NLTK that will help me accomplish this开发者_如何学编程. So far, I have se
I\'m very new to Python, and am trying to learn in conjunction with using nltk. I\'ve been following some examples and testing things out, but it seems I am very limited in what I can do due to error
I\'m looking to extract names and places from very short bursts of text example \"cardinals vs jays in toronto\"
I love to eat chicken. Today I went running, swimming and played basketball. My objective is to return FOOD and SPORTS 开发者_开发问答just by analyzing these two sentences.How can you do that?
I am using NLTK to extract nouns from a text-string starting with the following command: tagged_text = nltk.pos_tag(nltk.Text(nltk.word_tokenize(some_string)))