Element index for package Text_LanguageDetect
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
_
- $_clusters
- in file LanguageDetect.php, variable Text_LanguageDetect::$_clusters
Stores the result of the clustering operation
- $_compile_trigram
- in file Parser.php, variable Text_LanguageDetect_Parser::$_compile_trigram
Whether the parser should compile trigrams
- $_compile_unicode
- in file Parser.php, variable Text_LanguageDetect_Parser::$_compile_unicode
Whether the parser should compile the unicode ranges
- $_data_dir
- in file LanguageDetect.php, variable Text_LanguageDetect::$_data_dir
The data directory
- $_db_filename
- in file LanguageDetect.php, variable Text_LanguageDetect::$_db_filename
The filename that stores the trigram data for the detector
- $_lang_db
- in file LanguageDetect.php, variable Text_LanguageDetect::$_lang_db
The trigram data for comparison
- $_max_score
- in file LanguageDetect.php, variable Text_LanguageDetect::$_max_score
The maximum possible score.
- $_name_mode
- in file LanguageDetect.php, variable Text_LanguageDetect::$_name_mode
Which type of "language names" are accepted and returned:
- $_perl_compatible
- in file LanguageDetect.php, variable Text_LanguageDetect::$_perl_compatible
Whether or not to simulate perl's Language::Guess exactly
- $_string
- in file Parser.php, variable Text_LanguageDetect_Parser::$_string
The piece of text being parsed
- $_threshold
- in file LanguageDetect.php, variable Text_LanguageDetect::$_threshold
The size of the trigram data arrays
- $_trigrams
- in file Parser.php, variable Text_LanguageDetect_Parser::$_trigrams
Stores the trigram frequencies of the sample
- $_trigram_pad_start
- in file Parser.php, variable Text_LanguageDetect_Parser::$_trigram_pad_start
Whether the trigram parser should pad the beginning of the string
- $_trigram_ranks
- in file Parser.php, variable Text_LanguageDetect_Parser::$_trigram_ranks
Stores the trigram ranks of the sample
- $_unicode_blocks
- in file Parser.php, variable Text_LanguageDetect_Parser::$_unicode_blocks
Stores the unicode blocks of the sample
- $_unicode_db_filename
- in file LanguageDetect.php, variable Text_LanguageDetect::$_unicode_db_filename
The filename that stores the unicode block definitions
- $_unicode_map
- in file LanguageDetect.php, variable Text_LanguageDetect::$_unicode_map
Stores the map of the trigram data to unicode characters
- $_unicode_skip_symbols
- in file Parser.php, variable Text_LanguageDetect_Parser::$_unicode_skip_symbols
Whether the unicode parser should skip non-alphabetical ascii chars
- $_use_unicode_narrowing
- in file LanguageDetect.php, variable Text_LanguageDetect::$_use_unicode_narrowing
Whether to use the unicode block detection to speed up processing
- _arr_rank
- in file LanguageDetect.php, method Text_LanguageDetect::_arr_rank()
Converts a set of trigrams from frequencies to ranks
- _bub_sort
- in file LanguageDetect.php, method Text_LanguageDetect::_bub_sort()
Sorts an array by value breaking ties alphabetically
- _checkTrigram
- in file LanguageDetect.php, method Text_LanguageDetect::_checkTrigram()
Checks if this object is ready to detect languages
- _convertFromNameMode
- in file LanguageDetect.php, method Text_LanguageDetect::_convertFromNameMode()
Converts an $language input parameter from the configured mode to the language name that is used internally.
- _convertToNameMode
- in file LanguageDetect.php, method Text_LanguageDetect::_convertToNameMode()
Converts an $language output parameter from the language name that is used internally to the configured mode.
- _distance
- in file LanguageDetect.php, method Text_LanguageDetect::_distance()
Calculates a linear rank-order distance statistic between two sets of ranked trigrams
- _get_data_loc
- in file LanguageDetect.php, method Text_LanguageDetect::_get_data_loc()
Returns the path to the location of the database
- _next_char
- in file LanguageDetect.php, method Text_LanguageDetect::_next_char()
UTF8-safe fast character iterator
- _normalize_score
- in file LanguageDetect.php, method Text_LanguageDetect::_normalize_score()
Normalizes the score returned by _distance()
- _readdb
- in file LanguageDetect.php, method Text_LanguageDetect::_readdb()
Loads the language trigram database from filename
- _read_unicode_block_db
- in file LanguageDetect.php, method Text_LanguageDetect::_read_unicode_block_db()
Brings up the unicode block database
- _sort_func
- in file LanguageDetect.php, method Text_LanguageDetect::_sort_func()
Sort function used by bubble sort
- _trigram
- in file LanguageDetect.php, method Text_LanguageDetect::_trigram()
Converts a piece of text into trigrams
- _unicode_block_name
- in file LanguageDetect.php, method Text_LanguageDetect::_unicode_block_name()
Searches the unicode block database
- _utf8char2unicode
- in file LanguageDetect.php, method Text_LanguageDetect::_utf8char2unicode()
Returns the unicode value of a utf8 char
- __construct
- in file Parser.php, method Text_LanguageDetect_Parser::__construct()
Constructor
- __construct
- in file LanguageDetect.php, method Text_LanguageDetect::__construct()
Constructor
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
Documentation generated on Mon, 11 Mar 2019 14:34:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|