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