Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kustvakt
/
93120bc1ad256d9e2c906a6e2b6075d3eae6e6c0
/
.
/
full
/
annotation-scripts
/
foundries
/
base.js
blob: a21cce68ae1b345a77d15647986d496fb0266595 [
file
] [
log
] [
blame
]
define
([
"hint/foundries"
],
function
(
ah
)
{
ah
[
"-"
].
push
(
[
"Base Annotation"
,
"base/"
,
"Structure"
]
);
ah
[
"base/"
]
=
[
[
"Structure"
,
"s="
]
];
ah
[
"base/s="
]
=
[
[
"s"
,
"s"
,
"Sentence"
],
[
"p"
,
"p"
,
"Paragraph"
],
[
"t"
,
"t"
,
"Text"
]
];
});