def __init__(self, config): '''Sets up the DescWord object for use.''' Base.__init__(self) self.lwords = DescWords.get_lang(config)
def __init__(self, _): '''Sets up the TopicCohe object for use.''' Base.__init__(self) self.__req2topics = {} self.__tcnt = {}
def __init__(self, _): Base.__init__(self)
def __init__(self, config): '''Sets up the DescWord object for use.''' Base.__init__(self, config) self.lwords = DescWords.get_lang(config)
def __init__(self, _): '''Sets up the ReqTopicCohe object for use.''' Base.__init__(self)