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:
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 String[] genVals
           
static String[] numVals
           
static String[] perVals
           
 
Fields inherited from class edu.stanford.nlp.international.morph.MorphoFeatureSpecification
activeFeatures, LEMMA_MARK, MORPHO_MARK, NO_ANALYSIS
 
Constructor Summary
FrenchMorphoFeatureSpecification()
           
 
Method Summary
 List<String> getValues(MorphoFeatureSpecification.MorphoFeatureType feat)
           
static void main(String[] args)
          For debugging
 MorphoFeatures strToFeatures(String spec)
           
 
Methods inherited from class edu.stanford.nlp.international.morph.MorphoFeatureSpecification
activate, isActive, splitMorphString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

genVals

public static final String[] genVals

numVals

public static final String[] numVals

perVals

public static final String[] perVals
Constructor Detail

FrenchMorphoFeatureSpecification

public FrenchMorphoFeatureSpecification()
Method Detail

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