Commit 1db021bcb8e6758fda32b6e9ddef132ae3c63b67
1 parent
673721ec07
Exists in
master
and in
1 other branch
salut
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
webtagger.py
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | stoplist.isReady() |
21 | 21 | # Receive String from post parametre Raw text ( Json ) |
22 | 22 | dirtyString= request.json[u'string'] |
23 | - # send the String throught LIA_TAGG script thank's to pip | |
23 | + # send the String throught LIA_TAGG script thank's to pipe | |
24 | 24 | # lia_clean split a word by line et markup the sentences |
25 | 25 | dirtyString = stoplist.RemoveStopList(dirtyString) |
26 | 26 | print " stop list " + dirtyString |