Package org.getalp.dbnary.cli.mixins
Class ExtractionFeaturesMixin
- java.lang.Object
-
- org.getalp.dbnary.cli.mixins.ExtractionFeaturesMixin
-
public class ExtractionFeaturesMixin extends Object
-
-
Constructor Summary
Constructors Constructor Description ExtractionFeaturesMixin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ExtractionFeature>
getEndolexFeatures()
Set<ExtractionFeature>
getExolexFeatures()
String
getOutputFormat()
-
-
-
Method Detail
-
getEndolexFeatures
public Set<ExtractionFeature> getEndolexFeatures()
-
getExolexFeatures
public Set<ExtractionFeature> getExolexFeatures()
-
getOutputFormat
public String getOutputFormat()
-
-