Skip to content

Commit 5c74f59

Browse files
committed
chore: update comment
1 parent 70ce8e6 commit 5c74f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/token-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const create読点Matcher = (commaCharacters: string[]) => {
2222
return function is読点Token(token: KuromojiToken) {
2323
return (
2424
commaCharacters.includes(token.surface_form) &&
25-
// 、や, は名詞扱い
25+
// 、や, は名詞扱いの場合がある(0.1.2で記号となる)
2626
(token.pos === "名詞" ||
2727
// ,は記号 && 読点となる(surface_formを優先するために pos_detail_1/読点 のチェックを省く)
2828
token.pos === "記号")

0 commit comments

Comments
 (0)