public class MorphologyAnalysisStored extends Object implements MorphologyAnalysis
| Modifier and Type | Field and Description |
|---|---|
protected List<MorphologySegmentStored> |
segments |
protected List<MorphologyTagStored> |
tags |
protected String[] |
tokRefs |
static String |
XML_NAME |
| Constructor and Description |
|---|
MorphologyAnalysisStored() |
| Modifier and Type | Method and Description |
|---|---|
Feature[] |
getFeatures() |
Feature[] |
getFeatures(Integer tagIndex) |
MorphologySegment[] |
getSegmentation() |
List<MorphologyTagStored> |
getTags() |
String |
toString() |
public static final String XML_NAME
protected String[] tokRefs
protected List<MorphologyTagStored> tags
protected List<MorphologySegmentStored> segments
public List<MorphologyTagStored> getTags()
getTags in interface MorphologyAnalysispublic Feature[] getFeatures(Integer tagIndex)
getFeatures in interface MorphologyAnalysispublic Feature[] getFeatures()
getFeatures in interface MorphologyAnalysispublic MorphologySegment[] getSegmentation()
getSegmentation in interface MorphologyAnalysisCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.