123456789101112131415161718 |
- # Simple text-based definitions of entity types for the CoNLL 2002 Shared
- # Task on Language-Independent Named Entity Recognition.
- [entities]
- ORG
- PER
- LOC
- MISC
- # (only entities defined, so the remaining sections are empty)
- [relations]
- [events]
- [attributes]
|