diff --git a/README.md b/README.md index 19ee06f..3d9bdf9 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,33 @@ LIA's webTagger : Web api for the LIA POS TAGGER ================================================= + ## LIA's WebTagger let you + * Taggin each word of a sentences with his morphosyntaxic function * having the lemm of corresponding of which word + ## LIA's WebTagger is + * Powered by Python * Free and open source (licence CeCILL) + ## Ressources + * source code : gitlia.univ-avignon.fr/public * contact : killian.janod@alumni.univ-avignon.fr + ## Requirement + * [LIA\_TAGGER](http://pageperso.lif.univ-mrs.fr/~frederic.bechet/download.html) * Python > 2.5 * Flask + ## Advise + * Virtualenv * gunincorn * Bower ( for js/css in the online demo ) ## Instalation + TODO