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-no-doubled-conjunctive-particle-ga
Advanced tools
textlint rule plugin to check duplicated conjunctive particle `ga` in a sentence.
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.
npm install textlint-rule-no-doubled-conjunctive-particle-ga
Via .textlintrc
(Recommended)
{
"rules": {
"no-doubled-conjunctive-particle-ga": true
}
}
Via CLI
textlint --rule no-doubled-conjunctive-particle-ga sample.md
There's no options for this plugin.
npm test
MIT
FAQs
textlint rule plugin to check duplicated conjunctive particle `ga` in a sentence.
The npm package textlint-rule-no-doubled-conjunctive-particle-ga receives a total of 29,554 weekly downloads. As such, textlint-rule-no-doubled-conjunctive-particle-ga popularity was classified as popular.
We found that textlint-rule-no-doubled-conjunctive-particle-ga demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.