Text Processing Book: Natural Language Processing with Python 1st Edition

Natural Language Processing with Python Description Analyzing Text with the Natural Language Toolkit This book offers a highly accessible introduction to natural language processing, the field that supports a variety of language technologies, from predictive text and email filtering to … Continue reading

Open Source Text Processing Project: TextBlob

TextBlob: Simplified Text Processing Project Website: http://textblob.readthedocs.org/en/dev/ Github Link: https://github.com/sloria/textblob Description TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech … Continue reading

Open Source Text Processing Project: spaCy

spaCy: BUILD TOMORROW’S LANGUAGE TECHNOLOGIES Project Website: https://spacy.io/ Github Link: https://github.com/honnibal/spaCy Description spaCy is a library for industrial-strength natural language processing in Python and Cython. It features state-of-the-art speed and accuracy, a concise API, and great documentation. If you’re a … Continue reading

Open Source Text Processing Project: NLTK

NLTK: Natural Language Toolkit Project Website: http://www.nltk.org/ Github Link: https://github.com/nltk https://github.com/nltk/nltk Description NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as … Continue reading