1
0
forked from GitHub/gf-core

No debug messages

This commit is contained in:
prasanth.kolachina
2015-04-22 18:51:55 +00:00
parent 12216449e0
commit 7d876fd665

View File

@@ -99,8 +99,6 @@ def web_lexer(grammar, lang, sentences):
count = 0;
for analysis in grammar.languages[lang].lookupMorpho(lowertoken):
count += 1;
if count:
print "replacing %s with %s" %(token, lowertoken);
tokensList[idx] = lowertoken if count else token;
for idx, token in enumerate(tokensList):
if token.find('-') == -1: