Element index for package Text_Statistics
[ d ]
[ f ]
[ g ]
[ n ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
_
- $_abbreviations
- in file Statistics.php, variable Text_Statistics::$_abbreviations
Some abbreviations we should expand. This list could/should be much larger.
- $_numSyllables
- in file Word.php, variable Text_Word::$_numSyllables
The number of syllables. This is internal, the value should be accessed through the accessor.
- _analyze
- in file Statistics.php, method Text_Statistics::_analyze()
Compute statistics for the document object.
- _analyze_line
- in file Statistics.php, method Text_Statistics::_analyze_line()
Helper function, computes statistics on a given line.
- _countSpecialSyllables
- in file Word.php, method Text_Word::_countSpecialSyllables()
Helper function, counts syllable exceptions
- _mungeWord
- in file Word.php, method Text_Word::_mungeWord()
Helper function, canocalizes the word.
top
d
- $doubleSyllables
- in file Word.php, variable Text_Word::$doubleSyllables
The special cases of fragments which detect as 1 but should be 2 syllables.
top
top
top
top
top
t
- $text
- in file Statistics.php, variable Text_Statistics::$text
The document text.
- Text_Statistics
- in file Statistics.php, class Text_Statistics
Text_Statistics calculates some basic readability metrics on a
- Text_Statistics
- in file Statistics.php, method Text_Statistics::Text_Statistics()
Constructor.
- Text_Word
- in file Word.php, method Text_Word::Text_Word()
Constructs a word by name.
- Text_Word
- in file Word.php, class Text_Word
Text_Word calculates the number of syllables in a word, based off of the number of contiguous vowel groupings in the word and applying matches to detect special cases.
top
top
top
Documentation generated on Mon, 11 Mar 2019 15:36:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|