Skip to content

Commit

Permalink
fix format comply CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdbao committed Jan 22, 2024
1 parent 14be492 commit 4103a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charabia/src/normalizer/vietnamese.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ impl CharNormalizer for VietnameseNormalizer {

fn should_normalize(&self, token: &Token) -> bool {
token.script == Script::Latin && token.lemma.chars().any(is_should_normalize)
}
}
}

fn is_should_normalize(c: char) -> bool {
Expand Down

0 comments on commit 4103a73

Please sign in to comment.