annotation.conf 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. # -*- Mode: Text; tab-width: 8; 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 NaCTeM GREC corpus
  5. # (http://www.nactem.ac.uk/GREC/).
  6. [entities]
  7. SPAN
  8. Gene
  9. Regulator
  10. Promoter
  11. Protein
  12. Activator
  13. Repressor
  14. Operon
  15. Transcription_Factor
  16. DNA
  17. Locus
  18. Transcription_Binding_Site
  19. Enzyme
  20. Protein_Complex
  21. Organic_Compounds
  22. Wild_Type_Bacteria
  23. Inorganic_Compounds
  24. Cells
  25. Mutant_Bacteria
  26. Operator
  27. mRNA
  28. Sub_Unit
  29. Sigma_Factor
  30. Amino_Acids
  31. Bacteria
  32. Plasmid
  33. RNA_Polymerase
  34. Mutant_Gene
  35. Phenotype
  36. Enhancer
  37. Tissue
  38. RNA
  39. Domain
  40. Motif
  41. ORF
  42. Peptide
  43. Virus
  44. Polypeptide
  45. Wild_Type_Organism
  46. Chromosome
  47. Viral_Vector
  48. Organism
  49. Organelles
  50. Termination_Site
  51. Ribosome
  52. Restriction_Enzyme
  53. Reagents
  54. Replication
  55. Mutant_Organism
  56. Allele
  57. [relations]
  58. # (No relations defined in the GREC corpus.)
  59. # "SPAN" annotations can nest any entity type
  60. ENTITY-NESTING Arg1:<ENTITY>, Arg2:SPAN
  61. #ENTITY-NESTING Arg1:<ENTITY>, Arg2:SPAN
  62. [events]
  63. <ALL-ARGUMENTS>=Theme*:<ANY>, Agent*:<ANY>, Manner*:<ANY>, Destination*:<ANY>, Location*:<ANY>, Descriptive-Theme*:<ANY>, Condition*:<ANY>, Descriptive-Agent*:<ANY>, Purpose*:<ANY>, Rate*:<ANY>, Temporal*:<ANY>, Instrument*:<ANY>, Source*:<ANY>
  64. GRE <ALL-ARGUMENTS>
  65. Gene_Expression <ALL-ARGUMENTS>
  66. Regulation <ALL-ARGUMENTS>
  67. Gene_Activation <ALL-ARGUMENTS>
  68. Transcription <ALL-ARGUMENTS>
  69. Gene_Repression <ALL-ARGUMENTS>
  70. Mutation <ALL-ARGUMENTS>
  71. Laboratory_Technique <ALL-ARGUMENTS>
  72. Insertion <ALL-ARGUMENTS>
  73. Deletion <ALL-ARGUMENTS>
  74. Recombination <ALL-ARGUMENTS>
  75. Null_Mutation <ALL-ARGUMENTS>
  76. Methylation <ALL-ARGUMENTS>
  77. Point_Mutation <ALL-ARGUMENTS>
  78. Experimental_Technique <ALL-ARGUMENTS>
  79. [attributes]
  80. # (No attributes defined in the GREC corpus.)