def buildTokenDictionary(self): """ ? self.segResponses ??????? id """ self.tokenDictionary = corpora.Dictionary(self.segResponses) logging.info("?????????%s" % str(self.tokenDictionary))