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