Skip to content

lostandfound/textlint-rule-hyogai-onkun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-rule-hyogai-onkun

Caution Work In Progress

Check Hyogai Onkun(Kanji reading that has not been approved by Japanese government).

表外音訓を検出します。形態素解析を使っています。辞書は随時追加します。

Install

まだnpmにpublishしてません

Install with npm:

npm install textlint-rule-hyogai-onkun

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "hyogai-onkun": true
    }
}

Via CLI

textlint --rule hyogai-onkun README.md

Build

Builds source codes for publish to the lib folder. You can write ES2015+ source codes in src/ folder.

npm run build

Tests

Run test code in test folder. Test textlint rule by textlint-tester.

npm test

License

MIT © Hiroshi Takase

About

Check Hyogai Onkun(Kanji reading that has not been approved by Japanese government).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published