GrammarScope  4.0.0
Static Public Attributes | Static Package Functions | List of all members
grammarscope.data.EnglishGrammaticalRelationsData Class Reference
Collaboration diagram for grammarscope.data.EnglishGrammaticalRelationsData:
Collaboration graph
[legend]

Static Public Attributes

static final GrammaticalRelationData GOVERNOR
 
static final GrammaticalRelationData DEPENDENT
 
static final GrammaticalRelationData ROOT
 
static final GrammaticalRelationData KILL
 
static final GrammaticalRelationData PREDICATE
 
static final GrammaticalRelationData AUX_MODIFIER
 
static final GrammaticalRelationData AUX_PASSIVE_MODIFIER
 
static final GrammaticalRelationData COPULA
 
static final GrammaticalRelationData CONJUNCT
 
static final GrammaticalRelationData COORDINATION
 
static final GrammaticalRelationData PUNCTUATION
 
static final GrammaticalRelationData ARGUMENT
 
static final GrammaticalRelationData SUBJECT
 
static final GrammaticalRelationData NOMINAL_SUBJECT
 
static final GrammaticalRelationData NOMINAL_PASSIVE_SUBJECT
 
static final GrammaticalRelationData CLAUSAL_SUBJECT
 
static final GrammaticalRelationData CLAUSAL_PASSIVE_SUBJECT
 
static final GrammaticalRelationData COMPLEMENT
 
static final GrammaticalRelationData OBJECT
 
static final GrammaticalRelationData DIRECT_OBJECT
 
static final GrammaticalRelationData INDIRECT_OBJECT
 
static final GrammaticalRelationData PREPOSITIONAL_OBJECT
 
static final GrammaticalRelationData PREPOSITIONAL_COMPLEMENT
 
static final GrammaticalRelationData CLAUSAL_COMPLEMENT
 
static final GrammaticalRelationData XCLAUSAL_COMPLEMENT
 
static final GrammaticalRelationData RELATIVE
 
static final GrammaticalRelationData REFERENT
 
static final GrammaticalRelationData EXPLETIVE
 
static final GrammaticalRelationData ADJECTIVAL_COMPLEMENT
 
static final GrammaticalRelationData MODIFIER
 
static final GrammaticalRelationData ADV_CLAUSE_MODIFIER
 
static final GrammaticalRelationData RELATIVE_CLAUSE_MODIFIER
 
static final GrammaticalRelationData MARKER
 
static final GrammaticalRelationData ADJECTIVAL_MODIFIER
 
static final GrammaticalRelationData NUMERIC_MODIFIER
 
static final GrammaticalRelationData NUMBER_MODIFIER
 
static final GrammaticalRelationData QUANTIFIER_MODIFIER
 
static final GrammaticalRelationData NOUN_COMPOUND_MODIFIER
 
static final GrammaticalRelationData APPOSITIONAL_MODIFIER
 
static final GrammaticalRelationData DISCOURSE_ELEMENT
 
static final GrammaticalRelationData VERBAL_MODIFIER
 
static final GrammaticalRelationData ADVERBIAL_MODIFIER
 
static final GrammaticalRelationData NEGATION_MODIFIER
 
static final GrammaticalRelationData NP_ADVERBIAL_MODIFIER
 
static final GrammaticalRelationData TEMPORAL_MODIFIER
 
static final GrammaticalRelationData MULTI_WORD_EXPRESSION
 
static final GrammaticalRelationData DETERMINER
 
static final GrammaticalRelationData PREDETERMINER
 
static final GrammaticalRelationData PRECONJUNCT
 
static final GrammaticalRelationData POSSESSION_MODIFIER
 
static final GrammaticalRelationData POSSESSIVE_MODIFIER
 
static final GrammaticalRelationData PREPOSITIONAL_MODIFIER
 
static final GrammaticalRelationData PHRASAL_VERB_PARTICLE
 
static final GrammaticalRelationData PARATAXIS
 
static final GrammaticalRelationData GOES_WITH
 
static final GrammaticalRelationData SEMANTIC_DEPENDENT
 
static final GrammaticalRelationData AGENT
 
static final GrammaticalRelationData[] data
 
static final Map< String, GrammaticalRelationDatamap = new HashMap<>()
 

Static Package Functions

 [static initializer]
 

Member Function Documentation

◆ [static initializer]()

grammarscope.data.EnglishGrammaticalRelationsData.[static initializer]
staticpackage

Member Data Documentation

◆ ADJECTIVAL_COMPLEMENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.ADJECTIVAL_COMPLEMENT
static
Initial value:
= new GrammaticalRelationData( "ADJECTIVAL_COMPLEMENT", "acomp", "adjectival complement",
"COMPLEMENT",
"VP|SQ",
new String[]{ "VP [ < ADJP=target | ( < (/^VB/ [ ( < /^(?i:seem|seems|seemed|seeming|resemble|resembles|resembled|resembling|become|becomes|became|becoming|remain|remains|remained|remaining)$/ $++ VP=target ) | $+ (@S=target < (@ADJP < /^JJ/ ! $-- @NP|S)) ] ) !$-- (/^VB/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ )) ]", "SQ < (/^VB/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ $++ ADJP=target !$++ VP)" },
"The \"adjectival complement\" grammatical relation. An adjectival complement of a VP is an adjectival phrase which functions as the complement (like an object of the verb); an adjectival complement of a clause is the adjectival complement of the VP which is the predicate of that clause.",
new String[][]{ { "She looks very beautiful","acomp(looks, beautiful)" } }
)

◆ ADJECTIVAL_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.ADJECTIVAL_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "ADJECTIVAL_MODIFIER", "amod", "adjectival modifier",
"MODIFIER",
"NP(?:-TMP|-ADV)?|NX|NML|NAC|WHNP|ADJP",
new String[]{ "/^(?:NP(?:-TMP|-ADV)?|NX|NML|NAC|WHNP)$/ < (ADJP|WHADJP|JJ|JJR|JJS|JJP|VBN|VBG|VBD|IN=target !< (QP !< /^[$]$/) !$- CC)", "ADJP !< CC|CONJP < (JJ|NNP $ JJ|NNP=target)", "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV < (NP=target <: CD $- /^,$/ $-- /^(?:WH)?NP/ !$ CC|CONJP)" },
"The \"adjectival modifier\" grammatical relation. An adjectival modifier of an NP is any adjectival phrase that serves to modify the meaning of the NP. The relation amod is also used for multiword country adjectives, despite their questionable treebank representation.",
new String[][]{ { "Sam eats red meat","amod(meat, red)" }, { "the West German economy","amod(German, West)" }, { "the West German economy","amod(economy, German)" } }
)

◆ ADV_CLAUSE_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.ADV_CLAUSE_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "ADV_CLAUSE_MODIFIER", "advcl", "adverbial clause modifier",
"MODIFIER",
"VP|S|SQ|SINV|SBARQ|NP|ADVP",
new String[]{ "VP < (@SBAR=target <= (@SBAR [ < (IN !< /^(?i:that|whether)$/) | <: (SINV <1 /^(?:VB|MD|AUX)/) | < (RB|IN < so|now) < (IN < that) | <1 (ADVP < (RB < now)) <2 (IN < that) ] ))", "S|SQ|SINV < (SBAR|SBAR-TMP=target <, (IN !< /^(?i:that|whether)$/ !$+ (NN < order)) !$-- /^(?!CC|CONJP|``|,|INTJ|PP(-.*)?).*$/ !$+ VP)", "S|SQ|SINV < (SBAR|SBAR-TMP=target <2 (IN !< /^(?i:that|whether)$/ !$+ (NN < order)) !$-- /^(?!CC|CONJP|``|,|INTJ|PP(-.*)?$).*$/)", "S|SQ|SINV < (SBAR|SBAR-TMP=target <, (IN !< /^(?i:that|whether)$/ !$+ (NN < order)) !$+ @VP $+ /^,$/ $++ @NP)", "SBARQ < (SBAR|SBAR-TMP|SBAR-ADV=target <, (IN !< /^(?i:that|whether)$/ !$+ (NN < order)) $+ /^,$/ $++ @SQ|S|SBARQ)", "S|SQ < (@SBAR=target [ == @SBAR=sbar | <# @SBAR=sbar ] ): (=sbar < (WHADVP|WHNP < (WRB !< /^(?i:how)$/) !$-- /^(?!RB|ADVP).*$/) !< (S < (VP < TO)) !$-- /^:$/)", "VP < (@SBAR=target !$-- /^:$/ [ == @SBAR=sbar | <# @SBAR=sbar ] ) [ !< (/^V/ < /^(?i:ask|asks|asked|asking|know|knows|knew|knowing|specify|specifies|specified|specifying|tell|tells|told|telling|understand|understands|understood|understanding|wonder|wonders|wondered|wondering)$/) | < (=target $-- @SBAR|S) | ( !< (/^V/ < /^(?i:tell|tells|told|telling)$/) < (=target $-- NP)) ] : (=sbar < (WHADVP|WHNP < (WRB !< /^(?i:how)$/) !$-- /^(?!RB|ADVP).*$/) !< (S < (VP < TO)))", "@S < (@SBAR=target $++ @NP $++ @VP)", "@S < (@S=target < (VP < TO) $+ (/^,$/ $++ @NP))", "NP < (NP $++ (SBAR=target < (IN < /^(?i:than)$/) !< (WHPP|WHNP|WHADVP) < (S < (@NP $++ (VP !< (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ !$+ VP) !<+(VP) (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ $+ (VP < VBN|VBD)) !<+(VP) NP !< SBAR !<+(VP) (PP <- IN|TO)))) !<: (S !< (VP < TO))) !$++ (CC $++ =target))", "ADVP < ADVP < SBAR=target" },
"The \"adverbial clause modifier\" grammatical relation. An adverbial clause modifier of some predicates, such as a VP or (inverted) sentence is a clause modifying the verb (temporal clauses, consequences, conditional clauses, etc.).",
new String[][]{ { "The accident happened as the night was falling","advcl(happened, falling)" }, { "If you know who did it, you should tell the teacher","advcl(tell, know)" } }
)

