Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kustvakt
/
93120bc1ad256d9e2c906a6e2b6075d3eae6e6c0
/
.
/
full
/
annotation-scripts
/
foundries
/
xip.js
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="
]
];
});