Type Definition hyphenation_commons::KLPair [] [src]

type KLPair = (String, Vec<u8>);

A pair representing a Knuth-Liang hyphenation pattern. It comprises alphabetical characters for subword matching and the score of each hyphenation point.