◆ ADVERBIAL_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.ADVERBIAL_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "ADVERBIAL_MODIFIER", "advmod", "adverbial modifier",
"MODIFIER",
"VP|ADJP|WHADJP|ADVP|WHADVP|S|SBAR|SINV|SQ|SBARQ|XS|(?:WH)?(?:PP|NP)(?:-TMP|-ADV)?|RRC|CONJP|JJP",
new String[]{ "/^(?:VP|ADJP|JJP|WHADJP|SQ?|SBARQ?|SINV|XS|RRC|(?:WH)?NP(?:-TMP|-ADV)?)$/ < (RB|RBR|RBS|WRB|ADVP|WHADVP=target !< /^(?i:n[o'’]?t|never)$/ !< (FW < /^(?i:(etc|ect))$/))", "ADVP|WHADVP < (RB|RBR|RBS|WRB|ADVP|WHADVP|JJ=target !< /^(?i:n[o'’]?t|never)$/ !< /^(?i:no)$/ !< (FW < /^(?i:(etc|ect))$/)) [ !< /^CC|CONJP$/ | ( <#__=head !< (/^CC|CONJP$/ [ ($++ =head $-- =target) | ($-- =head $++ =target) ])) ]", "SBAR < (WHNP=target < WRB)", "SBARQ <, WHADVP=target", "XS < JJ=target", "/(?:WH)?PP(?:-TMP|-ADV)?$/ <# (__ $-- (RB|RBR|RBS|WRB|ADVP|WHADVP=target !< /^(?i:n[o'’]?t|never)$/ !< (FW < /^(?i:(etc|ect))$/)))", "/(?:WH)?PP(?:-TMP|-ADV)?$/ < @NP|WHNP < (RB|RBR|RBS|WRB|ADVP|WHADVP=target !< /^(?i:n[o'’]?t|never)$/ !< (FW < /^(?i:(etc|ect))$/))", "CONJP < (RB=target !< /^(?i:n[o'’]?t|never)$/ !< (FW < /^(?i:(etc|ect))$/))", "ADJP < (JJ|JJR|JJS=target $. JJ|JJR|JJS !< /^[A-Z]/) <# JJ|JJR|JJS !< (CC|CONJP)" },
"The \"adverbial modifier\" grammatical relation. An adverbial modifier of a word is a (non-clausal) RB or ADVP that serves to modify the meaning of the word.",
new String[][]{ { "genetically modified food","advmod(modified, genetically)" }, { "less often","advmod(often, less)" } }
)

◆ AGENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.AGENT
static
Initial value:
= new GrammaticalRelationData( "AGENT", "agent", "agent",
"DEPENDENT",
null,
new String[]{ },
"The \"agent\" grammatical relation. The agent of a passive VP is the complement introduced by \"by\" and doing the action.",
new String[][]{ { "The man has been killed by the police","agent(killed, police)" } }
)

◆ APPOSITIONAL_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.APPOSITIONAL_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "APPOSITIONAL_MODIFIER", "appos", "appositional modifier",
"MODIFIER",
"(?:WH)?NP(?:-TMP|-ADV)?",
new String[]{ "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV < (NP=target !<: CD $- /^,$/ $-- /^(?:WH)?NP/) !< CC|CONJP !< (ADVP|NP <1 (FW < /^(?i:(etc|ect))$/)) !< (FW < /^(?i:(etc|ect))$/)", "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV < (PRN=target < (NP < /^(?:NN|CD)/ $-- /^-LRB-$/ $+ /^-RRB-$/))", "@WHNP|NP < (NP=target !<: CD <, /^-LRB-$/ <` /^-RRB-$/ $-- /^(?:WH)?NP/ !$ CC|CONJP)", "NP|NP-TMP|NP-ADV < (NNP $+ (/^,$/ $+ NNP=target)) !< CC|CONJP !< (ADVP|NP <1 (FW < /^(?i:(etc|ect))$/)) !< (FW < /^(?i:(etc|ect))$/)", "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV < (PRN=target <, /^-LRB-$/ <- /^-RRB-$/ !<< /^(?:POS|(?:WP|PRP)\\$|[,$#]|CC|RB|CD)$/ <+(NP) (NNP|NN < /^(?:[A-Z]\\.?){2,}/) )", "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV < (NP=target <: NNP $- (/^(?:WH)?NP/ !< POS)) !< CC|CONJP !< (ADVP|NP <1 (FW < /^(?i:(etc|ect))$/)) !< (FW < /^(?i:(etc|ect))$/)" },
"The \"appositional modifier\" grammatical relation. An appositional modifier of an NP is an NP that serves to modify the meaning of the NP. It includes parenthesized examples, as well as defining abbreviations. .",
new String[][]{ { "Sam, my brother, eats red meat","appos(Sam, brother)" }, { "Bill (John's cousin)","appos(Bill, cousin)" }, { "The Australian Broadcasting Corporation (ABC)","appos(Corporation, ABC)" } }
)

◆ ARGUMENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.ARGUMENT
static
Initial value:
= new GrammaticalRelationData( "ARGUMENT", "arg", "argument",
"DEPENDENT",
null,
new String[]{ },
"The \"argument\" grammatical relation. An argument of a VP is a subject or complement of that VP; an argument of a clause is an argument of the VP which is the predicate of that clause.",
new String[][]{ { "Clinton defeated Dole","arg(defeated, Clinton)" }, { "Clinton defeated Dole","arg(defeated, Dole)" } }
)

◆ AUX_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.AUX_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "AUX_MODIFIER", "aux", "auxiliary",
"DEPENDENT",
"VP|SQ|SINV|CONJP",
new String[]{ "VP < VP < (/^(?:TO|MD|VB.*|AUXG?|POS)$/=target)", "SQ|SINV < (/^(?:VB|MD|AUX)/=target $++ /^(?:VP|ADJP)/)", "CONJP < TO=target < VB", "SINV < (VP=target < (/^(?:VB|AUX|POS)/ < /^(?i:am|is|are|r|be|being|'s|’s|'re|’re|'m|’m|was|were|been|s|ai|m|art|ar|wase)$/) $-- (VP < VBG))" },
"The \"auxiliary\" grammatical relation. An auxiliary of a clause is a non-main verb of the clause.",
new String[][]{ { "Reagan has died","aux(died, has)" } }
)

◆ AUX_PASSIVE_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.AUX_PASSIVE_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "AUX_PASSIVE_MODIFIER", "auxpass", "passive auxiliary",
"AUX_MODIFIER",
"VP|SQ|SINV",
new String[]{ "VP < (/^(?:VB|AUX|POS)/=target < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase|get|getting|gets|got|gotten)$/ ) < (VP|ADJP [ < VBN|VBD | < (VP|ADJP < VBN|VBD) < CC ] )", "SQ|SINV < (/^(?:VB|AUX|POS)/=target < /^(?i:am|is|are|r|be|being|'s|’s|'re|’re|'m|’m|was|were|been|s|ai|m|art|ar|wase)$/ $++ (VP < VBD|VBN))", "SINV < (VP=target < (/^(?:VB|AUX|POS)/ < /^(?i:am|is|are|r|be|being|'s|’s|'re|’re|'m|’m|was|were|been|s|ai|m|art|ar|wase)$/) $-- (VP < VBD|VBN))", "SINV < (VP=target < (VP < (/^(?:VB|AUX|POS)/ < /^(?i:am|is|are|r|be|being|'s|’s|'re|’re|'m|’m|was|were|been|s|ai|m|art|ar|wase)$/)) $-- (VP < VBD|VBN))" },
"The \"passive auxiliary\" grammatical relation. A passive auxiliary of a clause is a non-main verb of the clause which contains the passive information.",
new String[][]{ { "Kennedy has been killed","auxpass(killed, been)" } }
)

