Tag: nlp
All the articles with the tag "nlp".
-
Let's catch up - It has been a while...
After a year away from blogging — a move to Bengaluru, new experiments, and a clearer sense of direction for what comes next.
-
Question Classification using Support Vector Machines
Building a question classification system with SVMs, spaCy, scikit-learn, and pandas — part of a larger Question Answering System I've been working on.
-
Why Natural Language Processing can be hard?
Following are my notes for the video lectures of IIT-K, NPTEL, NLP course. (Not orgnanized properly, will do them soon.
-
Dependency Parsing in NLP
Syntactic Parsing or Dependency Parsing is the task of recognizing a sentence and assigning a syntactic structure to it.
-
The Process of Information Retrieval
A friend of mine published this realy great post about Information Retrieval . I have reblogged it here.
-
A Cognitive study of Lexicons in Natural Language Processing.
What are Lexicons ? A word in any language is made of a root or stem word and an affix.
-
Setting up Natural Language Processing Environment with Python
Get your NLP development environment running on Linux with Python — covers pip, NLTK, spaCy, and the core tools you need to start experimenting.
-
Naive Bayes Classifier in Python
Naive Bayes Classifier is probably the most widely used text classifier, it's a supervised learning algorithm.