Followings are deprecated.
We need to decide when to drop them
python
- following import paths. Import them from root instead (
from sudachipy import ...)
from sudachipy.dictionary import Dictionary
from sudachipy.morpheme import Morpheme
from sudachipy.morphemelist import MorphemeList
from sudachipy.tokenizer import Tokenizer
MorphemeList.empty()
- argument
mode of Tokenizer.tokenize
- argument
config_path and dict_type of the Dictionary constructor
Dictionary.create
rust
MorphemeList::split and Morpheme::split
Dictionary::from_cfg_storage_with_embedded_chardef
Followings are deprecated.
We need to decide when to drop them
python
from sudachipy import ...)from sudachipy.dictionary import Dictionaryfrom sudachipy.morpheme import Morphemefrom sudachipy.morphemelist import MorphemeListfrom sudachipy.tokenizer import TokenizerMorphemeList.empty()modeofTokenizer.tokenizeconfig_pathanddict_typeof theDictionaryconstructorDictionary.createrust
MorphemeList::splitandMorpheme::splitDictionary::from_cfg_storage_with_embedded_chardef