| 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/kalamar.conf b/kalamar.conf index 4cffecb..4682c0a 100644 --- a/kalamar.conf +++ b/kalamar.conf
@@ -84,6 +84,6 @@ ## Can also be set via KALAMAR_HINT_FOUNDRIES environment variable. ## Use '-foundry' to exclude from defaults, e.g. ['-spacy', '-corenlp'] # hint_foundries => ['base', 'corenlp', 'dereko', 'malt', - # 'marmot', 'opennlp', 'spacy', 'treetagger'] + # 'marmot', 'opennlp', 'spacy', 'tt'] } }