Remove unused explicit ne models from annotation assistant
Change-Id: I0cbc865435b24b7d62fb8b15383a801f499ea401
diff --git a/dev/js/src/hint/foundries/corenlp.js b/dev/js/src/hint/foundries/corenlp.js
index f718679..85dc0f5 100644
--- a/dev/js/src/hint/foundries/corenlp.js
+++ b/dev/js/src/hint/foundries/corenlp.js
@@ -14,15 +14,11 @@
ah["corenlp/"] = [
["Constituency", "c="],
- ["Named Entity", "ne=" , "Combined"],
- ["Named Entity", "ne_dewac_175m_600=" , "ne_dewac_175m_600"],
- ["Named Entity", "ne_hgc_175m_600=", "ne_hgc_175m_600"],
+ ["Named Entity", "ne=" ],
["Part-of-Speech", "p="]
];
ah["corenlp/ne="] = namedEntities;
- ah["corenlp/ne_dewac_175m_600="] = namedEntities;
- ah["corenlp/ne_hgc_175m_600="] = namedEntities;
ah["corenlp/p="] = sttsArray;
ah["corenlp/c="] = negraNodesArray;