Socket
Socket
Sign inDemoInstall

textlint-rule-ja-hiragana-fukushi

Package Overview
Dependencies
4
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    textlint-rule-ja-hiragana-fukushi

Check easy-to-read Fukushi(adverbs) written in Hiragana than Kanji.


Version published
Maintainers
1
Install size
49.4 MB
Created

Readme

Source

textlint-rule-ja-hiragana-fukushi

Check easy-to-read Fukushi(adverbs) written in Hiragana than Kanji.

漢字よりもひらがなで表記したほうが読みやすい副詞を指摘します。検出には形態素解析を使っています。自動修正にも対応しています。

Install

Install with npm:

npm install textlint-rule-ja-hiragana-fukushi

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "ja-hiragana-fukushi": true
    }
}

Or you can specify custom dictionary as follows:

{
    "rules": {
        "ja-hiragana-fukushi": {
          "rulePath": "path/to/fukushi.yml"
        }
    }
}

Via CLI

textlint --rule ja-hiragana-fukushi README.md

Fixable

textlint --fix ja-hiragana-fukushi 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

List

fromto
生憎あいにく
敢えてあえて
飽くまであくまで
飽く迄あくまで
一旦いったん
薄々うすうす
予めあらかじめ
粗方あらかた
改めてあらためて
如何にいかに
如何にもいかにも
徒にいたずらに
いち早くいちはやく
未だにいまだに
苟もいやしくも
言わばいわば
薄々うすうす
概ねおおむね
押し並べておしなべて
押しなべておしなべて
自ずからおのずから
自ずとおのずと
凡そおよそ
却ってかえって
且つかつ
嘗てかつて
予てかねて
悉くことごとく
尽くことごとく
細々こまごま
更にさらに
頻りにしきりに
暫くしばらく
所詮しょせん
頗るすこぶる
既にすでに
精一杯せいいっぱい
折角せっかく
是非ぜひ
是非ともぜひとも
沢山たくさん
立ち所にたちどころに
仮令たとえ
縦令たとえ
丁度ちょうど
篤ととくと
土台どだい
取り分けとりわけ
何故なぜ
偏にひとえに
一際ひときわ
一入ひとしお
一先ずひとまず
独りでにひとりでに
殆どほとんど
正しくまさしく
正にまさに
況してまして
先ずまず
丸でまるで
満更まんざら
無碍にむげに
寧ろむしろ
無理矢理無理やり
滅法めっぽう
若しももしも
若しくはもしくは
勿論もちろん
最ももっとも
元々もともと
素よりもとより
最早もはや
矢張りやはり
矢っ張りやっぱり
漸くようやく
余程よほど
僅かにわずかに

License

MIT © Hiroshi Takase

Keywords

FAQs

Last updated on 29 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc