aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/anchor.sr
blob: 7366ac86be6509324c24c3293a5ef60253a17383 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
. first -> anchor;
last . -> anchor;
. word. -> anchor;
. [phrases] -> anchor;
.anotherword. -> anchor;
. this is complete . -> anchor;

[phrases] :- a phrase, another phrase;