universal-automata / liblevenshtein

Various utilities regarding Levenshtein transducers.
https://github.com/universal-automata/liblevenshtein
MIT License
67 stars 13 forks source link

25 false negatives (word="lcog", n=3, algorithm="transposition") #4

Closed dylon closed 11 years ago

dylon commented 11 years ago
Total Transduced: 879
----------------------------------------
Distances to Every False Negative:
    distance("lcog", "bloch") = 3
    distance("lcog", "block") = 3
    distance("lcog", "blocs") = 3
    distance("lcog", "blood") = 3
    distance("lcog", "bloom") = 3
    distance("lcog", "bloop") = 3
    distance("lcog", "elbow") = 3
    distance("lcog", "eldon") = 3
    distance("lcog", "eliot") = 3
    distance("lcog", "elton") = 3
    distance("lcog", "falcon") = 3
    distance("lcog", "fling") = 3
    distance("lcog", "flock") = 3
    distance("lcog", "flood") = 3
    distance("lcog", "floor") = 3
    distance("lcog", "flung") = 3
    distance("lcog", "gloom") = 3
    distance("lcog", "glycol") = 3
    distance("lcog", "olson") = 3
    distance("lcog", "slang") = 3
    distance("lcog", "sling") = 3
    distance("lcog", "sloop") = 3
    distance("lcog", "slung") = 3
    distance("lcog", "ulcer") = 3
    distance("lcog", "wilcox") = 3
Total False Negatives: 25
----------------------------------------
Calibrations:
    word="lcog", n=3, algorithm="transposition"