Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 83 → Rev 87

/tsimapiak/parse2.py
67,10 → 67,10
if foundit == True:
foundword = word
break
ret["pref"] = foundprefs
ret["post"] = foundposts
ret["inf"] = foundins
if foundit == True:
ret["pref"] = foundprefs
ret["post"] = foundposts
ret["inf"] = foundins
ret["word"] = foundword
return ret