[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ d ] [ f ] [ g ] [ ] [ s ] [ t ] [ u ] [ w ]

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

f

$flesch
in file Statistics.php, variable Text_Statistics::$flesch
    The Flesch score of the document.
flesch.php
procedural page flesch.php
top

g

$gradeLevel
in file Statistics.php, variable Text_Statistics::$gradeLevel
    Flesch-Kincaid grade level It is FALSE if there were no words in the document.
getCharFreq
in file Statistics.php, method Text_Statistics::getCharFreq()
    Returns the character frequencies.
getNumParagraphs
in file Statistics.php, method Text_Statistics::getNumParagraphs()
    Returns the number of paragaphs.
top

n

$numSentences
in file Statistics.php, variable Text_Statistics::$numSentences
    The number of sentences in the document.
$numSyllables
in file Statistics.php, variable Text_Statistics::$numSyllables
    The number of syllables in the document.
$numWords
in file Statistics.php, variable Text_Statistics::$numWords
    The number of words in the document.
numSyllables
in file Word.php, method Text_Word::numSyllables()
    Returns the number of syllables. Caches the value in the object.
top

s

$silentSyllables
in file Word.php, variable Text_Word::$silentSyllables
    The special cases of fragments which detect as 2 but should be 1 syllables.
Statistics.php
procedural page Statistics.php
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

u

$uniqWords
in file Statistics.php, variable Text_Statistics::$uniqWords
    The number of unique words in the document.
top

w

$word
in file Word.php, variable Text_Word::$word
    The word
Word.php
procedural page Word.php
top

_

$_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

Documentation generated on Mon, 11 Mar 2019 15:36:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.