Minor update on poliqarp specific autocompletion
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index a14b0e0..2eb7a7c 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -32,8 +32,17 @@
%= javascript begin
new Hint({
"ref" : "q-field",
+ "qlRef" : "ql-field",
"hintSize" : 10,
"hints" : {
+ "-foundries" : {
+ "corenlp" : ["corenlp/", "CoreNLP"],
+ "cnx" : ["cnx/", "Connexor"],
+ "opennlp" : ["opennlp/", "OpenNLP"],
+ "xip" : ["xip/", "Xerox"],
+ "tt" : ["tt/", "TreeTagger"],
+ "mate" : ["mate/", "Mate"]
+ },
"corenlp" : {
"ne_dewac_175m_600" : ["ne_dewac_175m_600=", "Named Entity"],
"ne_hgc_175m_600" : ["ne_hgc_175m_600=", "Named Entity"]
@@ -164,7 +173,6 @@
$(this).toggleClass('active');
});
-
% end