public class InputHomogenization extends Object
Constructor and Description |
---|
InputHomogenization(String input)
Input text to applyTransformToOrigin
|
InputHomogenization(String input,
boolean preserveCase) |
InputHomogenization(String input,
List<String> ignoreCharactersContaining) |
Modifier and Type | Method and Description |
---|---|
String |
transform()
Returns the normalized text passed in via constructor
|
public InputHomogenization(String input)
input
- the input text to applyTransformToOrigin,
equivalent to calling this(input,false)
wrt preserving casepublic InputHomogenization(String input, boolean preserveCase)
input
- the input to applyTransformToOriginpreserveCase
- whether to preserve casepublic String transform()
Copyright © 2021. All rights reserved.