edu.stanford.nlp.international.french
Class FrenchMorphoFeatureSpecification

java.lang.Object
  extended by edu.stanford.nlp.international.morph.MorphoFeatureSpecification
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.international.morph.MorphoFeatureSpecification
MorphoFeatureSpecification.MorphoFeatureType
 
Field Summary
static java.lang.String[] genVals
           
static java.lang.String[] numVals
           
static java.lang.String[] perVals
           
 
Fields inherited from class edu.stanford.nlp.international.morph.MorphoFeatureSpecification
activeFeatures, MORPHO_MARK
 
Constructor Summary
FrenchMorphoFeatureSpecification()
           
 
Method Summary
 java.util.List<java.lang.String> getValues(MorphoFeatureSpecification.MorphoFeatureType feat)
           
static void main(java.lang.String[] args)
          For debugging
 MorphoFeatures strToFeatures(java.lang.String spec)
           
 
Methods inherited from class edu.stanford.nlp.international.morph.MorphoFeatureSpecification
activate, isActive, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

genVals

public static final java.lang.String[] genVals

numVals

public static final java.lang.String[] numVals

perVals

public static final java.lang.String[] perVals
Constructor Detail

FrenchMorphoFeatureSpecification

public FrenchMorphoFeatureSpecification()
Method Detail

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