|
|||||||||
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 if alone, as in Collins |
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 boolean |
dominatesV
Verbal distance -- mark whether symbol dominates a verb (V*, MD). |
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 boolean |
markCC
Mark phrases which are conjunctions. |
static boolean |
markCC2
Mark phrases which are conjunctions, more like Charniak. |
static boolean |
markContainedVP
|
static int |
markDitransV
Attempt to record ditransitive verbs. |
static boolean |
markReflexivePRP
Mark reflexivie PRP words. |
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 boolean |
splitAux
Make special tags for forms of BE and HAVE. |
static boolean |
splitAuxBetter
Make special tags for forms of BE and HAVE. |
static boolean |
splitBaseNP
Mark base NPs. |
static boolean |
splitCC
Annotates "and", and "or" specially - the point of this isn't so clear to cdm since this is most conjunctions. |
static boolean |
splitCC2
Alternative: separate off [Bb]ut and &. |
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 |
splitNOT
Annotates forms of "not" specially as tag "NOT". |
static boolean |
splitNPADV
Retain NP-ADV annotation. |
static boolean |
splitNPNNP
Mark NP-NNP. |
static boolean |
splitNPpercent
Mark the NPs 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 |
splitRB
Split modifier (NP, AdjP) adverbs from others. |
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 boolean |
splitVP
Add (head) tags to VPs |
static boolean |
splitVP2
Add (head) tags to VPs, but collapse "finite" ones together. |
static boolean |
splitVP3
Add only verbal tags to VPs, collapsing "finite" ones together, and removing non-verbal tags. |
static boolean |
splitVP4
Add only verbal tags to VPs, collapsing "finite" ones together, and mapping non-verbal tags to likely verbal ones. |
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 splitPercent
public static boolean splitNPpercent
public static boolean tagRBGPA
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 boolean splitCC
public static boolean splitCC2
public static boolean splitNOT
public static boolean splitRB
public static boolean splitAux
public static boolean splitAuxBetter
public static boolean vpSubCat
public static int markDitransV
public static boolean splitVP
public static boolean splitVP2
public static boolean splitVP3
public static boolean splitVP4
public static boolean splitVPNPAgr
public static boolean splitSTag
public static boolean markContainedVP
public static boolean splitNPPRP
public static boolean dominatesV
public static boolean dominatesI
public static boolean dominatesC
public static boolean markCC
public static boolean markCC2
public static int splitSGapped
public static boolean splitNumNP
public static boolean splitPoss
public static boolean splitBaseNP
public static boolean collinsBaseNP
public static int splitTMP
public static boolean splitNPADV
public static boolean splitNPNNP
public static boolean correctTags
public static boolean rightPhrasal
public static int sisterSplitLevel
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 |