◆ CLAUSAL_COMPLEMENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.CLAUSAL_COMPLEMENT
static
Initial value:
= new GrammaticalRelationData( "CLAUSAL_COMPLEMENT", "ccomp", "clausal complement",
"COMPLEMENT",
"VP|SINV|S|ADJP|ADVP|NP(?:-.*)?",
new String[]{ "VP < (S=target < (VP !<, TO|VBG|VBN) !$-- NP)", "VP < (SBAR=target < (S <+(S) VP) <, (IN|DT < /^(?i:that|whether)$/))", "VP < (SBAR=target < (SBAR < (S <+(S) VP) <, (IN|DT < /^(?i:that|whether)$/)) < CC|CONJP)", "VP < (SBAR=target < (S < VP) !$-- NP !<, (IN|WHADVP) !<2 (IN|WHADVP $- ADVP|RB))", "VP < (/^V/ < /^(?i:tell|tells|told|telling)$/) < (SBAR=target < (S < VP) $-- NP !<, (IN|WHADVP) !<2 (IN|WHADVP $- ADVP|RB))", "VP < (SBAR=target < (S < VP) !$-- NP <, (WHADVP < (WRB < /^(?i:how)$/)))", "VP < @SBARQ=target", "VP < (/^VB/ < /^(?i:have|had|has|having|'ve|’ve|ve|v|'d|’d|d|hvae|hav|as)$/) < (S=target < @NP < VP)", "VP < (@SBAR=target !$-- @SBAR|S !$-- /^:$/ [ == @SBAR=sbar | <# @SBAR=sbar ] ) < (/^V/ < /^(?i:ask|asks|asked|asking|know|knows|knew|knowing|specify|specifies|specified|specifying|tell|tells|told|telling|understand|understands|understood|understanding|wonder|wonders|wondered|wondering)$/) [ < (/^V/ < /^(?i:tell|tells|told|telling)$/) | < (=target !$-- NP) ] : (=sbar < (WHADVP|WHNP < (WRB !< /^(?i:how)$/) !$-- /^(?!RB|ADVP).*$/) !< (S < (VP < TO)))", "@S|SINV < (@S|SBARQ=target $+ /^(,|\\.|'')$/ !$- /^(?:CC|CONJP|:)$/ !$- (/^(?:,)$/ $- CC|CONJP) !< (VP < TO|VBG|VBN) !< (VP <1 (VP [ <1 VBG|VBN | <2 (VBG|VBN $-- ADVP) ]))) !< (@S !== =target $++ =target !$++ @CC|CONJP)", "ADVP < (SBAR=target [ < WHNP | ( < (IN < /^(?i:as|that)/) < (S < (VP !< TO))) ])", "ADJP < (SBAR=target !< (IN < as) < S)", "S <, (SBAR=target <, (IN < /^(?i:that|whether)$/) !$+ VP)", "@NP < JJ|NN|NNS < (SBAR=target [ !<(S < (VP < TO )) | !$-- NP|NN|NNP|NNS ] )", "VP < (/^V/ < /^(?i:say|says|said|saying|(?:add|boast|counsel|explain|inform|interject|recall|remark|respond|proclaim|report|claim|shout|whisper|yell)(?:s|ed|ing)?|(?:advis|announc|acknowledg|conced|conclud|decid|declar|observ|stat|not|inton)(?:e|es|ed|ing)|(?:confess)(?:es|ed|ing)?|(?:agree)(?:s|d|ing)?|reply|replied|replies|replying|admit|admits|admitted|admitting|hold|holds|holding|held|write|writes|writing|wrote|tell|tells|telling|told|quipped|quip|quips|quipping|think|thinks|thinking|thought)$/) < (S|S-CLF|S-TTL|SQ=target <+(S) (VP < /^VB[DZP]$/))", "@S < /^S-TPC/=target < VP" },
"The \"clausal complement\" grammatical relation. A clausal complement of a verb or adjective is a dependent clause with an internal subject which functions like an object of the verb, or adjective. Clausal complements for nouns are limited to complement clauses with a subset of nouns like \"fact\" or \"report\". We analyze them the same (parallel to the analysis of this class as \"content clauses\" in Huddleston and Pullum 2002). Clausal complements are usually finite (though there are occasional exceptions including remnant English subjunctives, and we also classify the complement of causative \"have\" (She had him arrested) in this category.",
new String[][]{ { "He says that you like to swim","ccomp(says, like)" }, { "I am certain that he did it","ccomp(certain, did)" }, { "I admire the fact that you are honest","ccomp(fact, honest)" } }
)

◆ CLAUSAL_PASSIVE_SUBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.CLAUSAL_PASSIVE_SUBJECT
static
Initial value:
= new GrammaticalRelationData( "CLAUSAL_PASSIVE_SUBJECT", "csubjpass", "clausal passive subject",
"CLAUSAL_SUBJECT",
"S",
new String[]{ "S < (SBAR|S=target !$+ /^,$/ $++ (VP < (VP < VBN|VBD) < (/^(?:VB|AUXG?)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase|get|getting|gets|got|gotten)$/) !$-- NP))", "S < (SBAR|S=target !$+ /^,$/ $++ (VP <+(VP) (VP < VBN|VBD > (VP < (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase|get|getting|gets|got|gotten)$/))) !$-- NP))" },
"The \"clausal passive subject\" grammatical relation. A clausal passive subject is a subject of a passive verb which is a clause. (subject is \"that she lied\").",
new String[][]{ { "That she lied was suspected by everyone","csubjpass(suspected, lied)" } }
)

◆ CLAUSAL_SUBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.CLAUSAL_SUBJECT
static
Initial value:
= new GrammaticalRelationData( "CLAUSAL_SUBJECT", "csubj", "clausal subject",
"SUBJECT",
"S",
new String[]{ "S < (SBAR|S=target !$+ /^,$/ $++ (VP !$-- NP))" },
"The \"clausal subject\" grammatical relation. A clausal subject is a subject which is a clause. (subject is \"what she said\" in both examples).",
new String[][]{ { "What she said makes sense","csubj(makes, said)" }, { "What she said is untrue","csubj(untrue, said)" } }
)

◆ COMPLEMENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.COMPLEMENT
static
Initial value:
= new GrammaticalRelationData( "COMPLEMENT", "comp", "complement",
"ARGUMENT",
null,
new String[]{ },
"The \"complement\" grammatical relation. A complement of a VP is any object (direct or indirect) of that VP, or a clause or adjectival phrase which functions like an object; a complement of a clause is an complement of the VP which is the predicate of that clause.",
new String[][]{ { "She gave me a raise","comp(gave, me)" }, { "She gave me a raise","comp(gave, a raise)" }, { "I like to swim","comp(like, to swim)" } }
)

◆ CONJUNCT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.CONJUNCT
static
Initial value:
= new GrammaticalRelationData( "CONJUNCT", "conj", "conjunct",
"DEPENDENT",
"VP|(?:WH)?NP(?:-TMP|-ADV)?|ADJP|PP|QP|ADVP|UCP(?:-TMP|-ADV)?|S|NX|SBAR|SBARQ|SINV|SQ|JJP|NML|RRC",
new String[]{ "VP|S|SBAR|SBARQ|SINV|SQ|RRC < (CC|CONJP $-- !/^(?:``|-LRB-|PRN|PP|ADVP|RB)/ $+ !/^(?:SBAR|PRN|``|''|-[LR]RB-|,|:|\\.)$/=target)", "SBAR < (CC|CONJP $-- @SBAR $+ @SBAR=target)", "VP|S|SBAR|SBARQ|SINV|SQ|RRC < (CC|CONJP $-- !/^(?:``|-LRB-|PRN|PP|ADVP|RB)/ $+ (ADVP $+ !/^(?:PRN|``|''|-[LR]RB-|,|:|\\.)$/=target))", "VP|S|SBAR|SBARQ|SINV|SQ=root < (CC|CONJP $-- !/^(?:``|-LRB-|PRN|PP|ADVP|RB)/) < (/^(?:PRN|``|''|-[LR]RB-|,|:|\\.)$/ $+ (/^S|SINV$|^(?:A|N|V|PP|PRP|J|W|R)/=target [$-- (CC|CONJP $-- (__ ># =root) !$++ (/^:|,$/ $++ =target)) | $-- (/^:|,$/ $-- (__ ># =root) [!$-- /^CC|CONJP$/ | $++ (=target < (/^,$/ $++ (__ ># =target)))])] ) )", "/^(?:ADJP|JJP|PP|QP|(?:WH)?NP(?:-TMP|-ADV)?|ADVP|UCP(?:-TMP|-ADV)?|NX|NML)$/ [ < (CC|CONJP $-- !/^(?:``|-LRB-|PRN)$/ $+ !/^(?:PRN|``|''|-[LR]RB-|,|:|\\.)$/=target) | < (FW=target < /^(?i:(etc|ect))$/) | < (ADVP|NP=target <1 (FW < /^(?i:(etc|ect))$/))]", "/^(?:ADJP|PP|(?:WH)?NP(?:-TMP|-ADV)?|ADVP|UCP(?:-TMP|-ADV)?|NX|NML)$/ < (CC|CONJP $-- !/^(?:``|-LRB-|PRN)$/ $+ (ADVP $+ !/^(?:PRN|``|''|-[LR]RB-|,|:|\\.)$/=target))", "/^(?:ADJP|PP|(?:WH)?NP(?:-TMP|-ADV)?|ADVP|UCP(?:-TMP|-ADV)?|NX|NML)$/ [ < (CC|CONJP $-- !/^(?:``|-LRB-|PRN)$/) | < (FW < /^(?i:(etc|ect))$/) | < (ADVP|NP <1 (FW < /^(?i:(etc|ect))$/))] < (/^(?:PRN|``|''|-[LR]RB-|,|:|\\.)$/ [ $+ /^S|SINV$|^(?:A|N|V|PP|PRP|J|W|R)/=target | $+ (FW=target < /^(?i:(etc|ect))$/) ] )", "NX|NML [ < (CC|CONJP $- __) | < (FW < /^(?i:(etc|ect))$/)] < (/^,$/ $- /^(?:A|N|V|PP|PRP|J|W|R|S)/=target)", "/^(?:VP|S|SBAR|SBARQ|SINV|ADJP|PP|QP|(?:WH)?NP(?:-TMP|-ADV)?|ADVP|UCP(?:-TMP|-ADV)?|NX|NML)$/ [ < (CC $++ (CC|CONJP $+ !/^(?:PRN|``|''|-[LR]RB-|,|:|\\.)$/=target)) | <- (FW=target < /^(?i:(etc|ect))$/) | <- (ADVP|NP=target <1 (FW < /^(?i:(etc|ect))$/)) ]" },
"The \"conjunct\" grammatical relation. A conjunct is the relation between two elements connected by a conjunction word. We treat conjunctions asymmetrically: The head of the relation is the first conjunct and other conjunctions depend on it via the conj relation. Note:Modified in 2010 to exclude the case of a CC/CONJP first in its phrase: it has to conjoin things.",
new String[][]{ { "Bill is big and honest","conj(big, honest)" } }
)

◆ COORDINATION

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.COORDINATION
static
Initial value:
= new GrammaticalRelationData( "COORDINATION", "cc", "coordination",
"DEPENDENT",
".*",
new String[]{ "__ [ < (CC=target !< /^(?i:either|neither|both)$/ ) | < (CONJP=target !< (RB < /^(?i:not)$/ $+ (RB|JJ < /^(?i:only|just|merely)$/))) ]" },
"The \"coordination\" grammatical relation. A coordination is the relation between an element and a conjunction.",
new String[][]{ { "Bill is big and honest.","cc(big, and)" } }
)

