mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
No debug messages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user