Module: @gukhanmun/stdict-fst

Standard Korean Language Dictionary (標準國語大辭典) prebuilt as an FST binary for use with {@link load} from @gukhanmun/wasm or @gukhanmun/napi.

Example

import { load } from "@gukhanmun/wasm";
import { stdictFst } from "@gukhanmun/stdict-fst";

const g = await load({ dictionaries: [await stdictFst()] });
console.log(g.convert("漢字를 한글로"));  // "한자를 한글로"

Variables

Functions

References

FileDictionarySource

Re-exports FileDictionarySource