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

The most common ones can have constant methods to reduce the memory footprint, rather than requiring fields to store the indices and errors.

enhancement

- Return a set of indexed objects by key, like a fuzzy, associative map - Use KeyProviders to extract key terms from arbitrary objects, and index those objects accordingly

enhancement

The classes could be memoized, etc. http://stackoverflow.com/a/2946402/206543

enhancement

For example, the parser would need to distinguish between characters and integers in the following, SO post: http://stackoverflow.com/q/37058112/206543 This would depend on the completion of #58

enhancement

https://github.com/EvoSuite/evosuite

operational excellence

This is a good, next step to something akin to a double-array trie, etc.

enhancement

Create demos for the following JVM-based languages: - [x] Java - [ ] Scala - [ ] Clojure - [ ] Groovy

enhancement

###### Additional serializers: - [x] PlainTextSerializer - Serializes dictionaries to plain text files (newline-delimited terms) - [x] PropertiesSerializer - Serializes transducer attributes - [ ] XMLSerializer - [ ] JSONSerializer...

enhancement