blob: a21cce68ae1b345a77d15647986d496fb0266595 [file] [log] [blame]
margaretha51e5e3f2018-10-17 15:10:03 +02001define(["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});