From e4e033e3e6dcf71a843e6707a6d50379016a4de1 Mon Sep 17 00:00:00 2001 From: petrushev Date: Thu, 10 Jul 2014 15:44:26 +0200 Subject: [PATCH] Added pyparsing under text processing / parsers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd0f8783..eefbf501 100644 --- a/README.md +++ b/README.md @@ -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