Fix hint foundry selection
Change-Id: I6cd5d400324648c68eae63a67acd4d49e75367b5
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm
index 89c8a16..b4186b2 100644
--- a/lib/Kalamar.pm
+++ b/lib/Kalamar.pm
@@ -344,7 +344,7 @@
# Items starting with '-' exclude that foundry from defaults (e.g., '-spacy')
# If only exclusions are specified, they're removed from defaults
# If any positive items exist, they replace the defaults entirely
- my @default_foundries = qw(base corenlp dereko malt marmot opennlp spacy treetagger);
+ my @default_foundries = qw(base corenlp dereko malt marmot opennlp spacy tt);
my $hint_foundries;
my $config_foundries;