com.github.liblevenshtein.collection.dictionary.factory.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liblevenshtein-lite Show documentation
Show all versions of liblevenshtein-lite Show documentation
A library for spelling-correction based on Levenshtein Automata.
/**
* Interfaces and implementations of factory classes for building DAWG
* structures.
* @author Dylon Edwards
* @since 2.1.0
*/
package com.github.liblevenshtein.collection.dictionary.factory;