margaretha | 51e5e3f | 2018-10-17 15:10:03 +0200 | [diff] [blame] | 1 | define(["hint/foundries"], function (ah) { |
2 | ah["-"].push( | ||||
3 | ["Xerox Parser", "xip/", "Constituency, Lemma, Part-of-Speech"] | ||||
4 | ); | ||||
5 | |||||
6 | ah["xip/"] = [ | ||||
7 | ["Constituency", "c="], | ||||
8 | // Inactive: ["Dependency", "d="], | ||||
9 | ["Lemma", "l="], | ||||
10 | ["Part-of-Speech", "p="] | ||||
11 | ]; | ||||
12 | }); |