Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 270 → Rev 271

/tsimapiak/parse.py
109,8 → 109,8
temp = splitword[wor][:-3] + u"ng"
if temp in wordin[wor]:
center = temp
if splitword[wor].endswith(u"po"):
temp = splitword[wor][:-2] + u"p"
if splitword[wor].endswith(u"fo"):
temp = splitword[wor][:-2] + u"f"
if temp in wordin[wor]:
center = temp
if splitword[wor].endswith(u"tsa"):