Пример #1
0
 def enrich_word(self, word):
     if self.kf.frequency(word) == 0:
         return Resource.link(word)
     return word