public static interface WeightedLevenshtein.WeightEstimator
Modifier and Type | Method and Description |
---|---|
double |
delete(int pos,
char ch) |
double |
insert(int pos,
char ch) |
double |
substitute(int pos,
char ch1,
char ch2) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.