Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

textlint-rule-ja-hiragana-hojodoushi

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16K
decreased by-13.24%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 01 Feb 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc