mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Added pyparsing under text processing / parsers
This commit is contained in:
parent
542d644db3
commit
e4e033e3e6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue