public interface Simplifier
Simplification increases the effectiveness of a metric by removing noise and
reducing the dimensionality of the problem. The process maps a a complex
string such as Chilpéric II son of Childeric II
to a simpler
format chilperic ii son of childeric ii
. This allows string from
different sources to be compared in the same normal form.
A simplifier can be added onto a metric through the
StringMetricBuilder
.
Modifier and Type | Method and Description |
---|---|
String |
simplify(String input)
Simplifiers the input string.
|
Copyright © 2014–2018. All rights reserved.