|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.lexparser.Options.LexOptions
public static class Options.LexOptions
Field Summary | |
---|---|
boolean |
flexiTag
|
boolean |
smartMutation
Smarter smoothing for rare words. |
int |
smoothInUnknownsThreshold
Words more common than this are tagged with MLE P(t|w). |
int |
unknownPrefixSize
For certain Lexicons, a certain number of word-initial letters are used to subclassify the unknown token. |
int |
unknownSuffixSize
For certain Lexicons, a certain number of word-final letters are used to subclassify the unknown token. |
boolean |
useUnicodeType
Make use of unicode code point types in smoothing. |
int |
useUnknownWordSignatures
Whether to use suffix and capitalization information for unknowns. |
String |
uwModel
Model for unknown words that the lexicon should use |
Constructor Summary | |
---|---|
Options.LexOptions()
|
Method Summary | |
---|---|
void |
readData(BufferedReader in)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int useUnknownWordSignatures
public int smoothInUnknownsThreshold
public boolean smartMutation
public boolean useUnicodeType
public int unknownSuffixSize
public int unknownPrefixSize
public String uwModel
public boolean flexiTag
Constructor Detail |
---|
public Options.LexOptions()
Method Detail |
---|
public String toString()
toString
in class Object
public void readData(BufferedReader in) throws IOException
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |