Package eu.clarin.weblicht.wlfxb.tc.xb
Class MorphologyAnalysisStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.tc.xb.MorphologyAnalysisStored
-
- All Implemented Interfaces:
MorphologyAnalysis
public class MorphologyAnalysisStored extends Object implements MorphologyAnalysis
- Author:
- Yana Panchenko
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MorphologySegmentStored>segmentsprotected List<MorphologyTagStored>tagsprotected String[]tokRefsstatic StringXML_NAME
-
Constructor Summary
Constructors Constructor Description MorphologyAnalysisStored()
-
Method Summary
Modifier and Type Method Description Feature[]getFeatures()Feature[]getFeatures(Integer tagIndex)MorphologySegment[]getSegmentation()List<MorphologyTagStored>getTags()StringtoString()
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
tokRefs
protected String[] tokRefs
-
tags
protected List<MorphologyTagStored> tags
-
segments
protected List<MorphologySegmentStored> segments
-
-
Method Detail
-
getTags
public List<MorphologyTagStored> getTags()
- Specified by:
getTagsin interfaceMorphologyAnalysis
-
getFeatures
public Feature[] getFeatures(Integer tagIndex)
- Specified by:
getFeaturesin interfaceMorphologyAnalysis
-
getFeatures
public Feature[] getFeatures()
- Specified by:
getFeaturesin interfaceMorphologyAnalysis
-
getSegmentation
public MorphologySegment[] getSegmentation()
- Specified by:
getSegmentationin interfaceMorphologyAnalysis
-
-