All Projects → textlint-ja → textlint-rule-ja-no-abusage

textlint-ja / textlint-rule-ja-no-abusage

Licence: MIT License
よくある日本語の誤用をチェックするtextlintルール

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to textlint-rule-ja-no-abusage

textlint-rule-no-synonyms
同義語を表記ゆれをチェックするtextlintルール
Stars: ✭ 18 (-14.29%)
Mutual labels:  japanese, textlint, textlintrule
textlint-rule-eslint
textlint rule integrate with ESLint.
Stars: ✭ 12 (-42.86%)
Mutual labels:  textlint, textlintrule
textlint-ja
textlintの日本語コミュニティ/ルールのアイデア
Stars: ✭ 41 (+95.24%)
Mutual labels:  japanese, textlint
analyze-desumasu-dearu
文の敬体(ですます調)、常体(である調)を解析するJavaScriptライブラリ
Stars: ✭ 15 (-28.57%)
Mutual labels:  japanese, textlint
sembei
🍘 単語分割を経由しない単語埋め込み 🍘
Stars: ✭ 14 (-33.33%)
Mutual labels:  japanese
Japanese-Words
整理日语N2单词(新标准日本语初级和中级)
Stars: ✭ 41 (+95.24%)
Mutual labels:  japanese
gazou
Japanese OCR for Linux & Windows
Stars: ✭ 32 (+52.38%)
Mutual labels:  japanese
kanji-web-app
Angular.js kanji web application
Stars: ✭ 45 (+114.29%)
Mutual labels:  japanese
knp
A Japanese Parser
Stars: ✭ 16 (-23.81%)
Mutual labels:  japanese
action-textlint
Run textlint with reviewdog on pull requests to improve document writing experience.
Stars: ✭ 41 (+95.24%)
Mutual labels:  textlint
unidic-py
Unidic packaged for installation via pip.
Stars: ✭ 17 (-19.05%)
Mutual labels:  japanese
activitypub
私家版ActivityPub日本語訳
Stars: ✭ 23 (+9.52%)
Mutual labels:  japanese
unofficial-jisho-api
Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.
Stars: ✭ 88 (+319.05%)
Mutual labels:  japanese
wana kana rust
Utility library for checking and converting between Japanese characters - Hiragana, Katakana - and Romaji
Stars: ✭ 46 (+119.05%)
Mutual labels:  japanese
textlint-rule-preset-ja-engineering-paper
textlint rule preset for Japanese academic papers of enginering
Stars: ✭ 17 (-19.05%)
Mutual labels:  textlint
japanese-pitch-accent-resources
Trying to consolidate japanese phonetic, and in particular pitch accent resources into one list
Stars: ✭ 64 (+204.76%)
Mutual labels:  japanese
playground
textlint online playground.
Stars: ✭ 13 (-38.1%)
Mutual labels:  textlint
KanjiRecognitionDictionary
Perfect for those who forgets kanji pronunciation
Stars: ✭ 14 (-33.33%)
Mutual labels:  japanese
sample-ui-react
Material-UI+ React.js + Redux [ Pug / Scss / Babel ]
Stars: ✭ 15 (-28.57%)
Mutual labels:  japanese
scoop-for-jp
Scoop bucket for ALL Japanese users.
Stars: ✭ 17 (-19.05%)
Mutual labels:  japanese

textlint-rule-ja-no-abusage Actions Status: test

よくある誤用をチェックするtextlintルール

など。詳細は辞書の定義を参照

Install

Install with npm:

npm install textlint-rule-ja-no-abusage

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "ja-no-abusage": true
    }
}

Via CLI

textlint --rule ja-no-abusage README.md

仕組み

2種類の辞書ベースを持っています。

  • 形態素解析結果をベースにしたmorpheme-match
    • 誤爆しそうなものなど品詞レベルで限定したいものはこちら
  • 正規表現をベースにしたtextlint-rule-prh
    • 単純なマッチで問題ないものはこちら

の2種類を使い分けています。

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].