deletion

open fun deletion(char: Char): Double

Get the cost to delete a given character. The cost in the range [0, 1].

Parameters

char

the character being inserted.