yomi-dict

0.1.8 • Public • Published

yomi-dict

Kanji reading dictionary.

Build

  1. install SudachiDict licensed under the Apache-2.0
  2. deno run --allow-read --allow-write build.js

Usage

import { YomiDict } from "yomi-dict/mod.js";

const dict = await YomiDict.load("yomi.csv");
dict.get("学校");  // --> ["がっこう"]

License

Apache-2.0

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.81latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.81
0.1.70
0.1.60
0.1.50
0.1.44
0.1.30
0.1.20
0.1.10
0.1.00
0.0.70
0.0.60
0.0.40
0.0.30
0.0.20
0.0.11

Package Sidebar

Install

npm i yomi-dict

Weekly Downloads

1

Version

0.1.8

License

Apache-2.0

Unpacked Size

21.6 MB

Total Files

95

Last publish

Collaborators

  • marmooo