Top "Nlp" questions

Natural language processing (NLP) is a subfield of artificial intelligence that involves transforming or extracting useful information from natural language data.

Stanford Parser and NLTK

Is it possible to use Stanford Parser in NLTK? (I am not talking about Stanford POS.)

python parsing nlp nltk stanford-nlp
How does the Google "Did you mean?" Algorithm work?

I've been developing an internal website for a portfolio management tool. There is a lot of text data, company names …

algorithm machine-learning nlp spell-checking text-search
What is the difference between lemmatization vs stemming?

When do I use each ? Also...is the NLTK lemmatization dependent upon Parts of Speech? Wouldn't it be more accurate …

python nlp nltk lemmatization
Computing N Grams using Python

I needed to compute the Unigrams, BiGrams and Trigrams for a text file containing text like: "Cystic fibrosis affects 30,000 children …

python nlp nltk n-gram
Fuzzy String Comparison

What I am striving to complete is a program which reads in a file and will compare each sentence according …

python nlp fuzzy-comparison
Creating a new corpus with NLTK

I reckoned that often the answer to my title is to go and read the documentations, but I ran through …

python nlp nltk corpus
FreqDist with NLTK

NLTK in python has a function FreqDist which gives you the frequency of words within a text. I am trying …

python nlp nltk
Any tutorials for developing chatbots?

As a engineering student, I would like to make a chat bot using python. So, I searched a lot but …

python artificial-intelligence nlp chatbot
Improving the extraction of human names with nltk

I am trying to extract human names from text. Does anyone have a method that they would recommend? This is …

python nlp nltk
Java or Python for Natural Language Processing

I would like to know which programming language is better for natural language processing. Java or Python? I have found …

java python nlp