This project aims to deploy an API Rest around BioTex. **BioTex is a Automated Term Extractor** (see [here](http://tubo.lirmm.fr/biotex/index.jsp) for more details)
BioTex need a POS (Part of Speech) tagger. Its author suggest [TreeTagger](https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/)
This repository is based upon the work of **Jacques Fize** who build a python wrapper of Biotext (see [his repository](https://gitlab.irstea.fr/jacques.fize/biotex_python) for more details)