TextBlob 是一个支持 Python2 和 Python3 的用于进行文本数据处理的工具包。它提供了简单的API,用于一般自然语言处理(NLP),如:语音识别、名词短语提取、情感分析、翻译等功能。
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 tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.
NOTE
In this project, we can attempt splling correction. Word object have a spellcheck() method. Word.spellcheck() method returns a list of (word, confidence) tuples with splling suggestions.