Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
31K
decreased by-3.56%
Maintainers
5
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 26 Nov 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc