예제 #1
0
 def __init__(self, config):
     '''Sets up the DescWord object for use.'''
     Base.__init__(self)
     self.lwords = DescWords.get_lang(config)
예제 #2
0
파일: TopicCohe.py 프로젝트: apre/rmtoo
 def __init__(self, _):
     '''Sets up the TopicCohe object for use.'''
     Base.__init__(self)
     self.__req2topics = {}
     self.__tcnt = {}
예제 #3
0
 def __init__(self, _):
     Base.__init__(self)
예제 #4
0
 def __init__(self, config):
     '''Sets up the DescWord object for use.'''
     Base.__init__(self, config)
     self.lwords = DescWords.get_lang(config)
예제 #5
0
파일: HotSpot.py 프로젝트: apre/rmtoo
 def __init__(self, _):
     Base.__init__(self)
예제 #6
0
파일: ReqTopicCohe.py 프로젝트: apre/rmtoo
 def __init__(self, _):
     '''Sets up the ReqTopicCohe object for use.'''
     Base.__init__(self)
예제 #7
0
 def __init__(self, _):
     '''Sets up the ReqTopicCohe object for use.'''
     Base.__init__(self)
예제 #8
0
 def __init__(self, _):
     '''Sets up the TopicCohe object for use.'''
     Base.__init__(self)
     self.__req2topics = {}
     self.__tcnt = {}