123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- # -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; coding: utf-8; -*-
- # vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
- # Simple text-based definitions of entity, relation and event types
- # and event attributes for the NaCTeM GREC corpus
- # (http://www.nactem.ac.uk/GREC/).
- [entities]
- SPAN
- Gene
- Regulator
- Promoter
- Protein
- Activator
- Repressor
- Operon
- Transcription_Factor
- DNA
- Locus
- Transcription_Binding_Site
- Enzyme
- Protein_Complex
- Organic_Compounds
- Wild_Type_Bacteria
- Inorganic_Compounds
- Cells
- Mutant_Bacteria
- Operator
- mRNA
- Sub_Unit
- Sigma_Factor
- Amino_Acids
- Bacteria
- Plasmid
- RNA_Polymerase
- Mutant_Gene
- Phenotype
- Enhancer
- Tissue
- RNA
- Domain
- Motif
- ORF
- Peptide
- Virus
- Polypeptide
- Wild_Type_Organism
- Chromosome
- Viral_Vector
- Organism
- Organelles
- Termination_Site
- Ribosome
- Restriction_Enzyme
- Reagents
- Replication
- Mutant_Organism
- Allele
- [relations]
- # (No relations defined in the GREC corpus.)
- # "SPAN" annotations can nest any entity type
- ENTITY-NESTING Arg1:<ENTITY>, Arg2:SPAN
- #ENTITY-NESTING Arg1:<ENTITY>, Arg2:SPAN
- [events]
- <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>
- GRE <ALL-ARGUMENTS>
- Gene_Expression <ALL-ARGUMENTS>
- Regulation <ALL-ARGUMENTS>
- Gene_Activation <ALL-ARGUMENTS>
- Transcription <ALL-ARGUMENTS>
- Gene_Repression <ALL-ARGUMENTS>
- Mutation <ALL-ARGUMENTS>
- Laboratory_Technique <ALL-ARGUMENTS>
- Insertion <ALL-ARGUMENTS>
- Deletion <ALL-ARGUMENTS>
- Recombination <ALL-ARGUMENTS>
- Null_Mutation <ALL-ARGUMENTS>
- Methylation <ALL-ARGUMENTS>
- Point_Mutation <ALL-ARGUMENTS>
- Experimental_Technique <ALL-ARGUMENTS>
- [attributes]
- # (No attributes defined in the GREC corpus.)
|