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

@@ -162,7 +162,7 @@
<rule ref="category/java/design.xml/CollapsibleIfStatements"/>
<rule ref="category/java/design.xml/CouplingBetweenObjects">
<properties>
<property name="threshold" value="55" />
<property name="threshold" value="60" />
</properties>
</rule>
<rule ref="category/java/design.xml/CyclomaticComplexity">