From 9203578f81541a52a3769d6f8852e3ce20536e8e Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 17 May 2013 12:49:57 +0200 Subject: [PATCH] ajout du gitignore, reademe et des dossiers --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19ee06f --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- 1.8.2.3