Socket
Socket
Sign inDemoInstall

textlint-rule-ja-hiragana-hojodoushi

Package Overview
Dependencies
13
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    textlint-rule-ja-hiragana-hojodoushi

Check easy-to-read Hojodoushi(auxiliary verbs) written in Hiragana than Kanji.


Version published
Maintainers
1
Install size
49.4 MB
Created

Readme

Source

textlint-rule-ja-hiragana-hojodoushi

Check easy-to-read Hojodoushi(auxiliary verbs) written in Hiragana than Kanji.

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

Install

Install with npm:

npm install textlint-rule-ja-hiragana-hojodoushi

Usage

Via .textlintrc(Recommended)

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

Or you can specify custom dictionary as follows:

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

Via CLI

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

Fixable

textlint --fix ja-hiragana-hojodoushi 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 01 Feb 2023

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