├── .gitignore ├── LICENSE.txt ├── README.rst ├── setup.py └── treetagger.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miotto/treetagger-python/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miotto/treetagger-python/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miotto/treetagger-python/HEAD/README.rst -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miotto/treetagger-python/HEAD/setup.py -------------------------------------------------------------------------------- /treetagger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miotto/treetagger-python/HEAD/treetagger.py --------------------------------------------------------------------------------