Commit 482c6f8034b6bf66c112235400a03f38fc1b28e3

Authored by Michał Lenart
1 parent f2ea3b7a

- usunięcie niepotrzebnego debugu, który powodował błąd.

git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@95 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
fsabuilder/morfeuszbuilder/fsa/convertinput.py
... ... @@ -74,7 +74,6 @@ class PolimorfConverter4Analyzer(object):
74 74 tagnum = int(tagnum)
75 75 namenum = int(namenum)
76 76 typenum = int(typenum)
77   - print orth, base
78 77 yield (orth, Interpretation(orth, base, tagnum, namenum, typenum))
79 78  
80 79 def convert(self, inputLines):
... ...
fsabuilder/morfeuszbuilder/fsa/fsa.pyc
No preview for this file type
fsabuilder/morfeuszbuilder/fsa/register.pyc
No preview for this file type
fsabuilder/morfeuszbuilder/fsa/serializer.pyc
No preview for this file type
fsabuilder/morfeuszbuilder/fsa/state.pyc
No preview for this file type