Skip to content

Commit

Permalink
Remove unused explicit ne models from annotation assistant
Browse files Browse the repository at this point in the history
Change-Id: I0cbc865435b24b7d62fb8b15383a801f499ea401
  • Loading branch information
Akron committed Jul 10, 2024
1 parent 196f991 commit 8369181
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev/js/src/hint/foundries/corenlp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ define(

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;

Expand Down

0 comments on commit 8369181

Please sign in to comment.