Package org.aksw.palmetto.subsets
Interface Segmentator
-
- All Known Implementing Classes:
AbstractAnyBasedSegmentator,AllAll,AllOne,AnyAny,OneAll,OneAny,OneOne,OneOneAndSelf,OnePreceding,OneSet,OneSucceeding,PairwiseTopicComparingSegmentator,SetSet
public interface SegmentatorASegmentatorgenerates theSegmentationDefinitionobject for a word set with the given size.- Author:
- Michael Röder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()SegmentationDefinitiongetSubsetDefinition(int wordsetSize)
-
-
-
Method Detail
-
getSubsetDefinition
SegmentationDefinition getSubsetDefinition(int wordsetSize)
-
getName
String getName()
-
-