Nils Diewald | 26087ea | 2013-12-05 16:51:30 +0000 | [diff] [blame] | 1 | bsp1.json: [base=foo]|([base=foo][base=bar])* meta author=Goethe&year=1815 |
| 2 | bsp2.json: ([base=foo]|[base=bar])[base=foobar] |
| 3 | bsp3.json: shrink({[base=Mann]}) |
| 4 | bsp4.json: shrink({[base=foo]}[orth=bar]) |
| 5 | bsp5.json: shrink(1:[base=Der]{1:[base=Mann]}) |
| 6 | bsp6.json: [base=Katze] |
| 7 | bsp7.json: [base!=Katze] |
| 8 | bsp8.json: [!base=Katze] |
| 9 | bsp9.json: [base=Katze&orth=Katzen] |
| 10 | bsp10.json: [base=Katze][orth=und][orth=Hunde] |
| 11 | bsp11.json: [!(base=Katze&orth=Katzen)] |
| 12 | bsp12.json: contains(<np>,[base=Mann]) |
| 13 | bsp13.json: startswith(<np>,[!pos=Det]) |
| 14 | bsp13b.json: startswith(<np>,[pos=Det]) |
| 15 | bsp14.json: 'vers{2,3}uch' |
| 16 | bsp15.json: [orth='vers.*ch'] |
| 17 | bsp16.json: [(base=bar|base=foo)&orth=foobar] |
| 18 | bsp17.json: within(<np>,[base=Mann]) |