Commit 8aff910d0ea80cf5b784fb33ee6ec47b8e91b76f
1 parent
ffd3b3723b
Exists in
master
and in
1 other branch
nettoyage du readme (bug ## )
Showing 1 changed file with 11 additions and 0 deletions Side-by-side Diff
README.md
1 | 1 | LIA's webTagger : Web api for the LIA POS TAGGER |
2 | 2 | ================================================= |
3 | + | |
3 | 4 | ## LIA's WebTagger let you |
5 | + | |
4 | 6 | * Taggin each word of a sentences with his morphosyntaxic function |
5 | 7 | * having the lemm of corresponding of which word |
8 | + | |
6 | 9 | ## LIA's WebTagger is |
10 | + | |
7 | 11 | * Powered by Python |
8 | 12 | * Free and open source (licence CeCILL) |
13 | + | |
9 | 14 | ## Ressources |
15 | + | |
10 | 16 | * source code : gitlia.univ-avignon.fr/public |
11 | 17 | * contact : killian.janod@alumni.univ-avignon.fr |
18 | + | |
12 | 19 | ## Requirement |
20 | + | |
13 | 21 | * [LIA\_TAGGER](http://pageperso.lif.univ-mrs.fr/~frederic.bechet/download.html) |
14 | 22 | * Python > 2.5 |
15 | 23 | * Flask |
24 | + | |
16 | 25 | ## Advise |
26 | + | |
17 | 27 | * Virtualenv |
18 | 28 | * gunincorn |
19 | 29 | * Bower ( for js/css in the online demo ) |
20 | 30 | |
21 | 31 | ## Instalation |
32 | + | |
22 | 33 | TODO |