Natural Language Processing

来源:互联网 发布:淘宝网头巾布料 编辑:程序博客网 时间:2024/05/22 15:51

Natural Language Processing

Libraries for working with human languages.

  • NLTK - A leading platform for building Python programs to work with human language data.
  • Pattern - A web mining module for the Python.
  • Jieba - Chinese text segmentation.
  • SnowNLP - A library for processing Chinese text.
  • spaCy - A library for industrial-strength natural language processing in Python and Cython.
  • TextBlob - Providing a consistent API for diving into common NLP tasks.
  • TextGrocery - A simple, efficient short-text classification tool based on LibLinear and Jieba.
  • langid.py - Stand-alone language identification system.
python github传送门
0 0