blob: ff7ac5ef1a912b7f37cd4ef1ca8fe86dd8537a69 [file] [log] [blame]
define(["hint/foundries"], function (ah) {
ah["-"].push(
["Xerox Parser", "xip/", "Constituency, Lemma, Part-of-Speech"]
);
ah["xip/"] = [
["Constituency", "c="],
// Inactive: ["Dependency", "d="],
["Lemma", "l="],
["Part-of-Speech", "p="]
];
});