Searched refs:context_word (Results 1 – 1 of 1) sorted by relevance
895 for context_word in context_words:896 self._comp_dict[context_word] = sorted_comp_items909 for context_word in context_words:910 if context_word not in self._comp_dict:912 context_word)914 for context_word in context_words:915 del self._comp_dict[context_word]917 def extend_comp_items(self, context_word, new_comp_items): argument929 if context_word not in self._comp_dict:931 context_word)[all …]