Module: @gukhanmun/stdict-cdb

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

Example

import { load } from "@gukhanmun/wasm";
import { stdictCdb } from "@gukhanmun/stdict-cdb";

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

Variables

Functions

References

FileDictionarySource

Re-exports FileDictionarySource