123456789101112131415 |
- # Visual configuration options for the CoNLL 2002 Shared Task on
- # Language-Independent Named Entity Recognition.
- [drawing]
- PER bgColor:#ffccaa
- LOC bgColor:lightgreen
- ORG bgColor:#8fb2ff
- MISC bgColor:#f1f447
- SPAN_DEFAULT fgColor:black, bgColor:lightgreen, borderColor:darken
- # (no abbreviations, so empty "labels" section)
- [labels]
|