コンテンツにスキップ
一般一部機能有料化に関するアンケートご協力のお願い

メッセージチェック機能のルール一覧


textlint-rule-preset-japaneseから一部のルールを省いたルールを手動でインストールしています。

一文で使える”、“の数。

https://github.com/textlint-ja/textlint-rule-max-ten

検出例

私は、明日、家族と、一緒に、旅行に、行きます。

逆接の接続助詞「が」が、同一文中に複数回出現していないかどうか。

https://github.com/takahashim/textlint-rule-no-doubled-conjunctive-particle-ga

検出例

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

同じ接続詞が連続して出現していないかどうか

https://github.com/takahashim/textlint-rule-no-doubled-conjunction

検出例

かな漢字変換により漢字が多用される傾向がある。しかし漢字の多用が読みにくさをもたらす側面は否定できない。しかし、平仮名が多い文は間延びした印象を与える恐れもある。

二重否定の検出

https://github.com/textlint-ja/textlint-rule-no-double-negative-ja

検出例

それが事件の発端だったといえなくもない。

二重助詞の検出

https://github.com/textlint-ja/textlint-rule-no-doubled-joshi

検出例

材料不足で代替素材で製品を作った。

ら抜き言葉を使用しない

https://github.com/textlint-ja/textlint-rule-no-dropping-the-ra

検出例

食べれる

文の敬体(ですます調)、常体(である調)のチェック

https://github.com/azu/textlint-rule-no-mix-dearu-desumasu

検出例

今日はいい天気である。明日も晴れです。

ホ゜ケット エンシ゛ンのような、Mac OS XでPDFやFinderからのコピペで発生する濁点のチェック

https://github.com/azu/textlint-rule-no-nfd

検出例

ホ゜ケット エンシ゛ン

康煕部首の検出

https://github.com/xl1/textlint-rule-no-kangxi-radicals

検出例


AIが生成した文章によく見られる記述パターンを検出します。 より自然な日本語表現を促すtextlintルールプリセットです。

https://github.com/textlint-ja/textlint-rule-preset-ai-writing


ics.mediaで利用されているテキストリントのルール

https://github.com/ics-creative/textlint-rule-preset-icsmedia

ルール名:prh_cho_on

検出例

アクセサ

社名やブランド名などの固有名詞ルール

Section titled “社名やブランド名などの固有名詞ルール”

ルール名:prh_corporation

検出例

アメリカン・エクスプレス

ルール名:prh_duplicate

検出例

お体をご自愛ください

ルール名:prh_idiom

検出例

アボガド

ルール名:prh_open_close

検出例

有る

ルール名:prh_redundancy

検出例

うかがわせていただきます

textlint rule that check unmatched pairs likeand ]

https://github.com/textlint-rule/textlint-rule-no-unmatched-pair

これは(秘密)です。
John said "Hello World!".
これは(秘密)です。
John said "Hello World!'.

textlint rule that found mismatch between date and weekday.

https://github.com/textlint-rule/textlint-rule-date-weekday-mismatch

2016-12-29(Thursday)
2016年12月30日(木曜日)
2016-12-29(Friday)

よくある誤用をチェックするtextlintルール

https://github.com/textlint-ja/textlint-rule-ja-no-abusage

ルール名:prh

検出例

値を返却する

ルール名:dictionary

検出例

今朝起きた事件に法律を適応する

不適切表現をチェックするtextlintルール

https://github.com/textlint-ja/textlint-rule-ja-no-inappropriate-words

ルール一覧

検出例

いざり

表記ゆれをチェックするtextlintルール

https://github.com/textlint-ja/textlint-rule-ja-no-orthographic-variants

検出例

組み立てしながら組立する

textlint rule for ALEX.

https://github.com/textlint-rule/textlint-rule-alex

検出例

boogeyman

textlint rule to find common misspellings from Wikipedia: Lists of common misspellings.

https://github.com/io-monad/textlint-rule-common-misspellings

検出例

abandonned

特定の文字列が含まれていないかチェックするルール(バージョン1.3.0より追加)。文字列は複数指定可能です。Slim Chatwork専用。