|
||||||||||
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
Field Summary | |
static boolean |
collinsBaseNP
Mark base NPs _and_ add a NP node if alone, as in Collins |
static boolean |
joinJJ
Joint comparative and superlative adjective with positive. |
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 |
selectiveSplitLevel
Set the support * KL cutoff level (1-4) -- use of 2 or 3 is good. |
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 boolean |
splitIN
Annotate prepositions with a S parent (putative subordinating conjunctions) differently from others (real prepositions). |
static boolean |
splitIN2
Annotate prepositions 3 ways: S* parent, N* parent or rest (generally predicative ADJP, VP). |
static boolean |
splitIN3
Annotate prepositions 6 ways: real feature engineering. |
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 |
splitNPTMP
Retain NP-TMP annotation. |
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 boolean |
splitTMP
Retain all -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. |
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 boolean splitIN
public static boolean splitIN2
public static boolean splitIN3
public static boolean splitPercent
public static boolean joinPound
public static boolean joinJJ
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 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 boolean splitVP
public static boolean splitVP2
public static boolean splitVP3
public static boolean splitSTag
public static boolean markContainedVP
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 boolean splitNPTMP
public static boolean splitNPADV
public static boolean splitNPNNP
public static boolean splitTMP
public static int selectiveSplitLevel
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 |