spelling-variants-ja

0.1.4 • Public • Published

spelling-variants-ja

Japanese spelling variants dictionary.

Build

  • install SudachiDict licensed under the Apache-2.0
  • deno run --allow-read --allow-write build-dict.js
  • bash build.sh

Usage

import { SpellingVariantsJa } from "spelling-variants-ja/mod.js";

const dict = await SpellingVariantsJa.load("spelling-variants.csv");
dict.get("あいず");  // --> { "合図": ["合図", "相図"] }

License

Apache-2.0

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    4
    • latest

Version History

Package Sidebar

Install

npm i spelling-variants-ja

Weekly Downloads

13

Version

0.1.4

License

Apache-2.0

Unpacked Size

2.29 MB

Total Files

101

Last publish

Collaborators

  • marmooo