Uses of Class
org.apache.commons.text.similarity.LongestCommonSubsequence
-
Packages that use LongestCommonSubsequence Package Description org.apache.commons.text.similarity Provides algorithms for string similarity. -
-
Uses of LongestCommonSubsequence in org.apache.commons.text.similarity
Fields in org.apache.commons.text.similarity declared as LongestCommonSubsequence Modifier and Type Field Description private LongestCommonSubsequenceLongestCommonSubsequenceDistance. longestCommonSubsequenceObject for calculating the longest common subsequence that we can then normalize in apply.
-