|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.international.morph.MorphoFeatureSpecification
edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification
public class ArabicMorphoFeatureSpecification
Extracts morphosyntactic features from BAMA/SAMA analyses. Compatible with both the long tags in the ATB and the output of MADA.
| Nested Class Summary | |
|---|---|
static class |
ArabicMorphoFeatureSpecification.ArabicMorphoFeatures
Converts features specifications to labels for tagging |
| Nested classes/interfaces inherited from class edu.stanford.nlp.international.morph.MorphoFeatureSpecification |
|---|
MorphoFeatureSpecification.MorphoFeatureType |
| Field Summary |
|---|
| Fields inherited from class edu.stanford.nlp.international.morph.MorphoFeatureSpecification |
|---|
activeFeatures, LEMMA_MARK, MORPHO_MARK, NO_ANALYSIS |
| Constructor Summary | |
|---|---|
ArabicMorphoFeatureSpecification()
|
|
| 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)
Hand-written rules to convert SAMA analyses to feature structures. |
| 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 |
| Constructor Detail |
|---|
public ArabicMorphoFeatureSpecification()
| Method Detail |
|---|
public java.util.List<java.lang.String> getValues(MorphoFeatureSpecification.MorphoFeatureType feat)
getValues in class MorphoFeatureSpecificationpublic MorphoFeatures strToFeatures(java.lang.String spec)
strToFeatures in class MorphoFeatureSpecificationpublic static void main(java.lang.String[] args)
args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||