Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Apr 4, 2023
1 parent b079da3 commit e8db253
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 @@ -39,7 39,7 @@ func isWord(c []string) bool {
if c[0] == "接頭辞" {
return true
}
if c[0] == "形状詞" {
if c[0] == "形状詞" && c[1] != "助動詞語幹" {
return true
}
if c[0] == "代名詞" {
Expand Down

0 comments on commit e8db253

Please sign in to comment.