Skip to content

Remove deprecated APIs #353

Description

@hayashi-mas-wap

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions