feat(trie): add diacritic processing modes with strip normalization

This commit is contained in:
2026-04-24 00:43:43 +02:00
parent 3e0f786042
commit 9eee321fef
9 changed files with 400 additions and 18 deletions

View File

@@ -145,6 +145,7 @@ tasks.named('jacocoTestReport', JacocoReport) {
classDirectories.setFrom(
files(sourceSets.main.output).asFileTree.matching {
exclude 'org/egothor/stemmer/StemmerKnowledgeExperiment*'
exclude 'org/egothor/stemmer/DiacriticStripper*'
}
)