Refactor Normalization
This commit is contained in:
parent
af62b1271b
commit
715f12601a
@ -35,8 +35,7 @@ public class Normalization {
|
||||
}
|
||||
|
||||
public static String normalizePunctuation(String name) {
|
||||
// remove/normalize special characters
|
||||
return normalizePunctuation(name, "", " ").trim();
|
||||
return normalizePunctuation(name, "", " ");
|
||||
}
|
||||
|
||||
public static String normalizePunctuation(String name, String apostrophe, String space) {
|
||||
|
Loading…
Reference in New Issue
Block a user