edu.stanford.nlp.international.french
Class FrenchMorphoFeatureSpecification
java.lang.Object
edu.stanford.nlp.international.morph.MorphoFeatureSpecification
edu.stanford.nlp.international.french.FrenchMorphoFeatureSpecification
- All Implemented Interfaces:
- Serializable
public class FrenchMorphoFeatureSpecification
- extends MorphoFeatureSpecification
If MorphoFeatureType.OTHER is active, then the "CC tagset" is produced (see Tbl.2
of (Crabbe and Candito, 2008). Additional support exists for GEN, NUM, and PER, which
are (mostly) marked in the FTB annotation.
The actual CC tag is placed in the altTag field of the MorphoFeatures object.
- Author:
- Spence Green
- See Also:
- Serialized Form
genVals
public static final String[] genVals
numVals
public static final String[] numVals
perVals
public static final String[] perVals
FrenchMorphoFeatureSpecification
public FrenchMorphoFeatureSpecification()
getValues
public List<String> getValues(MorphoFeatureSpecification.MorphoFeatureType feat)
- Specified by:
getValues
in class MorphoFeatureSpecification
strToFeatures
public MorphoFeatures strToFeatures(String spec)
- Specified by:
strToFeatures
in class MorphoFeatureSpecification
main
public static void main(String[] args)
- For debugging
- Parameters:
args
-
Stanford NLP Group