File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ textlint --rule max-kanji-continuous-len README.md
5252
5353## Further Reading
5454
55- デフォルト値である漢字の連続調が6文字以上だとエラーとする根拠は今のところありません 。
55+ デフォルト値である漢字の連続長が6文字以上だとエラーとする根拠は今のところありません 。
5656
5757> 漢字連続長はこの印象に影響が無かったことから、漢字連続長を短くすることで「子ども向けの文章」という印象を与えず、先行研究で指摘される読みやすい文章が実現できると示唆された。
5858> -- [ 日本心理学会第79回大会 漢字含有率と漢字連続長が文章の印象に与える影響] ( http://www.myschedule.jp/jpa2015/search/detail_program/id:602 )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import {matchCaptureGroupAll} from "match-index"
55
66const KanjiRegExp = / ( (?: [ 々 〇 〻 \u3400 - \u9FFF \uF900 - \uFAFF ] | [ \uD840 - \uD87F ] [ \uDC00 - \uDFFF ] ) + ) / g;
77const defaultOptions = {
8- // 最大の漢字長
8+ // 最大の漢字連続長
99 // Allow max continuous length of kanji
1010 // If {current} > max(5), report Error.
1111 max : 5
You can’t perform that action at this time.
0 commit comments