1
0
Fork 0
mirror of https://github.com/qurator-spk/neat.git synced 2025-06-08 11:20:01 +02:00

remove class 'OTH'

This commit is contained in:
cneud 2019-10-21 20:36:03 +02:00
parent f297693e6c
commit b6325f92f3
2 changed files with 0 additions and 3 deletions

View file

@ -122,8 +122,6 @@ function setupInterface(data, file) {
$("#table td:contains('I-LOC')").addClass('ner_loc');
$("#table td:contains('B-ORG')").addClass('ner_org');
$("#table td:contains('I-ORG')").addClass('ner_org');
$("#table td:contains('B-OTH')").addClass('ner_oth');
$("#table td:contains('I-OTH')").addClass('ner_oth');
$("#table td:contains('B-TODO')").addClass('ner_todo');
$("#table td:contains('I-TODO')").addClass('ner_todo');

View file

@ -17,7 +17,6 @@
.ner_per{background-color:skyblue}
.ner_loc{background-color:goldenrod}
.ner_org{background-color:plum}
.ner_oth{background-color:lightgreen}
.ner_todo{background-color:turquoise}
.fit-image{