|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.international.morph.MorphoFeatures
edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification.ArabicMorphoFeatures
public static class ArabicMorphoFeatureSpecification.ArabicMorphoFeatures
Converts features specifications to labels for tagging
| Field Summary |
|---|
| Fields inherited from class edu.stanford.nlp.international.morph.MorphoFeatures |
|---|
altTag, fSpec, KEY_VAL_DELIM |
| Constructor Summary | |
|---|---|
ArabicMorphoFeatureSpecification.ArabicMorphoFeatures()
|
|
| Method Summary | |
|---|---|
MorphoFeatures |
fromTagString(java.lang.String str)
Assumes that the tag string has been formed using a call to getTag(). |
java.lang.String |
getTag(java.lang.String basePartOfSpeech)
Build a POS tag consisting of a base category plus inflectional features. |
| Methods inherited from class edu.stanford.nlp.international.morph.MorphoFeatures |
|---|
addFeature, getAltTag, getValue, hasFeature, numActiveFeatures, numFeatureMatches, setAltTag, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArabicMorphoFeatureSpecification.ArabicMorphoFeatures()
| Method Detail |
|---|
public MorphoFeatures fromTagString(java.lang.String str)
MorphoFeaturesNote that this method returns a new MorphoFeatures object. As a result, it behaves like a static method, but is non-static so that subclasses can override this method.
fromTagString in class MorphoFeaturespublic java.lang.String getTag(java.lang.String basePartOfSpeech)
MorphoFeatures
getTag in class MorphoFeatures
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||