Package | Description |
---|---|
info.debatty.java.stringsimilarity |
Class and Description |
---|
CharacterSubstitutionInterface
Used to indicate the cost of character substitution.
|
KShingling
k-shingling is the operation of transforming a string (or text document) into
a set of n-grams, which can be used to measure the similarity between two
strings or documents.
|
StringProfile
Profile of a string (number of occurences of each shingle/n-gram), computed
using shingling.
|
StringSet
Set representation of a string (list of occuring shingles/n-grams), without
cardinality.
|
Copyright © 2015. All rights reserved.