Blame view

README.md 656 Bytes
9203578f8   Killian   ajout du gitignor...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  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