0.1.4 • Published 6 months ago

spelling-variants-ja v0.1.4

Weekly downloads
88
License
Apache-2.0
Repository
github
Last release
6 months ago

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

0.1.4

6 months ago

0.1.2

12 months ago

0.1.3

12 months ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.2

4 years ago