예제 #1
0
 def dictionary_info(self):
     return _MeCab.Tagger_dictionary_info(self)
예제 #2
0
파일: MeCab.py 프로젝트: onlyyoufor/AUR
 def dictionary_info(self) -> "MeCab::DictionaryInfo const *":
     return _MeCab.Tagger_dictionary_info(self)