liblevenshtein-java icon indicating copy to clipboard operation
liblevenshtein-java copied to clipboard

Various utilities regarding Levenshtein transducers. (Java)

Results 29 liblevenshtein-java issues
Sort by recently updated
recently updated
newest added

Hello, I wanted to know if the library has support to provide custom edit penalties. For example, specify edit distance for replacement "1" -> "l" to be different from "1"...

We're tackling 2 things in this PR, + Make the library build in 2021, but not using the latest dependencies, but the ones used on the last successful build(circa 2016)....

Judging by [the example on GH pages](https://universal-automata.github.io/liblevenshtein/), it would seem that the output is in terms of "spelling *fixes*". The input, instead, is erroneous.

Hello, I'm trying to recover a password I forgot for one of my crypto wallets. What I want to do is use a couple of "master" passwords that I know...

question

Allow dictionaries to represent sequences of anything, rather than limiting them to sequences of characters. For example, they may represent sequences of terms for comparing whole documents, grammar correction, etc.

enhancement
ready

https://github.com/rholder/gradle-one-jar

enhancement

The dictionary ![Expanded Graph](http://g.gravizo.com/g? digraph ExpandedGraph { size="4,4"; rankdir="LR"; root -> A; node [style=filled,fillcolor=red]; A -> B; B -> C; C -> D; D -> E; node [style=rounded,fillcolor=white]; E ->...

enhancement

https://scan.coverity.com/models

continuous integration