◆ COPULA

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.COPULA
static
Initial value:
= new GrammaticalRelationData( "COPULA", "cop", "copula",
"AUX_MODIFIER",
"VP|SQ|SINV|SBARQ",
new String[]{ "VP < (/^(?:VB|AUX)/=target < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ [ $++ (/^(?:ADJP|NP$|WHNP$)/ !< (VBN|VBD !$++ /^N/)) | $++ (S <: (ADJP < JJ)) ] )", "SQ|SINV < (/^(?:VB|AUX)/=target < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ [ $++ (ADJP !< VBN|VBD) | $++ (NP $++ NP) | $++ (S <: (ADJP < JJ)) ] )", "SBARQ < (/^(?:VB|AUX)/=target < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) < (WHNP < WP)", "SINV <# (NP $++ (NP $++ (VP=target < (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/))))" },
"The \"copula\" grammatical relation. A copula is the relation between the complement of a copular verb and the copular verb.",
new String[][]{ { "Bill is big","cop(big, is)" }, { "Bill is an honest man","cop(man, is)" } }
)

◆ data

final GrammaticalRelationData [] grammarscope.data.EnglishGrammaticalRelationsData.data
static

◆ DEPENDENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.DEPENDENT
static
Initial value:
= new GrammaticalRelationData( "DEPENDENT", "dep", "dependent",
null,
null,
new String[]{ },
"The \"dependent\" grammatical relation, which is the inverse of \"governor\".",
new String[][]{ { "the red car","dep(car, red)" } }
)

◆ DETERMINER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.DETERMINER
static
Initial value:
= new GrammaticalRelationData( "DETERMINER", "det", "determiner",
"MODIFIER",
"(?:WH)?NP(?:-TMP|-ADV)?|NAC|NML|NX|X|ADVP|ADJP",
new String[]{ "/^(?:NP(?:-TMP|-ADV)?|NAC|NML|NX|X)$/ < (DT=target !< /^(?i:either|neither|both|no)$/ !$+ DT !$++ CC $++ /^(?:N[MNXP]|CD|JJ|FW|ADJP|QP|RB|PRP(?![$])|PRN)/=det !$++ (/^PRP[$]|POS/ $++ =det !$++ (/''/ $++ =det)))", "NP|NP-TMP|NP-ADV < (DT=target [ (< /^(?i:either|neither|both)$/ !$+ DT !$++ CC $++ /^(?:NN|NX|NML)/ !$++ (NP < CC)) | (!< /^(?i:either|neither|both|no)$/ $++ CC $++ /^(?:NN|NX|NML)/) | (!< /^(?i:no)$/ $++ (/^JJ/ !$+ /^NN/) !$++CC !$+ DT) ] )", "NP|NP-TMP|NP-ADV <<, PRP <- (NP|DT|RB=target <<- all|both|each)", "WHNP < (NP $-- (WHNP=target < WDT))", "@WHNP|ADVP|ADJP < (/^(?:NP|NN|CD|RBS|JJ)/ $-- (DT|WDT|WP=target !< /^(?i:no)$/ [ ==WDT|WP | !$++ CC|CONJP ]))", "@NP < (/^(?:NP|NN|CD|RBS)/ $-- WDT|WP=target)" },
"The \"determiner\" grammatical relation. (The ADVP match is because sometimes \"a little\" or \"every time\" is tagged as an AVDVP with POS tags straight under it.).",
new String[][]{ { "The man is here","det(man,the)" }, { "Which man do you prefer?","det(man,which)" } }
)

◆ DIRECT_OBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.DIRECT_OBJECT
static
Initial value:
= new GrammaticalRelationData( "DIRECT_OBJECT", "dobj", "direct object",
"OBJECT",
"VP|SQ|SBARQ?",
new String[]{ "VP !< (/^(?:VB|AUX)/ [ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ | < /^(?i:seem|seems|seemed|seeming|resemble|resembles|resembled|resembling|become|becomes|became|becoming|remain|remains|remained|remaining)$/ ]) < (NP|WHNP=target [ [ !<# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/) !$+ NP ] | $+ NP-TMP | $+ (NP <# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/)) ] ) <# (__ !$++ (NP $++ (/^[:]$/ $++ =target))) ", "VP < (S < (NP|WHNP=target $++ (VP < TO)))", "SQ < (/^(?:VB)/=verb !< /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) $-- WHNP !< VP !< (/^(?:VB)/ ! == =verb) < (NP|WHNP=target [ [ !<# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/) !$+ NP ] | $+ NP-TMP | $+ (NP <# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/)) ] )", "SBARQ < (WHNP=target !< WRB !<# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/)) <+(SQ|SINV|S|VP) (VP !< NP|TO !< (S < (VP < TO)) !< (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ $++ (VP < VBN|VBD)) !< (PP <: IN|TO) $-- (NP !< /^-NONE-$/))", "SBAR < (WHNP=target !< WRB) < (S < NP < (VP !< SBAR !<+(VP) (PP <- IN|TO) !< (S < (VP < TO))))", "SBARQ < (WHNP=target $++ ((/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) $++ (ADJP=adj !< (PP !< NP)) $++ (NP $++ =adj)))" },
"The \"direct object\" grammatical relation. The direct object of a verb is the noun phrase which is the (accusative) object of the verb; the direct object of a clause or VP is the direct object of the head predicate of that clause. Note that dobj can also be assigned by the conversion of rel in the postprocessing.",
new String[][]{ { "She gave me a raise","dobj(gave, raise)" } }
)

◆ DISCOURSE_ELEMENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.DISCOURSE_ELEMENT
static
Initial value:
= new GrammaticalRelationData( "DISCOURSE_ELEMENT", "discourse", "discourse element",
"MODIFIER",
".*",
new String[]{ "__ < (NFP=target [ < /^(?:[<>]?[:;=8][\\-o\\*'’]?(?:-RRB-|-LRB-|[()DPdpO\\/\\\\\\:}{@\\|\\[\\]])|(?:-RRB-|-LRB-|[()DPdpO\\/\\\\\\:}{@\\|\\[\\]])[\\-o\\*'’]?[:;=8][<>]?)$/ | < /(?!^--$)^(?:-LRB-|[(])?[\\-\\^x=~<>'’][_.]?[\\-\\^x=~<>'’](?:-RRB-|[)])?$/ ] )", "__ [ < INTJ=target | < (PRN=target <1 /^(?:,|-LRB-)$/ <2 INTJ [ !<3 __ | <3 /^(?:,|-RRB-)$/ ] ) ]" },
"The \"discourse element\" grammatical relation. This is used for interjections and other discourse particles and elements (which are not clearly linked to the structure of the sentence, except in an expressive way). We generally follow the guidelines of what the Penn Treebanks count as an INTJ. They define this to include: interjections (oh, uh-huh, Welcome), fillers (um, ah), and discourse markers (well, like, actually, but not: you know). We also use it for emoticons.",
new String[][]{ }
)

◆ EXPLETIVE

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.EXPLETIVE
static
Initial value:
= new GrammaticalRelationData( "EXPLETIVE", "expl", "expletive",
"DEPENDENT",
"S|SQ|SINV",
new String[]{ "S|SQ|SINV < (NP=target <+(NP) EX)" },
"The \"expletive\" grammatical relation. This relation captures an existential there.",
new String[][]{ { "There is a statue in the corner","expl(is, there)" } }
)

◆ GOES_WITH

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.GOES_WITH
static
Initial value:
= new GrammaticalRelationData( "GOES_WITH", "goeswith", "goes with",
"MODIFIER",
".*",
new String[]{ "__ < GW=target" },
"The \"goes with\" grammatical relation. This corresponds to use of the GW (goes with) part-of-speech tag in the recent Penn Treebanks. It marks partial words that should be combined with some other word.",
new String[][]{ { "They come here with out legal permission.","goeswith(out, with)" } }
)

◆ GOVERNOR

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.GOVERNOR
static
Initial value:
= new GrammaticalRelationData( "GOVERNOR", "gov", "governor",
null,
null,
new String[]{ },
"The \"governor\" grammatical relation, which is the inverse of \"dependent\".",
new String[][]{ { "the red car","gov(red, car)" } }
)

◆ INDIRECT_OBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.INDIRECT_OBJECT
static
Initial value:
= new GrammaticalRelationData( "INDIRECT_OBJECT", "iobj", "indirect object",
"OBJECT",
"VP",
new String[]{ "VP < (NP=target !< /\\$/ !<# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/) $+ (NP !<# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/)))", "VP < (NP=target < (NP !< /\\$/ $++ (NP !<: (PRP < /^(?i:myself|yourself|himself|herself|itself|ourselves|yourselves|themselves)$/) !<: DT !< (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter|lot)$/)) !$ CC|CONJP !$ /^,$/ !$++ /^:$/))" },
"The \"indirect object\" grammatical relation. The indirect object of a VP is the noun phrase which is the (dative) object of the verb; the indirect object of a clause is the indirect object of the VP which is the predicate of that clause.",
new String[][]{ { "She gave me a raise","iobj(gave, me)" } }
)

◆ KILL

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.KILL
static
Initial value:
= new GrammaticalRelationData( "KILL", "KILL", "dummy relation kill",
null,
null,
new String[]{ },
"Dummy relation, used while collapsing relations, in English &amp; Chinese GrammaticalStructure.",
new String[][]{ }
)

◆ map

final Map<String, GrammaticalRelationData> grammarscope.data.EnglishGrammaticalRelationsData.map = new HashMap<>()
static

◆ MARKER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.MARKER
static
Initial value:
= new GrammaticalRelationData( "MARKER", "mark", "marker",
"MODIFIER",
"SBAR(?:-TMP)?",
new String[]{ "SBAR|SBAR-TMP < (IN|DT=target $++ S|FRAG)", "SBAR < (IN|DT=target < that|whether) [ $-- /^(?:VB|AUX)/ | $- NP|NN|NNS | > ADJP|PP | > (@NP|UCP|SBAR < CC|CONJP $-- /^(?:VB|AUX)/) ]" },
"The \"marker\" grammatical relation. A marker is the word introducing a finite clause subordinate to another clause. For a complement clause, this will typically be \"that\" or \"whether\". For an adverbial clause, the marker is typically a preposition like \"while\" or \"although\".",
new String[][]{ { "U.S. forces have been engaged in intense fighting after insurgents launched simultaneous attacks","mark(launched, after)" } }
)

