REFERENCE · DATA
User lexicon
File format
[[predicate]] declares the lemma, coarse pos, alternation, and optional flags; [[nominal]] declares a surface form and nominal properties.
Files are UTF-8 TOML up to 16 MiB. Unknown fields and invalid POS or alternations fail before installation.
[[predicate]]
lemma = "플러그인하다"
pos = "verb"
alternation = "Ha"
[[nominal]]
surface = "LLM"
Entry semantics
Entries append by default. Analyses for the same lemma remain distinct when their alternation or details differ.
replace = true gives that user entry priority over corresponding embedded and full-POS analyses without affecting unrelated lemmas.
Validation
Validation covers NFC, dictionary form, fields required by each POS, duplicates, and override conflicts. One failure prevents installing the whole file.
An analysis source of user-lexicon in --explain-query confirms application.