diff --git a/webtagger.py b/webtagger.py index 7535a1f..f6890d9 100644 --- a/webtagger.py +++ b/webtagger.py @@ -20,7 +20,7 @@ def cleaner(): stoplist.isReady() # Receive String from post parametre Raw text ( Json ) dirtyString= request.json[u'string'] - # send the String throught LIA_TAGG script thank's to pip + # send the String throught LIA_TAGG script thank's to pipe # lia_clean split a word by line et markup the sentences dirtyString = stoplist.RemoveStopList(dirtyString) print " stop list " + dirtyString