◆ MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.MODIFIER
static
Initial value:
= new GrammaticalRelationData( "MODIFIER", "mod", "modifier",
"DEPENDENT",
null,
new String[]{ },
"The \"modifier\" grammatical relation. A modifier of a VP is any constituent that serves to modify the meaning of the VP (but is not an ARGUMENT of that VP); a modifier of a clause is an modifier of the VP which is the predicate of that clause.",
new String[][]{ { "Last night, I swam in the pool","mod(swam, in the pool)" }, { "Last night, I swam in the pool","mod(swam, last night)" } }
)

◆ MULTI_WORD_EXPRESSION

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.MULTI_WORD_EXPRESSION
static
Initial value:
= new GrammaticalRelationData( "MULTI_WORD_EXPRESSION", "mwe", "multi-word expression",
"MODIFIER",
"PP|XS|ADVP|CONJP",
new String[]{ "PP|XS < (IN|TO < as|of|at|to|in) < (JJ|IN|JJR|JJS|NN=target < such|because|Because|least|instead|due|Due|addition|to)", "ADVP < (RB|IN < well) < (IN|RB|JJS=target < as)", "ADVP < (DT=target < all) < (CC < but)", "CONJP < (RB < rather|well|instead) < (RB|IN=target < as|than|of)", "CONJP < (IN < in) < (NN|TO=target < addition|to)", "XS < JJR|JJS=target" },
"The \"multi-word expression\" grammatical relation. This covers various multi-word constructions for which it would seem pointless or arbitrary to claim grammatical relations between words: as well as, rather than, instead of, but also; such as, because of, all but, in addition to .... mwe(well, as).",
new String[][]{ { "dogs as well as cats","mwe(well, as)" }, { "fewer than 700 bottles","mwe(than, fewer)" } }
)

◆ NEGATION_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.NEGATION_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "NEGATION_MODIFIER", "neg", "negation modifier",
"ADVERBIAL_MODIFIER",
"VP|ADJP|S|SBAR|SINV|SQ|NP(?:-TMP|-ADV)?|FRAG|CONJP|PP|NAC|NML|NX|ADVP|WHADVP",
new String[]{ "/^(?:VP|NP(?:-TMP|-ADV)?|ADJP|SQ|S|FRAG|CONJP|PP)$/< (RB=target < /^(?i:n[o'’]?t|never)$/)", "VP|ADJP|S|SBAR|SINV|FRAG < (ADVP=target <# (RB < /^(?i:n[o'’]?t|never)$/))", "VP > SQ $-- (RB=target < /^(?i:n[o'’]?t|never)$/)", "/^(?:NP(?:-TMP|-ADV)?|NAC|NML|NX|ADJP|ADVP)$/ < (DT|RB=target < /^(?i:no)$/ $++ /^(?:N[MNXP]|CD|JJ|JJR|FW|ADJP|QP|RB|RBR|PRP(?![$])|PRN)/ )", "ADVP|WHADVP < (RB|RBR|RBS|WRB|ADVP|WHADVP|JJ=target < /^(?i:no)$/) !< CC|CONJP" },
"The \"negation modifier\" grammatical relation. The negation modifier is the relation between a negation word and the word it modifies.",
new String[][]{ { "Bill is not a scientist","neg(scientist, not)" }, { "Bill doesn't drive","neg(drive, n't)" } }
)

◆ NOMINAL_PASSIVE_SUBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.NOMINAL_PASSIVE_SUBJECT
static
Initial value:
= new GrammaticalRelationData( "NOMINAL_PASSIVE_SUBJECT", "nsubjpass", "nominal passive subject",
"NOMINAL_SUBJECT",
"S|SQ",
new String[]{ "S|SQ < (WHNP|NP=target !< EX) < (VP < (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase|get|getting|gets|got|gotten)$/) < (VP < VBN|VBD))" },
"The \"nominal passive subject\" grammatical relation. A nominal passive subject is a subject of a passive which is an noun phrase. This pattern recognizes basic (non-coordinated) examples. The coordinated examples are currently handled by correctDependencies() in EnglishGrammaticalStructure. This seemed more accurate than any tregex expression we could come up with.",
new String[][]{ { "Dole was defeated by Clinton","nsubjpass(defeated, Dole)" } }
)

◆ NOMINAL_SUBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.NOMINAL_SUBJECT
static
Initial value:
= new GrammaticalRelationData( "NOMINAL_SUBJECT", "nsubj", "nominal subject",
"SUBJECT",
"S|SQ|SBARQ|SINV|SBAR|PRN",
new String[]{ "S=subj < ((NP|WHNP=target !< EX !<# (/^NN/ < (/^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/))) $++ VP=verb) : (=subj !> VP | !<< (=verb < TO))", "S < ( NP=target <# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/) !$++ NP $++VP)", "SQ|PRN < (NP=target !< EX $++ VP)", "SQ < (NP=target !< EX $- (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) !$++ VP)", "SQ < (NP=target !< EX $- /^(?:VB|AUX)/ !$++ VP) !$-- NP|WHNP", "SQ < ((NP=target !< EX) $- (RB $- /^(?:VB|AUX)/) ![$++ VP])", "SBARQ < WHNP=target < (SQ < (VP !$-- NP))", "SBARQ < WHNP=target < (SQ < ((/^(?:VB)/ !< /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) !$-- NP !$++ VP))", "SBARQ < (SQ=target < (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) !< VP)", "SINV < (NP|WHNP=target [ $- VP|VBZ|VBD|VBP|VB|MD|AUX | $- (@RB|ADVP $- VP|VBZ|VBD|VBP|VB|MD|AUX) | !$- __ !$ @NP] )", "SINV < (NP $++ (NP=target $++ (VP < (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/))))", "S < (NP=target $+ NP|ADJP) > VP", "SBAR < WHNP=target [ < (S < (VP !$-- NP) !< SBAR) | < (VP !$-- NP) !< S ]", "SBAR !< WHNP < (S !< (NP $++ VP)) > (VP > (S $- WHNP=target))", "SQ < ((NP < EX) $++ NP=target)", "S < (NP < EX) <+(VP) (VP < NP=target)", "SBARQ < (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) < (WHNP < WP) < NP=target", "SBARQ < (WHNP=target $++ ((/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) $++ ADJP=adj !$++ (NP $++ =adj)))", "SBARQ <1 WHNP=target < (SQ < (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) [< (NP < EX) | < PP])" },
"The \"nominal subject\" grammatical relation. A nominal subject is a subject which is an noun phrase.",
new String[][]{ { "Clinton defeated Dole","nsubj(defeated, Clinton)" } }
)

◆ NOUN_COMPOUND_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.NOUN_COMPOUND_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "NOUN_COMPOUND_MODIFIER", "nn", "nn modifier",
"MODIFIER",
"(?:WH)?(?:NP|NX|NAC|NML|ADVP|ADJP)(?:-TMP|-ADV)?",
new String[]{ "/^(?:WH)?(?:NP|NX|NAC|NML)(?:-TMP|-ADV)?$/ < (NP|NML|NN|NNS|NNP|NNPS|FW|AFX=target $++ NN|NNS|NNP|NNPS|FW|CD=sister !<<- POS !<<- (VBZ < /^['’]s$/) !$- /^,$/ !$++ (POS $++ =sister))", "/^(?:WH)?(?:NP|NX|NAC|NML)(?:-TMP|-ADV)?$/ < JJ|JJR|JJS=sister < (NP|NML|NN|NNS|NNP|NNPS|FW=target !<<- POS !<<- (VBZ < /^['’]s$/) $+ =sister) <# NN|NNS|NNP|NNPS !<<- POS !<<- (VBZ < /^['’]s$/) ", "ADJP|ADVP < (FW [ $- (FW=target !< /^(?i:etc)$/) | $- (IN=target < in|In) ] )" },
"The \"noun compound modifier\" grammatical relation. A noun compound modifier of an NP is any noun that serves to modify the head noun. Note that this has all nouns modify the rightmost a la Penn headship rules. There is no intelligent noun compound analysis. We eliminate nouns that are detected as part of a POS, since that will turn into the dependencies denoting possession instead. Note we have to include (VBZ &lt; /^\'s$/) as part of the POS elimination, since quite a lot of text such as \"yesterday's widely published sequester\" was misannotated as a VBZ instead of a POS. TODO: remove that if a revised PTB is ever released.",
new String[][]{ { "Oil price futures","nn(futures, oil)" }, { "Oil price futures","nn(futures, price)" } }
)

