Hack to allow unit tests to call private method. Do not use.
int test_diff_commonOverlap(String text1, String text2) { return _diff_commonOverlap(text1, text2); }