Merge pull request #127 from petrushev/add-pyparsing

Added pyparsing under text processing / parsers
This commit is contained in:
Vinta 2014-07-12 20:59:24 +08:00
commit 81c24a8552

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