annotation.conf 777 B

123456789101112131415161718192021222324252627282930313233343536
  1. # -*- Mode: Text; tab-width: 2; indent-tabs-mode: nil; coding: utf-8; -*-
  2. # vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
  3. # Simple text-based definitions of entity, relation and event types
  4. # and event attributes for the BioNLP Shared Task 2011 REL supporting
  5. # task.
  6. [entities]
  7. Protein
  8. Entity
  9. [relations]
  10. Equiv Arg1:Protein, Arg2:Protein, <REL-TYPE>:symmetric-transitive
  11. Protein-Component Arg1:Protein, Arg2:Entity
  12. Subunit-Complex Arg1:Protein, Arg2:Entity
  13. # Protein complex mentions (annotated as "Entity") can contain protein
  14. # names ("Protein"), and Entity annotations can nest arbitrarily
  15. ENTITY-NESTING Arg1:Protein, Arg2:Entity
  16. ENTITY-NESTING Arg1:Entity, Arg2:Entity
  17. [events]
  18. # (no events defined for REL.)
  19. [attributes]
  20. # (no attributes defined for REL.)