Package io.outofprintmagazine.nlp.utils
Class TextUtils
- java.lang.Object
-
- io.outofprintmagazine.nlp.utils.TextUtils
-
public class TextUtils extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextUtils
getInstance(IParameterStore parameterStore)
String
processPlainUnicode(String input)
-
-
-
Method Detail
-
getInstance
public static TextUtils getInstance(IParameterStore parameterStore) throws IOException
- Throws:
IOException
-
processPlainUnicode
public String processPlainUnicode(String input) throws IOException
- Throws:
IOException
-
-