Open GoogleCodeExporter opened 9 years ago
This is a real issue, but it's not all that obvious to fix.
Original comment by sliw...@gmail.com
on 13 Sep 2010 at 5:11
A first approximation is byte-by-byte comparison of the source and target
strings (I've seen many cases where translators decide that certain strings
will only be seen by "advanced users" so should not be translated at all). A
better approximation is:
http://search.cpan.org/~mlehmann/String-Similarity-1.04/.
Original comment by yaron.sh...@gmail.com
on 13 Sep 2010 at 8:19
Sorry, that was Perl. For Python there are fewer options, but this fuzzy string
matcher should do the job: http://code.google.com/p/python-ngram/
Original comment by yaron.sh...@gmail.com
on 13 Sep 2010 at 10:39
Original issue reported on code.google.com by
yaron.sh...@gmail.com
on 13 Sep 2010 at 1:36