Skip to content

Commit

Permalink
Add french stemmer override rules
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Apr 4, 2022
1 parent 8a331ce commit 6003a53
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/module-elasticsuite-core/etc/elasticsuite_analysis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,13 @@
<language>turkish</language>
</filter>
<filter name="standard_override" type="stemmer_override" language="fr">
<!-- No known issues with the "french" or "light_french" stemmers. But this is to show that having an empty list of rules is valid.
<!-- Having an empty list of rules is valid.
This means existing rules can be both re-defined or voided in a custom module. -->
<rules>[]</rules>
<!--<rules>[]</rules>-->
<!--
Known issues with the "french" stemmer.
-->
<rules>["clous => clou", "verrous => verrou", "ecrous => ecrou"]</rules>
</filter>
<filter name="standard_override" type="stemmer_override" language="it">
<!--
Expand Down

0 comments on commit 6003a53

Please sign in to comment.