Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
StringComparator.php
1<?php
2
4
9interface StringComparator {
17 public function getSimilarity( $a, $b );
18}
An interface to be implemented by comparators that will compare percentage of similarity between stri...
getSimilarity( $a, $b)
Compares the two messages and returns a similarity percentage.