Package org.carrot2.text.preprocessing
Interface LabelFormatter
-
- All Known Implementing Classes:
LabelFormatterImpl
public interface LabelFormatterFormats cluster labels for final rendering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringformat(char[][] image, boolean[] stopWord)
-
-
-
Method Detail
-
format
String format(char[][] image, boolean[] stopWord)
- Parameters:
image- images of the words making the label.stopWord- determines whether the corresponding word of the label is a stop word
-
-