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