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

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

Usage no npm install needed!

<script type="module">
  import textlintRuleNoDoubledConjunctiveParticleGa from 'https://cdn.skypack.dev/textlint-rule-no-doubled-conjunctive-particle-ga';
</script>

README

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

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

Options

There's no options for this plugin.

Tests

npm test

Reference

License

MIT