Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Mar 31, 2023
1 parent 4f379f3 commit 29d3246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haiku.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 42,7 @@ func isWord(c []string) bool {
if c[0] == "記号" && c[1] == "一般" {
return true
}
if c[0] == "助詞" && c[1] != "副助詞" && c[1] != "準体助詞" && c[1] != "終助詞" {
if c[0] == "助詞" && c[1] != "副助詞" && c[1] != "準体助詞" && c[1] != "終助詞" && c[1] != "係助詞" {
return true
}
if c[0] == "動詞" && c[1] != "接尾" {
Expand Down

0 comments on commit 29d3246

Please sign in to comment.