|
|||||||||
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
Creates tags that conform to the default "DT" prefix used elsewhere in the codebase
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 baseTag)
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)
MorphoFeatures
Note 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 MorphoFeatures
public java.lang.String getTag(java.lang.String baseTag)
MorphoFeatures
getTag
in class MorphoFeatures
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |