Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [itsdangerous](https://github.com/pallets/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python.
* [tryton](http://www.tryton.org/) - A general purpose business framework.
* [Taiga](https://taiga.io/) - Agile project management platform.

## Natural Language Processing

Expand All @@ -798,7 +799,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [polyglot](https://github.com/aboSamoor/polyglot) - Natural language pipeline supporting hundreds of languages.
* [pytext](https://github.com/facebookresearch/pytext) - A natural language modeling framework based on PyTorch.
* [PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP) - A toolkit enabling rapid deep learning NLP prototyping for research.
* [spacy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython.
* [spaCy](https://spacy.io/) - A library for industrial-strength natural language processing in Python and Cython.
* [stanfordnlp](https://github.com/stanfordnlp/stanfordnlp) - The Stanford NLP Group's official Python library, supporting 50+ languages.
- Chinese
* [jieba](https://github.com/fxsjy/jieba) - The most popular Chinese text segmentation library.
Expand Down