This project is a Python lib built on top of PLY package to identify several lexical regularities, for example:
1 - Temporal expressions (time, duration, set)
2 - Clitic analysis
3 - URI and email addresses
4 - Hyphenation
5 - Abbreivation
6 - Money and currency
## Usage: ```bash python nltk_corpus_example.py ```
python setup.py install