Package de.uni_trier.wi2.procake.similarity.base.string
package de.uni_trier.wi2.procake.similarity.base.string
-
ClassDescriptionDifferent syntax for regular expressions.Abstract interface that collects all similarity measures for
StringClass
Measures the Cosine similarity of two vectors of an inner product space and compares the angle between them.Compares two strings.GeneralMeasures the JaroWinkler similarity of two strings.Compares two strings using the Levenshtein algorithm.Measures the nGram similarity of two strings.The query will be interpreted as regular expression in the specified syntax.Compares two strings using the Term Count algorithm.Compares a query and case string, where the query can contain wildcards.