Uses of Class
org.openl.rules.fuzzy.Token
-
Packages that use Token Package Description org.openl.rules.fuzzy -
-
Uses of Token in org.openl.rules.fuzzy
Methods in org.openl.rules.fuzzy that return Token Modifier and Type Method Description TokenOpenLFuzzyUtils.FuzzyResult. getToken()Methods in org.openl.rules.fuzzy that return types with arguments of type Token Modifier and Type Method Description static Map<Token,IOpenField[][]>OpenLFuzzyUtils. tokensMapToOpenClassReadableFieldsRecursively(IOpenClass openClass, String tokenPrefix, int startLevel)static Map<Token,IOpenField[][]>OpenLFuzzyUtils. tokensMapToOpenClassWritableFieldsRecursively(IOpenClass openClass, String tokenPrefix, int startLevel)Methods in org.openl.rules.fuzzy with parameters of type Token Modifier and Type Method Description static List<OpenLFuzzyUtils.FuzzyResult>OpenLFuzzyUtils. fuzzyExtract(String source, Token[] tokens, boolean ignoreDistances)Constructors in org.openl.rules.fuzzy with parameters of type Token Constructor Description FuzzyResult(Token token, int foundTokensCount, int missedTokensCount, int unmatchedTokensCount, double acceptableSimilarity)
-