margaretha | 51e5e3f | 2018-10-17 15:10:03 +0200 | [diff] [blame] | 1 | define(["hint/foundries"], function (ah) { |
2 | ah["-"].push( | ||||
3 | ["Base Annotation", "base/", "Structure"] | ||||
4 | ); | ||||
5 | |||||
6 | ah["base/"] = [ | ||||
7 | ["Structure", "s="] | ||||
8 | ]; | ||||
9 | |||||
10 | ah["base/s="] = [ | ||||
11 | ["s", "s", "Sentence"], | ||||
12 | ["p", "p", "Paragraph"], | ||||
13 | ["t", "t", "Text"] | ||||
14 | ]; | ||||
15 | }); |