Package eu.clarin.weblicht.wlfxb.tc.api
Interface MorphologyAnalysis
-
- All Known Implementing Classes:
MorphologyAnalysisStored
public interface MorphologyAnalysis- Author:
- Yana Panchenko and Mohammad Fazleh Elahi
-
-
Method Summary
Modifier and Type Method Description Feature[]getFeatures()Feature[]getFeatures(Integer tagIndex)MorphologySegment[]getSegmentation()List<MorphologyTagStored>getTags()
-
-
-
Method Detail
-
getTags
List<MorphologyTagStored> getTags()
-
getFeatures
Feature[] getFeatures()
-
getSegmentation
MorphologySegment[] getSegmentation()
-
-