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