aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/stemming-french.sr
blob: 9aeae1f35202428e44b2579d559f4e036f84e5f3 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@stemming(true)
@language(fr)

i:as -> i:arts i:sciences;
i:car -> i:vehicle;
i:horses -> i:animal;
i:go -> i:drive;