Beispiel #1
0
 def __init__(self):
     # print 'loading dict'
     dictionary.loaddictionary()
     # print 'over'
     self.wordmap = []
     self.wordcode = 'utf-8'
     pass
Beispiel #2
0
 def __init__(self):
     dictionary.loaddictionary()
     self.wordmap = []
     self.wordcode = 'utf-8'
     pass
Beispiel #3
0
 def __init__(self):
     dictionary.loaddictionary()
     self.wordmap = []
     self.wordcode = 'utf-8'
     pass
Beispiel #4
0
 def __init__(self):
     print 'loading dict'
     dictionary.loaddictionary()
     print 'over'
     self.string = ''
     pass