Top "Nltk" questions

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

How do I find the frequency count of a word in English using WordNet?

Is there a way to find the frequency of the usage of a word in the English language using WordNet …

python nltk wordnet
How to check a word if it is adjective or verb using python nltk?

i have list of words like amazing, interesting, love, great, nice. And i want to check if word is adjective …

parsing python-3.x nltk pos-tagger
PorterStemmer doesn't seem to work

I am new to python and practising with examples from book. Can anyone explain why when I am trying to …

python nltk porter-stemmer
NLTK tokenize - faster way?

I have a method that takes in a String parameter, and uses NLTK to break the String down to sentences, …

python time-complexity nltk tokenize frequency
How to find out wether a word exists in english using nltk

I am looking for a proper solution to this question. This question has been asked many times before and i …

python python-3.x nlp nltk wordnet
Named Entity Recognition for NLTK in Python. Identifying the NE

I need to classify words into their parts of speech. Like a verb, a noun, an adverb etc.. I used …

python nlp nltk named-entity-recognition
What NLP tools to use to match phrases having similar meaning or semantics

I am working on a project which requires me to match a phrase or keyword with a set of similar …

python nlp nltk latent-semantic-indexing
Coreference resolution in python nltk using Stanford coreNLP

Stanford CoreNLP provides coreference resolution as mentioned here, also this thread, this, provides some insights about its implementation in Java. …

python nlp nltk stanford-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. …

python nlp nltk n-gram
Determining Hypernym or Hyponym using wordnet nltk

I want to check for the hypernyms/hyponym relation between two words (given by the user) which means any of …

python sparql nltk rdflib