Comare our Words array to the one in another similar object.
This function comapres this and another TranslationWordList and returns a similarity percentage value. The value is 100% if this and the passed TranslationWordList object contains the same words and each appears the same times in both. Otherwise smaller than 100.
- Parameters:
-
| $otherWords | Another TranslationWordList object to compare our words to. |
- Returns:
- Percentage of the match.
Definition at line 406 of file TranslationWordList.php.
References SumCount(). |