Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 70 → Rev 71

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