Commit 9203578f81541a52a3769d6f8852e3ce20536e8e
1 parent
56970cf1c9
Exists in
master
and in
1 other branch
ajout du gitignore, reademe et des dossiers
Showing 1 changed file with 22 additions and 0 deletions Inline Diff
README.md
File was created | 1 | LIA's webTagger : Web api for the LIA POS TAGGER | |
2 | ================================================= | ||
3 | ## LIA's WebTagger let you | ||
4 | * Taggin each word of a sentences with his morphosyntaxic function | ||
5 | * having the lemm of corresponding of which word | ||
6 | ## LIA's WebTagger is | ||
7 | * Powered by Python | ||
8 | * Free and open source (licence CeCILL) | ||
9 | ## Ressources | ||
10 | * source code : gitlia.univ-avignon.fr/public | ||
11 | * contact : killian.janod@alumni.univ-avignon.fr | ||
12 | ## Requirement | ||
13 | * [LIA\_TAGGER](http://pageperso.lif.univ-mrs.fr/~frederic.bechet/download.html) | ||
14 | * Python > 2.5 | ||
15 | * Flask | ||
16 | ## Advise | ||
17 | * Virtualenv | ||
18 | * gunincorn | ||
19 | * Bower ( for js/css in the online demo ) | ||
20 | |||
21 | ## Instalation | ||
22 | TODO | ||
23 |