Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kustvakt
/
93120bc1ad256d9e2c906a6e2b6075d3eae6e6c0
/
.
/
full
/
annotation-scripts
/
foundries
/
dereko.js
blob: e31f42e0890b61f619eed195a26e6b191abe0eaf [
file
] [
log
] [
blame
]
margaretha
51e5e3f
2018-10-17 15:10:03 +0200
[
diff
] [
blame
]
1
define
([
"hint/foundries"
],
function
(
ah
)
{
2
ah
[
"-"
].
push
(
3
[
"DeReKo"
,
"dereko/"
,
"Structure"
]
4
);
5
6
ah
[
"dereko/"
]
=
[
7
[
"Structure"
,
"s="
]
8
];
9
});