Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 171 → Rev 175

/tsimapiak/translate.py
1,4 → 1,6
#!/usr/bin/python
# -*- coding: utf-8 -*-
 
import parse
import dbconnector
 
/tsimapiak/parse.py
26,6 → 26,7
foundposts = []
lenited = False
splitword = word["infix"].split(u" ")
foundins = [u"", u"", u""]
if len(wordin) < len(splitword):
foundit = False
next
35,7 → 36,6
foundprefs.append([])
foundposts.append([])
center = u""
foundins = [u"", u"", u""]
pre = []
post = []
if u"<1>" in splitword[wor]:
65,7 → 65,7
if temp in wordin[wor]:
center = temp
if splitword[wor].endswith(u"po"):
temp = splitword[wor][:-3] + u"p"
temp = splitword[wor][:-2] + u"p"
if temp in wordin[wor]:
center = temp
if center == u"":
/webapp/static/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream