Expand description
Dictionary management for morphological analysis.
This module provides functionality for building, loading, and managing dictionaries used in morphological analysis.
Structs§
- JsDictionary
- A morphological analysis dictionary.
- JsUser
Dictionary - A user-defined dictionary for custom words.
Functions§
- build_
dictionary - Builds a dictionary from source files.
- build_
user_ dictionary - Builds a user dictionary from a CSV file.
- load_
dictionary - Loads a dictionary from the specified URI.
- load_
user_ dictionary - Loads a user dictionary from the specified URI.