| commit | ff51eb6b71a7b185e385a45ff2c9d07c4587940d | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jan 15 17:39:42 2026 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jan 15 18:15:05 2026 +0100 |
| tree | c068ceccac0c678e531da22494e56a7a9c955772 | |
| parent | ab4a9032b917dece518177b3b3c9004d232b6373 [diff] [blame] |
Fix hint foundry selection Change-Id: I6cd5d400324648c68eae63a67acd4d49e75367b5
diff --git a/dev/js/src/default.js b/dev/js/src/default.js index 39d211e..a453ed7 100644 --- a/dev/js/src/default.js +++ b/dev/js/src/default.js
@@ -11,5 +11,6 @@ "hint/foundries/marmot", "hint/foundries/opennlp", "hint/foundries/spacy", - "hint/foundries/treetagger" + "hint/foundries/treetagger", + "hint/foundries/ud" ]);