Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
textlint-rule-ja-keishikimeishi
Advanced tools
Check easy-to-read Keishikimeishi(formal nouns) written in Hiragana than Kanji.
漢字よりもひらがなで表記したほうが読みやすい形式名詞を指摘します。 検出には形態素解析を使っています。 自動修正にも対応しています。
Install with npm:
npm install textlint-rule-ja-keishikimeishi
Via .textlintrc
(Recommended)
{
"rules": {
"ja-keishikimeishi": {
//「方」を「ほう」と訂正するか否か
"detection_hou_kata" : false,
//「上」を「うえ」と訂正するか否か
"detection_ue" : false
}
}
}
Via CLI
textlint --rule ja-keishikimeishi README.md
textlint --fix ja-keishikimeishi README.md
Builds source codes for publish to the lib
folder.
You can write ES2015+ source codes in src/
folder.
npm run build
Run test code in test
folder.
Test textlint rule by textlint-tester.
npm test
From | To |
---|---|
〜する上(で) | 〜するうえ(で) |
〜する事(が) | 〜すること(が) |
〜する度(に) | 〜するたび(に) |
〜する方(が) | 〜するほう(が) |
〜する時(に) | 〜するとき(に) |
〜する毎(に) | 〜するごと(に) |
〜する為(に) | 〜するため(に) |
〜する訳(が) | 〜するわけ(が) |
〜する所(だ) | 〜するところ(だ) |
〜する通り(に) | 〜するとおり(に) |
〜する物(だ) | 〜するもの(だ) |
「〜する上(で)」「〜する方(が)」は、検知するかどうかをオプションで選択できます。
Hiroshi Takase氏がMITライセンスで公開したtextlint-rule-ja-hiragana-keishikimeishiを利用しています。
FAQs
Check easy-to-read Keishikimeishi(formal nouns) written in Hiragana than Kanji.
The npm package textlint-rule-ja-keishikimeishi receives a total of 11,938 weekly downloads. As such, textlint-rule-ja-keishikimeishi popularity was classified as popular.
We found that textlint-rule-ja-keishikimeishi demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.