├── LICENCE.txt ├── README.md ├── __pycache__ └── tmw.cpython-34.pyc ├── extras ├── fr_pretokenize_subs.csv ├── fr_stopwords_errors.txt └── fr_stopwords_project.txt ├── tmw.py └── tmw_config.py / LICENCE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cligs/tmw/HEAD/ LICENCE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cligs/tmw/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/tmw.cpython-34.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cligs/tmw/HEAD/__pycache__/tmw.cpython-34.pyc -------------------------------------------------------------------------------- /extras/fr_pretokenize_subs.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cligs/tmw/HEAD/extras/fr_pretokenize_subs.csv -------------------------------------------------------------------------------- /extras/fr_stopwords_errors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cligs/tmw/HEAD/extras/fr_stopwords_errors.txt -------------------------------------------------------------------------------- /extras/fr_stopwords_project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cligs/tmw/HEAD/extras/fr_stopwords_project.txt -------------------------------------------------------------------------------- /tmw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cligs/tmw/HEAD/tmw.py -------------------------------------------------------------------------------- /tmw_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cligs/tmw/HEAD/tmw_config.py --------------------------------------------------------------------------------