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