Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 272 → Rev 273

/tsimapiak/parse.py
113,6 → 113,10
temp = splitword[wor][:-2] + u"f"
if temp in wordin[wor]:
center = temp
if splitword[wor].endswith(u"po"):
temp = splitword[wor][:-2] + u"p"
if temp in wordin[wor]:
center = temp
if splitword[wor].endswith(u"tsa"):
temp = splitword[wor][:-3] + u"ts"
if temp in wordin[wor]: