コード例 #1
0
ファイル: DescWords.py プロジェクト: samjaninf/rmtoo
 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
ファイル: DescWords.py プロジェクト: oscarpicas/rmtoo
 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
ファイル: TopicCohe.py プロジェクト: samjaninf/rmtoo
 def __init__(self, _):
     '''Sets up the TopicCohe object for use.'''
     Base.__init__(self)
     self.__req2topics = {}
     self.__tcnt = {}