Added pyparsing under text processing / parsers

This commit is contained in:
petrushev 2014-07-10 15:44:26 +02:00
parent 542d644db3
commit e4e033e3e6
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [Pygments](http://pygments.org/) - A generic syntax highlighter.
* [python-nameparser](https://github.com/derek73/python-nameparser) - A simple Python module for parsing human names into their individual components.
* [schema](https://github.com/halst/schema) - A library for validating Python data structures.
* [pyparsing](http://pyparsing.wikispaces.com/) - A general purpose framework for generating parsers.
## Natural Language Processing