Exemple #1
0
 def __init__(self, config):
     '''Sets up the DescWord object for use.'''
     Base.__init__(self)
     self.lwords = DescWords.get_lang(config)
Exemple #2
0
 def __init__(self, _):
     '''Sets up the TopicCohe object for use.'''
     Base.__init__(self)
     self.__req2topics = {}
     self.__tcnt = {}
Exemple #3
0
 def __init__(self, _):
     Base.__init__(self)
Exemple #4
0
 def __init__(self, config):
     '''Sets up the DescWord object for use.'''
     Base.__init__(self, config)
     self.lwords = DescWords.get_lang(config)
Exemple #5
0
 def __init__(self, _):
     Base.__init__(self)
Exemple #6
0
 def __init__(self, _):
     '''Sets up the ReqTopicCohe object for use.'''
     Base.__init__(self)
Exemple #7
0
 def __init__(self, _):
     '''Sets up the ReqTopicCohe object for use.'''
     Base.__init__(self)
Exemple #8
0
 def __init__(self, _):
     '''Sets up the TopicCohe object for use.'''
     Base.__init__(self)
     self.__req2topics = {}
     self.__tcnt = {}