mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-11 20:59:54 +02:00
do not display confidence column
This commit is contained in:
parent
3d85d606fd
commit
8e6450aee1
1 changed files with 1 additions and 1 deletions
2
neat.js
2
neat.js
|
@ -56,7 +56,7 @@ function setupInterface(data, file, urls) {
|
|||
let startIndex=0;
|
||||
let endIndex=displayRows;
|
||||
|
||||
let do_not_display = new Set(['url_id', 'left', 'right', 'top', 'bottom', 'ocrconf']);
|
||||
let do_not_display = new Set(['url_id', 'left', 'right', 'top', 'bottom', 'ocrconf', 'conf']);
|
||||
let tagClasses = 'ner_per ner_loc ner_org ner_work ner_conf ner_evt ner_todo';
|
||||
|
||||
let has_changes = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue