OperationsWeights
interface OperationsWeights
Used to indicate the cost of character operations (add, replace, delete). The cost should always be in the range [O, 1]
.
Default implementation of all operations is 1.0
.
Examples:
In an OCR application, cost('o', 'a') could be 0.4.
In a check-spelling application, cost('u', 'i') could be 0.4 because these are next to each other on the keyboard.