Skip to content

faringet/string_matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string_matcher

The program compares the most similar strings from the first set with the strings from the second set and outputs the result to file.

The java-string-similarity library is used, namely Ratcliff/Obershelp Pattern Recognition:

<dependency>
      <groupId>info.debatty</groupId>
      <artifactId>java-string-similarity</artifactId>
      <version>RELEASE</version>
</dependency>

input example:

Screenshot

output example:

Screenshot

Releases

No releases published

Packages

No packages published

Languages