Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 72 → Rev 73

/tsimapiak/parse2.py
22,7 → 22,7
foundprefs = []
foundposts = []
splitword = word["infix"].split(" ")
if len(wordin) == len(splitword):
if len(wordin) != len(splitword):
foundit = False
next
for wor in range(len(splitword)):