Structs§
- Custom
Word Entry - 自定义词记录(中英双语)。 Custom dictionary entry (bilingual).
- Dictionary
Mutation Result - 词典热更新结果(中英双语)。 Dictionary mutation result payload (bilingual).
- List
Custom Words Result - 词典列表结果(中英双语)。 Custom dictionary listing result payload (bilingual).
- Tokenize
Output - 分词输出(中英双语)。 Tokenization output payload (bilingual).
Enums§
- Tokenizer
Mode - 分词模式(中英双语)。 Tokenizer mode selector (bilingual).
Constants§
- VULCAN_
DICT_ TABLE - 伴生系统词典表名(中英双语)。 System companion dictionary table name (bilingual).
Functions§
- ensure_
jieba_ tokenizer_ registered - 确保当前 SQLite 连接已注册
jiebatokenizer(中英双语)。 Ensure the current SQLite connection registered thejiebatokenizer (bilingual). - ensure_
vulcan_ dict_ table - 确保伴生词典表存在(中英双语)。 Ensure the companion dictionary table exists (bilingual).
- list_
custom_ words - 列出当前启用的自定义词(中英双语)。 List enabled custom words with a structured result payload (bilingual).
- load_
custom_ words - 列出当前启用的自定义词(中英双语)。 List currently enabled custom dictionary words (bilingual).
- remove_
custom_ word - 删除自定义词(中英双语)。 Remove a custom dictionary word (bilingual).
- tokenize_
text - 执行分词并构造 FTS 查询表达式(中英双语)。 Perform tokenization and build an FTS query expression (bilingual).
- upsert_
custom_ word - 写入或更新自定义词(中英双语)。 Insert or update a custom dictionary word (bilingual).