com.github.dylon.liblevenshtein.levenshtein.factory..ICandidateFactory.swp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of liblevenshtein Show documentation
Show all versions of liblevenshtein Show documentation
A library for spelling-correction based on Levenshtein Automata.
b0VIM 7.4 ???U?? -c vandamme arch-laptop ~vandamme/Workspace/liblevenshtein/java/src/main/java/com/github/dylon/liblevenshtein/levenshtein/factory/ICandidateFactory.java utf-8
3210 #"! U tp ad ? ? ? ? ? p > ? ? ? ? ? ? ? D ?
?
?
7
1
? ? } CandidateType build(String term, int distance); */ * @return A new spelling candidate, optionally with the distance included. * term. * @param distance Levenshtein distance of the dictionary term from the query * @param term Candidate term from the dictionary. * Levenshtein distance from the query term. * Builds a new spelling candidate from the dictionary term and its /** public interface ICandidateFactory { */ * @since 2.1.2 * @author Dylon Edwards * @param Kind of spelling candidate built by this factory. * distance of the candidate from the query term. * Builds spelling candidates of the requested type, optionally including the /** package com.github.dylon.liblevenshtein.levenshtein.factory;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy