예제 #1
0
 def __init__(self, text):
     tokenize.__init__(self, '')
     self._words = text
예제 #2
0
 def __init__(self, words):
     tokenize.__init__(self, '')
     self._words = words
예제 #3
0
 def __init__(self, words):
     tokenize.__init__(self, '')
     self._words = words