Interface: GukhanmunOptions
Full set of options passed to GukhanmunFactory.load (or the
top-level load function) to configure a Gukhanmun instance.
All fields are optional. When a preset is specified it supplies
defaults; individual fields override those defaults. When no preset is
given, "ko-kr" is implicitly used.
Properties
dictionaries?
readonlyoptionaldictionaries?: readonlyFileDictionarySource[]
Ordered list of dictionary sources. Sources are queried in order; earlier entries take precedence. When omitted (or empty), only the fallback Unihan character map is used (no stdict).
Unlike the "ko-kr" Rust preset, JavaScript presets do not
automatically include a bundled dictionary. To use the Standard Korean
Language Dictionary, add @gukhanmun/stdict-fst or
@gukhanmun/stdict-cdb explicitly.
See
directives?
readonlyoptionaldirectives?:Directives
Per-hanja rendering directives that override dictionary marks.
See
firstOccurrenceWindow?
readonlyoptionalfirstOccurrenceWindow?:ContextWindow
Context window for first-occurrence filtering. The
FirstOccurrenceFilter middleware clears requireHanja /
requireHangul on repeated occurrences of the same word within this
window, so the gloss appears only the first time. Defaults to "off"
(filter disabled) in both presets.
See
homophoneWindow?
readonlyoptionalhomophoneWindow?:ContextWindow
Context window for homophone disambiguation. The HomophoneMarker
middleware sets homophone = true on annotations whose hangul reading is
shared by another hanja form within this window. Defaults to
"per-block".
See
html?
readonlyoptionalhtml?:HtmlOptions
HTML-specific preservation rules. Ignored for non-HTML input formats.
See
initialSoundLaw?
readonlyoptionalinitialSoundLaw?:boolean
Whether to apply the Korean initial sound law (頭音法則) to fallback
phonetic readings. Defaults to true for "ko-kr" and false for
"ko-kp".
Note: dictionary entries are assumed to encode the correct reading already; this flag only affects the character-by-character fallback path.
numerals?
readonlyoptionalnumerals?:NumeralStrategy
How runs of hanja numerals are converted. Defaults to
"hangul-phonetic".
See
originalGloss?
readonlyoptionaloriginalGloss?:OriginalGloss
How glosses are rendered when rendering is "original". Ignored for
all other render modes. Defaults to "parens".
See
preset?
readonlyoptionalpreset?:Preset
Named configuration preset. Defaults to "ko-kr".
See
recovery?
readonlyoptionalrecovery?:Recovery
Error recovery policy for HTML scanning. Defaults to "strict".
Ignored for non-HTML input formats.
See
rendering?
readonlyoptionalrendering?:RenderMode
How annotations are rendered into output text or markup. Defaults to
"hangul-only".
See
segmentation?
readonlyoptionalsegmentation?:Segmentation
Hanja-span segmentation algorithm. Defaults to "lattice".