Skip to content

textlint-ja/textlint-rule-no-doubled-conjunctive-particle-ga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-rule-no-doubled-conjunctive-particle-ga

This module is a textlint plugin to check duplicated conjunctive particle ga(が) in a sentence.

逆接の接続助詞「が」は、特に否定の意味ではなくても安易に使われてしまいがちです。これが同一文中に複数回出現していないかどうかをチェックするためのtextlintルールです。

今日は早朝から出発した、定刻には間に合わなかった、無事会場に到着した。

"出発した" と "間に合わなかった" が 同じ接続助詞の「が」が連続しています。

キーワードが多く抽出された、クラスタの数が10ということもある、逆に欠点となるようなキーワードが表示されなかった。

"抽出された" と "こともある" が 同じ接続助詞の「が」が連続しています。

Note: In generally, using same conjunctive particles is not an issue. ga is special case.

Installation

npm install textlint-rule-no-doubled-conjunctive-particle-ga

Dependencies

Usage

Via .textlintrc(Recommended)

{
  "rules": {
    "no-doubled-conjunctive-particle-ga": true
  }
}

Via CLI

textlint --rule no-doubled-conjunctive-particle-ga sample.md

Options

There's no options for this plugin.

Tests

npm test

Reference

License

MIT

About

textlint rule plugin to check duplicated conjunctive particle `ga` in a sentence.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published