0.1.4 • Published 2 years ago

spelling-variants-ja v0.1.4

Weekly downloads
88
License
Apache-2.0
Repository
github
Last release
2 years 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

2 years ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.2

5 years ago