Module: @gukhanmun/opendict-cdb

Open Korean Dictionary (우리말샘) categories prebuilt as CDB binaries for use with {@link load} from @gukhanmun/wasm or @gukhanmun/napi.

Example

import { load } from "@gukhanmun/napi";
import { opendictNorthKoreanCdb } from "@gukhanmun/opendict-cdb";

const g = await load({
  preset: "ko-kp",
  dictionaries: [await opendictNorthKoreanCdb()],
});
console.log(g.convert("歷史와 來日"));  // "력사와 래일"

Variables

Functions

References

FileDictionarySource

Re-exports FileDictionarySource