Top "Nltk" questions

The Natural Language Toolkit is a Python library for computational linguistics.

What does NN VBD IN DT NNS RB means in NLTK?

when I chunk text, I get lots of codes in the output like NN, VBD, IN, DT, NNS, RB. Is …

python nlp nltk text-parsing pos-tagger
How to use TaggedDocument in gensim?

I have two directories from which I want to read their text files and label them, but I don't know …

python nltk gensim word2vec doc2vec
Classification using movie review corpus in NLTK/Python

I'm looking to do some classification in the vein of NLTK Chapter 6. The book seems to skip a step in …

python nlp nltk sentiment-analysis corpus
Python - Sentiment Analysis using Pointwise Mutual Information

from __future__ import division import urllib import json from math import log def hits(word1,word2=""): query = "http://ajax.googleapis.…

python nlp nltk sentiment-analysis
POS tagging in German

I am using NLTK to extract nouns from a text-string starting with the following command: tagged_text = nltk.pos_tag(…

python nlp nltk
Writing a tokenizer in Python

I want to design a custom tokenizer module in Python that lets users specify what tokenizer(s) to use for …

python regex token tokenize nltk
Python NLTK: How to tag sentences with the simplified set of part-of-speech tags?

Chapter 5 of the Python NLTK book gives this example of tagging words in a sentence: >>> text = nltk.…

python tagging nltk
Text mining with PHP

I'm doing a project for a college class I'm taking. I'm using PHP to build a simple web app that …

php nlp data-mining nltk weka
Sentiment analysis with NLTK python for sentences using sample data or webservice?

I am embarking upon a NLP project for sentiment analysis. I have successfully installed NLTK for python (seems like a …

nlp nltk weka classification
NLTK available languages for stopwords

I'm wondering where I can find the full list of supported langs (and their keys) for the NLTK stopwords. I …

python nlp nltk stop-words