Started introducing DRuKoLa to annotation helper

Change-Id: Ia303f2b41d0f2ebd2c8dae4b987255af569cc0a3
diff --git a/dev/js/src/hint/array.js b/dev/js/src/hint/array.js
index 2e77cb6..fcfe9a2 100644
--- a/dev/js/src/hint/array.js
+++ b/dev/js/src/hint/array.js
@@ -198,6 +198,7 @@
 //      ["Connexor", "cnx/", "Constituency, Lemma, Morphology, Part-of-Speech, Syntax"],
       ["CoreNLP", "corenlp/", "Constituency, Named Entities, Part-of-Speech"],
       ["DeReKo", "dereko/s=", "Structure"],
+      ["DRuKoLa", "drukola/", "Lemma, Morphology, Part-of-Speech"],
 //      ["Mate", "mate/", "Lemma, Morphology, Part-of-Speech"],
       ["Malt", "malt/", "Dependency"],
       ["OpenNLP", "opennlp/", "Part-of-Speech"],
@@ -276,6 +277,11 @@
       ["@PREMARK", "@PREMARK ", "Preposed Marker"],
       ["@PREMOD", "@POSTMOD ", "Premodifier"]
     ],
+    "drukola/" : [
+      ["Lemma", "l="],
+      ["Morphology", "m="],
+      ["Part-of-Speech", "p="]      
+    ],
     "opennlp/" : [
       ["Part-of-Speech", "p="]
     ],