◆ NP_ADVERBIAL_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.NP_ADVERBIAL_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "NP_ADVERBIAL_MODIFIER", "npadvmod", "noun phrase adverbial modifier",
"MODIFIER",
"VP|(?:WH)?(?:NP|ADJP|ADVP|PP)(?:-TMP|-ADV)?",
new String[]{ "@ADVP|ADJP|WHADJP|WHADVP|PP|WHPP <# (JJ|JJR|IN|RB|RBR !< notwithstanding $- (@NP=target !< NNP|NNPS))", "@ADJP < (NN=target $++ /^JJ/) !< CC|CONJP", "@NP|WHNP < /^NP-ADV/=target", "@NP|WHNP [ < (NP=target <: (PRP < /^(?i:myself|yourself|himself|herself|itself|ourselves|yourselves|themselves)$/)) | < (PRP=target < /^(?i:myself|yourself|himself|herself|itself|ourselves|yourselves|themselves)$/) ] : (=target $-- NP|NN|NNS|NNP|NNPS|PRP=noun !$-- (/^,|CC|CONJP$/ $-- =noun))", "@NP <1 (@NP <<# /^%$/) <2 (@NP=target <<# days|month|months) !<3 __", "@VP < /^NP-ADV/=target", "@ADJP > @NP < (@NP|NN|NNP|NNS|NNPS=target . (HYPH . VBN|VBG))" },
"The \"noun phrase as adverbial modifier\" grammatical relation. This relation captures various places where something syntactically a noun phrase is used as an adverbial modifier in a sentence. These usages include: A measure phrase, which is the relation between the head of an ADJP/ADVP and the head of a measure-phrase modifying the ADJP/ADVP. Noun phrases giving extent inside a VP which are not objects Financial constructions involving an adverbial or PP-like NP, notably the following construction where the NP means \"per share\" Reflexives Certain other absolutive NP constructions. Participial pre-modifiers of nouns A temporal modifier (tmod) is a subclass of npadvmod which is distinguished as a separate relation.",
new String[][]{ { "The director is 65 years old","npadvmod(old, years)" }, { "Shares eased a fraction","npadvmod(eased, fraction)" }, { "IBM earned $ 5 a share","npadvmod($, share)" }, { "The silence is itself significant","npadvmod(significant, itself)" }, { "90% of Australians like him, the most of any country","npadvmod(like, most)" }, { "Gun - toting guards arrived","npadvmod(toting, Gun)" } }
)

◆ NUMBER_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.NUMBER_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "NUMBER_MODIFIER", "number", "compound number modifier",
"MODIFIER",
"QP|ADJP",
new String[]{ "QP|ADJP < (/^(?:CD|$|#)$/=target !$- CC)" },
"The \"compound number modifier\" grammatical relation. A compound number modifier is a part of a number phrase or currency amount.",
new String[][]{ { "I lost $ 3.2 billion","number($, billion)" } }
)

◆ NUMERIC_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.NUMERIC_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "NUMERIC_MODIFIER", "num", "numeric modifier",
"MODIFIER",
"(?:WH)?NP(?:-TMP|-ADV)?|NML|NX|ADJP|WHADJP|QP",
new String[]{ "/^(?:WH)?(?:NP|NX|NML)(?:-TMP|-ADV)?$/ < (CD|QP=target !$- CC)", "/^(?:WH)?(?:NP|NX|NML)(?:-TMP|-ADV)?$/ < (ADJP=target <: (QP !< /^[$]$/))", "QP < QP=target < /^[$]$/" },
"The \"numeric modifier\" grammatical relation. A numeric modifier of an NP is any number phrase that serves to modify the meaning of the NP.",
new String[][]{ { "Sam eats 3 sheep","num(sheep, 3)" } }
)

◆ OBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.OBJECT
static
Initial value:
= new GrammaticalRelationData( "OBJECT", "obj", "object",
"COMPLEMENT",
null,
new String[]{ },
"The \"object\" grammatical relation. An object of a VP is any direct object or indirect object of that VP; an object of a clause is an object of the VP which is the predicate of that clause.",
new String[][]{ { "She gave me a raise","obj(gave, me)" }, { "She gave me a raise","obj(gave, raise)" } }
)

◆ PARATAXIS

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PARATAXIS
static
Initial value:
= new GrammaticalRelationData( "PARATAXIS", "parataxis", "parataxis",
"DEPENDENT",
"S|VP",
new String[]{ "VP < (PRN=target < S|SINV|SBAR)", "VP $ (PRN=target [ < S|SINV|SBAR | < VP < @NP ] )", "S|VP < (/^:$/ $+ /^S/=target) !<, (__ $++ CC|CONJP)", "@S < (@S|SBARQ $++ @S|SBARQ=target !$++ @CC|CONJP)", "@S|VP < (/^:$/ $-- /^V/ $+ @NP=target) !< @CONJP|CC" },
"The \"parataxis\" grammatical relation. Relation between the main verb of a sentence and other sentential elements, such as a sentential parenthetical, a sentence after a \":\" or a \";\", when two sentences are juxtaposed next to each other without any coordinator or subordinator, etc. \".",
new String[][]{ { "The guy, John said, left early in the morning.","parataxis(left,said)" } }
)

◆ PHRASAL_VERB_PARTICLE

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PHRASAL_VERB_PARTICLE
static
Initial value:
= new GrammaticalRelationData( "PHRASAL_VERB_PARTICLE", "prt", "phrasal verb particle",
"MODIFIER",
"VP|ADJP",
new String[]{ "VP < PRT=target", "ADJP < /^VB/ < RP=target" },
"The \"phrasal verb particle\" grammatical relation. The \"phrasal verb particle\" relation identifies phrasal verb.",
new String[][]{ { "They shut down the station.","prt(shut, down)" } }
)

◆ POSSESSION_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.POSSESSION_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "POSSESSION_MODIFIER", "poss", "possession modifier",
"MODIFIER",
"(?:WH)?(NP|ADJP|INTJ|PRN|NAC|NX|NML)(?:-.*)?",
new String[]{ "/^(?:WH)?(?:NP|INTJ|ADJP|PRN|NAC|NX|NML)(?:-.*)?$/ < /^(?:WP\\$|PRP\\$)$/=target", "/^(?:WH)?(?:NP|NML)(?:-.*)?$/ [ < (WHNP|WHNML|NP|NML=target [ < POS | < (VBZ < /^['’]s$/) ] ) !< (CC|CONJP $++ WHNP|WHNML|NP|NML) | < (WHNP|WHNML|NP|NML=target < (CC|CONJP $++ WHNP|WHNML|NP|NML) < (WHNP|WHNML|NP|NML [ < POS | < (VBZ < /^['’]s$/) ] )) ]", "/^(?:WH)?(?:NP|NML|NX)(?:-.*)?$/ < (/^NN|NP/=target $++ (POS=pos < /['’]/ $++ /^NN/) !$++ (/^NN|NP/ $++ =pos))" },
"The \"possession\" grammatical relation between the possessum and the possessor.",
new String[][]{ { "their offices","poss(offices, their)" }, { "Bill 's clothes","poss(clothes, Bill)" } }
)

◆ POSSESSIVE_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.POSSESSIVE_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "POSSESSIVE_MODIFIER", "possessive", "possessive modifier",
"MODIFIER",
"(?:WH)?(?:NP|NML)(?:-TMP|-ADV)?",
new String[]{ "/^(?:WH)?(?:NP|NML)(?:-TMP|-ADV)?$/ < POS=target", "/^(?:WH)?(?:NP|NML)(?:-TMP|-ADV)?$/ < (VBZ=target < /^['’]s$/)" },
"The \"possessive\" grammatical relation. This is the relation given to 's (or ' with plurals).",
new String[][]{ { "John's book","possessive(John, 's)" } }
)

◆ PRECONJUNCT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PRECONJUNCT
static
Initial value:
= new GrammaticalRelationData( "PRECONJUNCT", "preconj", "preconjunct",
"MODIFIER",
"S|VP|ADJP|PP|ADVP|UCP(?:-TMP|-ADV)?|NX|NML|SBAR|NP(?:-TMP|-ADV)?",
new String[]{ "NP|NP-TMP|NP-ADV|NX|NML < (PDT|CC|DT=target < /^(?i:either|neither|both)$/ $++ CC)", "NP|NP-TMP|NP-ADV|NX|NML < (CONJP=target < (RB < /^(?i:not)$/) < (RB|JJ < /^(?i:only|merely|just)$/) $++ CC|CONJP)", "NP|NP-TMP|NP-ADV|NX|NML < (PDT|CC|DT=target < /^(?i:either|neither|both)$/ ) < (NP < CC)", "/^S|VP|ADJP|PP|ADVP|UCP(?:-TMP|-ADV)?|NX|NML|SBAR$/ < (PDT|DT|CC=target < /^(?i:either|neither|both)$/ $++ CC)", "/^S|VP|ADJP|PP|ADVP|UCP(?:-TMP|-ADV)?|NX|NML|SBAR$/ < (CONJP=target < (RB < /^(?i:not)$/) < (RB|JJ < /^(?i:only|merely|just)$/) $++ CC|CONJP)" },
"The \"preconjunct\" grammatical relation.",
new String[][]{ { "Both the boys and the girls are here","preconj(boys,both)" } }
)

◆ PREDETERMINER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PREDETERMINER
static
Initial value:
= new GrammaticalRelationData( "PREDETERMINER", "predet", "predeterminer",
"MODIFIER",
"(?:WH)?(?:NP|NX|NAC|NML)(?:-TMP|-ADV)?",
new String[]{ "/^(?:(?:WH)?NP(?:-TMP|-ADV)?|NX|NAC|NML)$/ < (PDT|DT=target $+ /^(?:DT|WP\\$|PRP\\$)$/ $++ /^(?:NN|NX|NML)/ !$++ CC)", "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV < (PDT|DT=target $+ DT $++ (/^JJ/ !$+ /^NN/)) !$++ CC", "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV < PDT=target <- DT" },
"The \"predeterminer\" grammatical relation.",
new String[][]{ { "All the boys are here","predet(boys,all)" } }
)

◆ PREDICATE

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PREDICATE
static
Initial value:
= new GrammaticalRelationData( "PREDICATE", "pred", "predicate",
"DEPENDENT",
"S|SINV",
new String[]{ "S|SINV <# VP=target" },
"The \"predicate\" grammatical relation. The predicate of a clause is the main VP of that clause; the predicate of a subject is the predicate of the clause to which the subject belongs.",
new String[][]{ { "Reagan died","pred(Reagan, died)" } }
)

