|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.trees.AbstractTreebankLanguagePack
edu.stanford.nlp.trees.international.french.FrenchTreebankLanguagePack
public class FrenchTreebankLanguagePack
Language pack for the French treebank.
Field Summary | |
---|---|
static java.lang.String |
FTB_ENCODING
|
Fields inherited from class edu.stanford.nlp.trees.AbstractTreebankLanguagePack |
---|
DEFAULT_ENCODING, DEFAULT_GF_CHAR, gfCharacter |
Constructor Summary | |
---|---|
FrenchTreebankLanguagePack()
|
Method Summary | |
---|---|
java.lang.String |
getEncoding()
Return the input Charset encoding for the Treebank. |
HeadFinder |
headFinder()
The HeadFinder to use for your treebank. |
char[] |
labelAnnotationIntroducingCharacters()
Return an array of characters at which a String should be truncated to give the basic syntactic category of a label. |
MorphoFeatureSpecification |
morphFeatureSpec()
Returns a morphological feature specification for words in this language. |
java.lang.String[] |
punctuationTags()
Returns a String array of punctuation tags for this treebank/language. |
java.lang.String[] |
punctuationWords()
Returns a String array of punctuation words for this treebank/language. |
java.lang.String[] |
sentenceFinalPunctuationTags()
Returns a String array of sentence final punctuation tags for this treebank/language. |
java.lang.String[] |
sentenceFinalPunctuationWords()
Returns a String array of sentence final punctuation words for this treebank/language. |
java.lang.String[] |
startSymbols()
Returns a String array of treebank start symbols. |
java.lang.String |
treebankFileExtension()
Returns the extension of treebank files for this treebank. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FTB_ENCODING
Constructor Detail |
---|
public FrenchTreebankLanguagePack()
Method Detail |
---|
public java.lang.String getEncoding()
AbstractTreebankLanguagePack
Charset
class.
getEncoding
in interface TreebankLanguagePack
getEncoding
in class AbstractTreebankLanguagePack
public java.lang.String[] punctuationTags()
punctuationTags
in interface TreebankLanguagePack
punctuationTags
in class AbstractTreebankLanguagePack
public java.lang.String[] punctuationWords()
punctuationWords
in interface TreebankLanguagePack
punctuationWords
in class AbstractTreebankLanguagePack
public java.lang.String[] sentenceFinalPunctuationTags()
sentenceFinalPunctuationTags
in interface TreebankLanguagePack
sentenceFinalPunctuationTags
in class AbstractTreebankLanguagePack
public java.lang.String[] sentenceFinalPunctuationWords()
public char[] labelAnnotationIntroducingCharacters()
labelAnnotationIntroducingCharacters
in interface TreebankLanguagePack
labelAnnotationIntroducingCharacters
in class AbstractTreebankLanguagePack
public java.lang.String[] startSymbols()
startSymbols
in interface TreebankLanguagePack
startSymbols
in class AbstractTreebankLanguagePack
public java.lang.String treebankFileExtension()
public HeadFinder headFinder()
public MorphoFeatureSpecification morphFeatureSpec()
AbstractTreebankLanguagePack
morphFeatureSpec
in interface TreebankLanguagePack
morphFeatureSpec
in class AbstractTreebankLanguagePack
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |