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:
- java.io.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
Field Summary |
static java.lang.String[] |
genVals
|
static java.lang.String[] |
numVals
|
static java.lang.String[] |
perVals
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
genVals
public static final java.lang.String[] genVals
numVals
public static final java.lang.String[] numVals
perVals
public static final java.lang.String[] perVals
FrenchMorphoFeatureSpecification
public FrenchMorphoFeatureSpecification()
getValues
public java.util.List<java.lang.String> getValues(MorphoFeatureSpecification.MorphoFeatureType feat)
- Specified by:
getValues
in class MorphoFeatureSpecification
strToFeatures
public MorphoFeatures strToFeatures(java.lang.String spec)
- Specified by:
strToFeatures
in class MorphoFeatureSpecification
main
public static void main(java.lang.String[] args)
- For debugging
- Parameters:
args
-
Stanford NLP Group