Interface SentencePreProcessor
-
- All Superinterfaces:
Serializable
public interface SentencePreProcessor extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringpreProcess(String sentence)Pre process a sentence
-