Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

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

This module is a textlint plugin to check duplicated conjunctive particlega(が) 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

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp