We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257b5e3 commit c77c2bbCopy full SHA for c77c2bb
dist/tag/js/tag.min.js
@@ -34901,7 +34901,7 @@ var BratParser = function () {
34901
graph.words.push(word);
34902
});
34903
} else {
34904
- t.entity.idx = i;
+ t.entity.idx = graph.words.length;
34905
}
34906
34907
graph.words.sort(function (a, b) {
src/js/parse/ann.js
@@ -71,7 +71,7 @@ class BratParser {
71
72
73
74
75
76
77
graph.words.sort((a, b) => a.idx - b.idx);
0 commit comments