|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
public static class EnglishTreebankParserParams.EnglishTrain
Field Summary | |
---|---|
static boolean |
collinsBaseNP
Mark base NPs and add a NP node above the base NP, if it isn't already in an NP over NP construction, as in Collins 1999. |
static boolean |
correctTags
'Correct' tags to produce verbs in VPs, etc. |
static boolean |
dominatesC
Verbal distance -- mark whether symbol dominates a conjunction (CC) |
static boolean |
dominatesI
Verbal distance -- mark whether symbol dominates a preposition (IN) |
static int |
dominatesV
Verbal distance -- mark whether symbol dominates a verb (V*, MD). |
static boolean |
gpaRootVP
Grand-parent annotate (root mark) VP below ROOT. |
static boolean |
joinJJ
Joint comparative and superlative adjective with positive. |
static boolean |
joinNounTags
Join proper nouns with common nouns. |
static boolean |
joinPound
Join pound with dollar. |
static int |
markCC
Mark phrases which are conjunctions. |
static boolean |
markContainedVP
|
static int |
markDitransV
Attempt to record ditransitive verbs. |
static boolean |
markReflexivePRP
Mark reflexivie PRP words. |
static boolean |
restructurePossP
Restructure possessive NPs so that they introduce a POSSP node that takes as children the POS and a regularly structured NP. |
static boolean |
rightPhrasal
Right edge has a phrasal node. |
static int |
sisterSplitLevel
Set the support * KL cutoff level (1-4) for sister splitting -- don't use it, as far as we can tell so far |
static int |
splitAux
Make special tags for forms of BE and HAVE. |
static boolean |
splitBaseNP
Mark base NPs. |
static int |
splitCC
Provide annotation of conjunctions. |
static int |
splitIN
Annotate prepositions into subcategories. |
static boolean |
splitJJCOMP
Put a special tag on 'adjectives with complements'. |
static boolean |
splitMoreLess
Specially mark the comparative/superlative words: less, least, more, most |
static boolean |
splitNNPposition
Mark NNP words as to position in phrase (single, left, right, inside |
static boolean |
splitNOT
Annotates forms of "not" specially as tag "NOT". |
static int |
splitNPADV
Retain NP-ADV annotation. |
static int |
splitNPNNP
Mark NP-NNP. |
static int |
splitNPpercent
Mark phrases that are headed by %. |
static boolean |
splitNPPRP
|
static boolean |
splitNumNP
Mark "numeric NPs". |
static boolean |
splitPercent
Mark the nouns that are percent signs. |
static boolean |
splitPoss
Give a special tag to NPs which are possessive NPs (end in 's) |
static boolean |
splitPPJJ
A special test for "such" mainly ("such as Fred"). |
static boolean |
splitQuotes
Mark quote marks for single vs. |
static boolean |
splitRB
Split modifier (NP, AdjP) adverbs from others. |
static int |
splitSbar
Split SBAR nodes. |
static boolean |
splitSFP
Separate out sentence final punct. |
static int |
splitSGapped
Mark specially S nodes with "gapped" subject (control, raising). |
static boolean |
splitSTag
Mark S nodes according to verbal tag. |
static int |
splitTMP
Retain NP-TMP (or maybe PP-TMP) annotation. |
static boolean |
splitTRJJ
Put a special tag on 'transitive adjectives' with NP complement, like 'due May 15' -- it also catches 'such' in 'such as NP', which may be a good. |
static int |
splitVP
Add (head) tags to VPs. |
static boolean |
splitVPNPAgr
Put enough marking on VP and NP to permit "agreement" |
static boolean |
tagRBGPA
Grand parent annotate RB to try to distinguish sentential ones and ones in places like NP post modifier (things like 'very' are already distinguished as their parent is ADJP). |
static boolean |
unaryDT
Mark "Intransitive" DT. |
static boolean |
unaryIN
Mark "Intransitive" IN. |
static boolean |
unaryPRP
"Intransitive" PRP. |
static boolean |
unaryRB
Mark "Intransitive" RB. |
static boolean |
vpSubCat
Pitiful attempt at marking V* preterms with their surface subcat frames. |
Constructor Summary | |
---|---|
EnglishTreebankParserParams.EnglishTrain()
|
Method Summary | |
---|---|
static void |
display()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int splitIN
public static boolean splitQuotes
public static boolean splitSFP
public static boolean splitPercent
public static int splitNPpercent
public static boolean tagRBGPA
public static boolean splitNNPposition
public static boolean joinPound
public static boolean joinJJ
public static boolean joinNounTags
public static boolean splitPPJJ
public static boolean splitTRJJ
public static boolean splitJJCOMP
public static boolean splitMoreLess
public static boolean unaryDT
public static boolean unaryRB
public static boolean unaryPRP
public static boolean markReflexivePRP
public static boolean unaryIN
public static int splitCC
public static boolean splitNOT
public static boolean splitRB
public static int splitAux
public static boolean vpSubCat
public static int markDitransV
public static int splitVP
splitVPNPAgr
. If it is true, its effects override
any value set for this parameter.
public static boolean splitVPNPAgr
public static boolean splitSTag
public static boolean markContainedVP
public static boolean splitNPPRP
public static int dominatesV
public static boolean dominatesI
public static boolean dominatesC
public static int markCC
public static int splitSGapped
public static boolean splitNumNP
public static boolean splitPoss
public static boolean splitBaseNP
public static boolean collinsBaseNP
public static boolean restructurePossP
public static int splitTMP
public static int splitSbar
public static int splitNPADV
public static int splitNPNNP
public static boolean correctTags
public static boolean rightPhrasal
public static int sisterSplitLevel
public static boolean gpaRootVP
Constructor Detail |
---|
public EnglishTreebankParserParams.EnglishTrain()
Method Detail |
---|
public static void display()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |