Created
May 4, 2014 02:59
-
-
Save brendano/bbb547af8512afabd012 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/nlplab/brat/blob/master/annotation.conf | |
[entities] | |
Actor | |
GPE | |
Timex | |
Pred | |
Historical | |
Hypothetical | |
Head | |
[relations] | |
Coref Arg1:Actor, Arg2:Actor, <REL-TYPE>:symmetric-transitive | |
Coref Arg1:GPE, Arg2:GPE, <REL-TYPE>:symmetric-transitive | |
GPEMod Arg1:Actor, Arg2:GPE | |
Tmod Arg1:<EVENT>, Arg2:Timex | |
<OVERLAP> Arg1:<ANY>, Arg2:<ANY>, <OVL-TYPE>:<ANY> | |
[events] | |
!PoliticalEvent | |
Verbal Source*:Actor, Target*:Actor, SymmArg*:Actor, EvtArg*:<EVENT> | |
VerbalPos Source*:Actor, Target*:Actor, SymmArg*:Actor, EvtArg*:<EVENT> | |
VerbalNeg Source*:Actor, Target*:Actor, SymmArg*:Actor, EvtArg*:<EVENT> | |
MaterialNeg Source*:Actor, Target*:Actor, SymmArg*:Actor, EvtArg*:<EVENT> | |
MaterialPos Source*:Actor, Target*:Actor, SymmArg*:Actor, EvtArg*:<EVENT> | |
Protest Source*:Actor | |
Modality Reporter*:Actor, SubEvt+:<EVENT> | |
[attributes] | |
Negation Arg:<EVENT> | |
Historical Arg:<EVENT> | |
Hypothetical Arg:<EVENT> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[labels] | |
[drawing] | |
GPE bgColor:#FFD412 | |
Actor bgColor:lightgreen | |
Verbal bgColor:lightblue | |
VerbalPos bgColor:lightblue | |
VerbalNeg bgColor:lightblue | |
MaterialPos bgColor:lightblue | |
MaterialNeg bgColor:lightblue | |
Negation box:crossed, glyph:<NONE>, dashArray:<NONE> | |
Coref color:#777 | |
SpanCont color:#999 | |
SubEvt color:#777 | |
Tmod color:#888 | |
Source color:blue | |
Target color:red | |
SymmArg color:purple | |
EvtArg color:#c55 | |
Arg color:blue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment