Some more information in the hint helper
diff --git a/public/js/hint.js b/public/js/hint.js
index 5e14283..afa04e1 100644
--- a/public/js/hint.js
+++ b/public/js/hint.js
@@ -89,12 +89,12 @@
var hintArray = {
"-" : [
- ["Connexor", "cnx/"],
- ["CoreNLP", "corenlp/"],
- ["Mate", "mate/"],
- ["OpenNLP", "opennlp/"],
- ["TreeTagger", "tt/"],
- ["Xerox Parser", "xip/"]
+ ["Connexor", "cnx/", "Constituency, Lemma, Morphology, Part-of-Speech, Syntax"],
+ ["CoreNLP", "corenlp/", "Named Entities"],
+ ["Mate", "mate/", "Lemma, Morphology, Part-of-Speech"],
+ ["OpenNLP", "opennlp/", "Part-of-Speech"],
+ ["TreeTagger", "tt/", "Lemma, Part-of-Speech"],
+ ["Xerox Parser", "xip/", "Constituency, Lemma, Part-of-Speech"]
],
"corenlp/" : [
["Named Entity", "ne=" , "Combined"],