mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-09 19:59:55 +02:00
add support for type
This commit is contained in:
parent
e19b358035
commit
52cbf4cf82
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
|||
$("#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_oth');
|
||||
$("#table td:contains('I-TODO')").addClass('ner_oth');
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue