aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/music.sr
blob: 5166a8b8e5d7ead91eb20a131061d05ebd12751f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Some test rules

# Spelling correction
bahc -> bach;

# Stopwords
somelongstopword -> ;
[stopword] -> ;
[stopword] :- someotherlongstopword, yetanotherstopword;

#
[song] by [artist] -> song:[song] artist:[artist];

[song] :- together, imagine, tinseltown;
[artist] :- youngbloods, beatles, zappa;

# Negative
various +> -kingz;