◆ PREPOSITIONAL_COMPLEMENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PREPOSITIONAL_COMPLEMENT
static
Initial value:
= new GrammaticalRelationData( "PREPOSITIONAL_COMPLEMENT", "pcomp", "prepositional complement",
"COMPLEMENT",
"(?:WH)?PP(?:-TMP)?",
new String[]{ "@PP|WHPP < (IN|VBG|VBN|TO $+ @SBAR|S|PP|ADVP=target)", "@PP|WHPP < (RB $+ @SBAR|S=target)", "@PP|WHPP !< IN|TO < (SBAR=target <, (IN $+ S))" },
"The \"prepositional complement\" grammatical relation. This is used when the complement of a preposition is a clause or an adverbial or prepositional phrase. The prepositional complement of a preposition is the head of the sentence following the preposition, or the preposition head of the PP. It is warmer in Greece than in Italy &arr; pcomp(than, in).",
new String[][]{ { "We have no useful information on whether users are at risk","pcomp(on, are)" }, { "They heard about you missing classes.","pcomp(about, missing)" } }
)

◆ PREPOSITIONAL_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PREPOSITIONAL_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "PREPOSITIONAL_MODIFIER", "prep", "prepositional modifier",
"MODIFIER",
".*",
new String[]{ "/^(?:(?:WH)?(?:NP|ADJP|ADVP|NX|NML)(?:-TMP|-ADV)?|VP|NAC|SQ|FRAG|PRN|X|RRC)$/ < (WHPP|WHPP-TMP|PP|PP-TMP=target !$- (@CC|CONJP $- __)) !<- (FW < /^(?i:(etc|ect))$/) !<- (ADVP|NP <1 (FW < /^(?i:(etc|ect))$/))", "/^(?:(?:WH)?(?:NP|ADJP|ADVP|NX|NML)(?:-TMP|-ADV)?|VP|NAC|SQ|FRAG|PRN|X|RRC)$/ < (S=target <: WHPP|WHPP-TMP|PP|PP-TMP)", "WHPP|WHPP-TMP|WHPP-ADV|PP|PP-TMP|PP-ADV < (WHPP|WHPP-TMP|WHPP-ADV|PP|PP-TMP|PP-ADV=target !$- IN|VBG|VBN|TO) !< @CC|CONJP", "S|SINV < (PP|PP-TMP=target !< SBAR) < VP|S", "SBAR|SBARQ < /^(?:WH)?PP/=target < S|SQ", "@NP < (@UCP|PRN=target <# @PP)" },
"The \"prepositional modifier\" grammatical relation. A prepositional modifier of a verb, adjective, or noun is any prepositional phrase that serves to modify the meaning of the verb, adjective, or noun. We also generate prep modifiers of PPs to account for treebank (PP PP PP) constructions (from 1984 through 2002).",
new String[][]{ { "I saw a cat in a hat","prep(cat, in)" }, { "I saw a cat with a telescope","prep(saw, with)" }, { "He is responsible for meals","prep(responsible, for)" } }
)

◆ PREPOSITIONAL_OBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PREPOSITIONAL_OBJECT
static
Initial value:
= new GrammaticalRelationData( "PREPOSITIONAL_OBJECT", "pobj", "prepositional object",
"OBJECT",
"SBARQ|PP(?:-TMP)?|WHPP|PRT|ADVP|WHADVP|XS",
new String[]{ "/^(?:PP(?:-TMP)?|(?:WH)?(?:PP|ADVP))$/ < (SYM|IN|VBG|VBN|TO|FW|RB|RBR $++ (/^(?:WH)?(?:NP|ADJP)(?:-TMP|-ADV)?$/=target !$- @NP) !< /^(?i:not)$/)", "/^PP(?:-TMP)?$/ < (/^(?:IN|VBG|VBN|TO)$/ $+ (ADVP=target [ < (RB < /^(?i:here|there)$/) | < (ADVP < /^NP(?:-TMP)?$/) ] ))", "PRT >- (VP !< (S < (VP < TO)) >+(SQ|SINV|S|VP) (SBARQ <, (WHNP=target !< WRB)) $-- (NP !< /^-NONE-$/))", "(PP <: IN|TO) >- (VP !< (S < (VP < TO)) >+(SQ|SINV|S|VP) (SBARQ <, (WHNP=target !< WRB)) $-- (NP !< /^-NONE-$/))", "(PP <: IN|TO) $- (NP $-- (VBZ|VBD) !$++ VP) >+(SQ) (SBARQ <, (WHNP=target !< WRB)) $-- (NP !< /^-NONE-$/)", "XS|ADVP < (IN < /^(?i:at)$/) < JJS|DT=target", "@PP < CC < @NP=target !< @IN|TO|VBG|VBN|RB|RP|PP", "@WHPP|PP < (@WHPP|PP $++ (CC|CONJP $++ (@WHPP|PP $+ (NP=target !$+ __))))", "SBARQ < (WHNP=target $++ ((/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) $++ (ADJP=adj < (PP !< NP)) $++ (NP $++ =adj)))" },
"The \"prepositional object\" grammatical relation. The object of a preposition is the head of a noun phrase following the preposition, or the adverbs \"here\" and \"there\". (The preposition in turn may be modifying a noun, verb, etc.) We here define cases of VBG quasi-prepositions like \"including\", \"concerning\", etc. as instances of pobj (unlike the Penn Treebank). (The preposition can be called a FW for pace, versus, etc. It can also be called a CC - but we don't currently handle that and would need to distinguish from conjoined PPs. Jan 2010 update: We now insist that the NP must follow the preposition. This prevents a preceding NP measure phrase being matched as a pobj. We do allow a preposition tagged RB followed by an NP pobj, as happens in the Penn Treebank for adverbial uses of PP like \"up 19%\").",
new String[][]{ { "I sat on the chair","pobj(on, chair)" } }
)

◆ PUNCTUATION

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.PUNCTUATION
static
Initial value:
= new GrammaticalRelationData( "PUNCTUATION", "punct", "punctuation",
"DEPENDENT",
".*",
new String[]{ "__ < /^(?:\\.|:|,|''|``|\\*|-LRB-|-RRB-|HYPH)$/=target", "__ < (NFP=target !< /^(?:[<>]?[:;=8][\\-o\\*'’]?(?:-RRB-|-LRB-|[()DPdpO\\/\\\\\\:}{@\\|\\[\\]])|(?:-RRB-|-LRB-|[()DPdpO\\/\\\\\\:}{@\\|\\[\\]])[\\-o\\*'’]?[:;=8][<>]?)$/ !< /(?!^--$)^(?:-LRB-|[(])?[\\-\\^x=~<>'’][_.]?[\\-\\^x=~<>'’](?:-RRB-|[)])?$/)" },
"The \"punctuation\" grammatical relation. This is used for any piece of punctuation in a clause, if punctuation is being retained in the typed dependencies. The condition for NFP to appear hear is that it does not match the emoticon patterns under discourse.",
new String[][]{ { "Go home!","punct(Go, !)" } }
)

◆ QUANTIFIER_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.QUANTIFIER_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "QUANTIFIER_MODIFIER", "quantmod", "quantifier modifier",
"MODIFIER",
"QP",
new String[]{ "QP < IN|RB|RBR|RBS|PDT|DT|JJ|JJR|JJS|XS=target" },
"The \"quantifier phrase modifier\" grammatical relation. A quantifier modifier is an element modifying the head of a QP constituent.",
new String[][]{ { "About 200 people came to the party","quantmod(200, About)" } }
)

◆ REFERENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.REFERENT
static
Initial value:
= new GrammaticalRelationData( "REFERENT", "ref", "referent",
"DEPENDENT",
null,
new String[]{ },
"The \"referent\" grammatical relation. A referent of the Wh-word of a NP is the relative word introducing the relative clause modifying the NP.",
new String[][]{ { "I saw the book which you bought","ref(book, which)" }, { "I saw the book the cover of which you designed","ref(book, which)" } }
)

◆ RELATIVE

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.RELATIVE
static
Initial value:
= new GrammaticalRelationData( "RELATIVE", "rel", "relative",
"COMPLEMENT",
"SBAR|SBARQ",
new String[]{ "SBAR < (WHNP=target !< WRB) < (S < NP < (VP [ < SBAR | <+(VP) (PP <- IN|TO) | < (S < (VP < TO)) ] ))", "SBARQ < (WHNP=target !< WRB !<# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/)) <+(SQ|SINV) (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ !$++ VP)" },
"The RELATIVE grammatical relation is only here as a temporary relation. This tregex triggering indicates either a dobj or a pobj should be here. We figure this out in a post-processing step by looking at the surrounding dependencies.",
new String[][]{ }
)

◆ RELATIVE_CLAUSE_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.RELATIVE_CLAUSE_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "RELATIVE_CLAUSE_MODIFIER", "rcmod", "relative clause modifier",
"MODIFIER",
"(?:WH)?(?:NP|NML|ADVP)(?:-.*)?",
new String[]{ "@NP|WHNP|NML=np $++ (SBAR=target [ <+(SBAR) WHPP|WHNP | <: (S !< (VP < TO)) ]) !$-- @NP|WHNP|NML !$++ (FW < /^(?i:(etc|ect))$/) !$++ (ADVP|NP <1 (FW < /^(?i:(etc|ect))$/)) > @NP|WHNP : (=np !$++ (CC|CONJP $++ =target))", "NP|NML $++ (SBAR=target < (WHADVP < (WRB </^(?i:where|why|when)/))) !$-- NP|NML !$++ (FW < /^(?i:(etc|ect))$/) !$++ (ADVP|NP <1 (FW < /^(?i:(etc|ect))$/)) > @NP", "@NP|WHNP < RRC=target <# NP|WHNP|NML|DT|S", "@ADVP < (@ADVP < (RB < /where$/)) < @SBAR=target", "NP < (NP $++ (SBAR=target !< (IN < /^(?i:than|that|whether)$/) !< (WHPP|WHNP|WHADVP) < (S < (@NP $++ (VP !< (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ !$+ VP) !<+(VP) (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ $+ (VP < VBN|VBD)) !<+(VP) NP !< SBAR !<+(VP) (PP <- IN|TO)))) !<: (S !< (VP < TO))) !$++ (CC $++ =target))" },
"The \"relative clause modifier\" grammatical relation. A relative clause modifier of an NP is a relative clause modifying the NP. The link points from the head noun of the NP to the head of the relative clause, normally a verb.",
new String[][]{ { "I saw the man you love","rcmod(man, love)" }, { "I saw the book which you bought","rcmod(book, bought)" } }
)

