Gensim Functions corpora.dictionary 단어 id 매핑 구성 이 모듈은 단어와 정수 ID 간의 사전 개념을 구현한다. gensim.corpora.dictionary.Dictionary 주요 인스턴스 속성 token2id(토큰) : self[word] / Type : dict of (str, int) 토큰 -> token_idtoken2id {'computer': 0, 'human': 1, 'interface': 2, 'response': 3, 'survey': 4, 'system': 5, 'time': 6, 'user': 7, 'eps': 8, '..