string-metric
Version:
Get string similarity in JavaScript or TypeScript
12 lines (11 loc) • 414 B
TypeScript
export * from './JaroWinkler';
export * from './Levenshtein';
export * from './CharacterInsDelInterface';
export * from './CharacterSubstitutionInterface';
export * from './NormalizedLevenshtein';
export * from './WeightedLevenshtein';
export * from './Damerau';
export * from './OptimalStringAlignment';
export * from './LongestCommonSubsequence';
export * from './MetricLCS';
export * from './NGram';