Usage:
pair [input file] [string to ignore] [second file] [output separator] [output file]
Program reads the strings from the input file, pairs it with the strings from the second file and it writes the results to the output file.
Empty lines, the lines equal to [string to ignore] and the lines only with the char "=" are ignored.
Pairing score: between 0 and 1, 1 = strings are equal
Program don't support Unicode and the comparison function is very simple.
It was compiled by Open Watcom C++.
It can be compiled on Linux.