示例#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
 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 = {}