◆ ROOT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.ROOT
static
Initial value:
= new GrammaticalRelationData( "ROOT", "root", "root",
null,
null,
new String[]{ },
"The \"root\" grammatical relation between a faked \"ROOT\" node, and the root of the sentence.",
new String[][]{ }
)

◆ SEMANTIC_DEPENDENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.SEMANTIC_DEPENDENT
static
Initial value:
= new GrammaticalRelationData( "SEMANTIC_DEPENDENT", "sdep", "semantic dependent",
"DEPENDENT",
null,
new String[]{ },
"The \"semantic dependent\" grammatical relation has been introduced as a supertype for the controlling subject relation.",
new String[][]{ }
)

◆ SUBJECT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.SUBJECT
static
Initial value:
= new GrammaticalRelationData( "SUBJECT", "subj", "subject",
"ARGUMENT",
null,
new String[]{ },
"The \"subject\" grammatical relation. The subject of a VP is the noun or clause that performs or experiences the VP; the subject of a clause is the subject of the VP which is the predicate of that clause.",
new String[][]{ { "Clinton defeated Dole","subj(defeated, Clinton)" }, { "What she said is untrue","subj(is, What she said)" } }
)

◆ TEMPORAL_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.TEMPORAL_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "TEMPORAL_MODIFIER", "tmod", "temporal modifier",
"NP_ADVERBIAL_MODIFIER",
"VP|S|ADJP|PP|SBAR|SBARQ|NP|RRC",
new String[]{ "VP|ADJP|RRC [ < NP-TMP=target | < (VP=target <# NP-TMP !$ /^,|CC|CONJP$/) | < (NP=target <# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/) !$+ (/^JJ/ < old)) ]", "@PP < (IN|TO|VBG|FW $++ (@NP [ $+ NP-TMP=target | $+ (NP=target <# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/)) ]))", "S < (NP-TMP=target $++ VP $ NP )", "S < (NP=target <# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/) $++ (NP $++ VP))", "SBAR < (@WHADVP < (WRB < when)) < (S < (NP $+ (VP !< (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ !$+ VP) ))) !$-- CC $-- NP > NP=target", "SBARQ < (@WHNP=target <# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/)) < (SQ < @NP)", "NP < NP-TMP=target" },
"The \"temporal modifier\" grammatical relation. A temporal modifier of a VP or an ADJP is any constituent that serves to modify the meaning of the VP or the ADJP by specifying a time; a temporal modifier of a clause is an temporal modifier of the VP which is the predicate of that clause.",
new String[][]{ { "Last night, I swam in the pool","tmod(swam, night)" } }
)

◆ VERBAL_MODIFIER

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.VERBAL_MODIFIER
static
Initial value:
= new GrammaticalRelationData( "VERBAL_MODIFIER", "vmod", "verb modifier",
"MODIFIER",
"(?:WH)?NP(?:-TMP|-ADV)?|NML|NX|VP|S|SINV|SBARQ",
new String[]{ "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV|NML|NX < (VP=target < VBG|VBN|VBD $-- @NP|NML|NX)", "WHNP|WHNP-TMP|WHNP-ADV|NP|NP-TMP|NP-ADV|NML|NX < (/^,$/ $+ (VP=target [ <1 VBG|VBN | <2 (VBG|VBN $-- ADVP) ]))", "S|SINV < (S=target (< VP=verb | < (VP <1 VP=verb)) [ $- (/^,$/ [ $- @NP | $- (@PP $ @NP) ] ) | $+ (/^,$/ $+ @NP) ] ) : (=verb [ <1 VBG|VBN | <2 (VBG|VBN $-- ADVP) ])", "(VP < (@S=target < (VP [ <1 VBG|VBN | <2 (VBG|VBN $-- ADVP) ]) $- (/^,$/ [$- @NP|VP | $- (@PP $-- @NP ) |$- (@ADVP $-- @NP)])))", "(VP < (S=target < (VP < VBG) $-- VBG=ing !$-- (/^[:]$/ $-- =ing)))", "VP < (S=target $-- NP < (VP < TO) !$-- (/^V/ < /^(?i:(?:allow|ask|demand|expect|help|order|prompt)(?:s|ed|ing)?|(?:advis|convinc|declar|defin|desir|encourag|forc|implor|nam|persuad|pressur|requir|urg)(?:e|es|ed|ing)|beg|begs|begged|begging|compel|compels|compelled|compelling|lobby|lobbies|lobbied|lobbying|permit|permits|permitted|permitting|tell|tells|told|telling)$/) )", "/^NP(?:-[A-Z]+)?$/ < (S=target < (VP < TO) $-- NP|NN|NNP|NNS)", "/^NP(?:-[A-Z]+)?$/ < (SBAR=target < (S < (VP < TO)) $-- NP|NN|NNP|NNS)", "SBARQ < WHNP < (S=target < (VP <1 TO))" },
"The \"verb modifier\" grammatical relation. A verb modifier of an NP, VP, or S is a S/VP[part] that serves to modify the meaning of the NP or VP.",
new String[][]{ { "truffles picked during the spring are tasty","vmod(truffles, picked)" }, { "Bill picked Fred for the team demonstrating his incompetence","vmod(picked, demonstrating)" }, { "points to establish are ...","vmod(points, establish)" }, { "who am i to judge","vmod(who, judge)" } }
)

◆ XCLAUSAL_COMPLEMENT

final GrammaticalRelationData grammarscope.data.EnglishGrammaticalRelationsData.XCLAUSAL_COMPLEMENT
static
Initial value:
= new GrammaticalRelationData( "XCLAUSAL_COMPLEMENT", "xcomp", "xclausal complement",
"COMPLEMENT",
"VP|ADJP|SINV",
new String[]{ "VP < (S=target [ !$-- NP | $-- (/^V/ < /^(?i:(?:allow|ask|demand|expect|help|order|prompt)(?:s|ed|ing)?|(?:advis|convinc|declar|defin|desir|encourag|forc|implor|nam|persuad|pressur|requir|urg)(?:e|es|ed|ing)|beg|begs|begged|begging|compel|compels|compelled|compelling|lobby|lobbies|lobbied|lobbying|permit|permits|permitted|permitting|tell|tells|told|telling)$/) ] !$- (NN < order) < (VP < TO))", "ADJP < (S=target <, (VP <, TO))", "VP < (S=target !$- (NN < order) < (NP $+ NP|ADJP))", "VP <# (/^(?:VB|AUX)/ $+ (VP=target < VB|VBG))", "VP < (SBAR=target < (S !$- (NN < order) < (VP < TO))) !> (VP < (VB|AUX < be)) ", "VP < (S=target !$- (NN < order) <: NP) > VP", "VP < (/^VB/ $+ (@S=target < (@ADJP < /^JJ/ ! $-- @NP|S))) $-- (/^VB/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ )", "(VP < (S=target < (VP < VBG ) !< NP !$- (/^,$/ [$- @NP|VP | $- (@PP $-- @NP ) |$- (@ADVP $-- @NP)]) !$-- /^:$/ !$-- VBG))", "(VP $-- (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) < (/^VB/ < /^(?i:seem|seems|seemed|seeming|resemble|resembles|resembled|resembling|become|becomes|became|becoming|remain|remains|remained|remaining)$/) < NP=target)", "VP < (/^(?:VB|AUX)/ < /^(?i:seem|seems|seemed|seeming|resemble|resembles|resembled|resembling|become|becomes|became|becoming|remain|remains|remained|remaining)$/) < (NP|WHNP=target [ [ !<# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/) !$+ NP ] | $+ NP-TMP | $+ (NP <# (/^NN/ < /^(?i:Mondays?|Tuesdays?|Wednesdays?|Thursdays?|Fridays?|Saturdays?|Sundays?|years?|months?|weeks?|days?|mornings?|evenings?|nights?|January|Jan\\.|February|Feb\\.|March|Mar\\.|April|Apr\\.|May|June|July|August|Aug\\.|September|Sept\\.|October|Oct\\.|November|Nov\\.|December|Dec\\.|today|yesterday|tomorrow|spring|summer|fall|autumn|winter)$/)) ] ) <# (__ !$++ (NP $++ (/^[:]$/ $++ =target))) ", "VP=vp < NP=target <(/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/ >># =vp) !$ (NP < EX)", "SINV <# (VP < (/^(?:VB|AUX)/ < /^(?i:be|being|been|am|are|r|is|ai|was|were|'m|’m|m|'re|’re|'s|’s|s|`s|art|ar|wase)$/) $-- (NP $-- NP=target))", "VP < (/^V/ < /^(?i:(?:allow|ask|demand|expect|help|order|prompt)(?:s|ed|ing)?|(?:advis|convinc|declar|defin|desir|encourag|forc|implor|nam|persuad|pressur|requir|urg)(?:e|es|ed|ing)|beg|begs|begged|begging|compel|compels|compelled|compelling|lobby|lobbies|lobbied|lobbying|permit|permits|permitted|permitting|tell|tells|told|telling)$/) < NP < (S=target < (VP < TO))" },
"An open clausal complement (xcomp) of a VP or an ADJP is a clausal complement without its own subject, whose reference is determined by an external subject. These complements are always non-finite. The name xcomp is borrowed from Lexical-Functional Grammar. (Mainly \"TO-clause\" are recognized, but also some VBG like \"stop eating\").",
new String[][]{ { "I like to swim","xcomp(like, swim)" }, { "I am ready to leave","xcomp(ready, leave)" } }
)

The documentation for this class was generated from the following file: