Skip to content

Commit

Permalink
removed obsolete links
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Pisarro committed Jan 4, 2006
1 parent f96d958 commit 094a72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Text/LanguageDetect.php
Expand Up @@ -13,7 +13,6 @@
* @author Nicholas Pisarro <infinityminusnine+pear@gmail.com>
* @copyright 2005 Nicholas Pisarro
* @license http://www.debian.org/misc/bsd.license BSD
* @link http://junker.org/~nickp/langdetect
* @version CVS: $Id$
*/

Expand All @@ -30,7 +29,6 @@
* @author Nicholas Pisarro <infinityminusnine+pear@gmail.com>
* @copyright 2005 Nicholas Pisarro
* @license http://www.debian.org/misc/bsd.license BSD
* @link http://junker.org/~nickp/langdetect
* @version Release: @package_version@
* @todo allow users to generate their own language models
*/
Expand Down Expand Up @@ -512,6 +510,8 @@ function _sort_func($a, $b)
* Sums the differences in rank for each trigram. If the trigram does not
* appear in both, consider it a difference of $this->_threshold.
*
* Based on the statistical method used by perl's Language::Guess.
*
* @access private
* @param array $arr1 the reference set of trigram ranks
* @param array $arr2 the target set of trigram ranks
Expand Down

0 comments on commit 094a72c

Please sign in to comment.