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

i:car -> i:vehicle;
i:horses -> i:animal;
i:go -> i:drive;