We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621bab4 commit 655b269Copy full SHA for 655b269
Text/LanguageDetect/Parser.php
@@ -44,7 +44,7 @@ class Text_LanguageDetect_Parser extends Text_LanguageDetect
44
*
45
* @var string
46
*/
47
- protected $_trigrams = array();
+ protected $_trigram = array();
48
49
/**
50
* Stores the trigram ranks of the sample
0 commit comments