blueshoes php application framework and cms            core_text
[ class tree: core_text ] [ index: core_text ] [ all elements ]

Element index for package core_text

[ a ] [ b ] [ d ] [ f ] [ g ] [ i ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ w ] [ _ ]

_

$_APP
in file Bs_LanguageHandler.class.php, variable Bs_LanguageHandler::$_APP
    reference
$_IniHandler
in file Bs_LanguageHandler.class.php, variable Bs_LanguageHandler::$_IniHandler
    instance of class Bs_IniHandler
$_month
in file Bs_DailyText.class.php, variable Bs_DailyText::$_month
$_Bs_TextUtil
in file Bs_TextUtil_PhpUnit.class.php, variable Bs_TextUtil_PhpUnit::$_Bs_TextUtil (subpackage: phpunit)
__Bs_TextUtil_parseSearchQuery
in file Bs_TextUtil_PhpUnit.class.php, method Bs_TextUtil_PhpUnit::__Bs_TextUtil_parseSearchQuery() (subpackage: phpunit)
__Bs_TextUtil_percentUppercase
in file Bs_TextUtil_PhpUnit.class.php, method Bs_TextUtil_PhpUnit::__Bs_TextUtil_percentUppercase() (subpackage: phpunit)
top

a

abbreviateString
in file Bs_TextUtil.class.php, method Bs_TextUtil::abbreviateString()
    To abbreviate a string to something meaningfull
top

b

Bs_DailyText
in file Bs_DailyText.class.php, class Bs_DailyText
    EXPERIMENTAL!
Bs_DailyText
in file Bs_DailyText.class.php, method Bs_DailyText::Bs_DailyText()
    constructor.
BS_DAILYTEXT_VERSION
in file Bs_DailyText.class.php, constant BS_DAILYTEXT_VERSION
Bs_LanguageDetector
in file Bs_LanguageDetector.class.php, method Bs_LanguageDetector::Bs_LanguageDetector()
Bs_LanguageDetector
in file Bs_LanguageDetector.class.php, class Bs_LanguageDetector
    detects the language of a text (not meant for single words).
BS_LANGUAGEDETECTOR_VERSION
in file Bs_LanguageDetector.class.php, constant BS_LANGUAGEDETECTOR_VERSION
Bs_LanguageHandler
in file Bs_LanguageHandler.class.php, method Bs_LanguageHandler::Bs_LanguageHandler()
    Constructor
Bs_LanguageHandler
in file Bs_LanguageHandler.class.php, class Bs_LanguageHandler
    This class provides methods to work with different languages.
BS_LANGUAGEHANDLER_VERSION
in file Bs_LanguageHandler.class.php, constant BS_LANGUAGEHANDLER_VERSION
Bs_Ocr
in file Bs_Ocr.class.php, method Bs_Ocr::Bs_Ocr()
    constructor.
Bs_Ocr
in file Bs_Ocr.class.php, class Bs_Ocr
    dependencies: imagemagick http://www.imagemagick.com/ gocr http://jocr.sourceforge.net/ Bs_Dir,
BS_OCR_VERSION
in file Bs_Ocr.class.php, constant BS_OCR_VERSION
Bs_TextUtil
in file Bs_TextUtil.class.php, class Bs_TextUtil
    dependencies: Bs_String, Bs_Array
Bs_TextUtil
in file Bs_TextUtil.class.php, method Bs_TextUtil::Bs_TextUtil()
BS_TEXTUTIL_VERSION
in file Bs_TextUtil.class.php, constant BS_TEXTUTIL_VERSION
Bs_DailyText.class.php
procedural page Bs_DailyText.class.php
Bs_LanguageDetector.class.php
procedural page Bs_LanguageDetector.class.php
Bs_LanguageHandler.class.php
procedural page Bs_LanguageHandler.class.php
Bs_Ocr.class.php
procedural page Bs_Ocr.class.php
Bs_TextUtil.class.php
procedural page Bs_TextUtil.class.php
Bs_TextUtil_PhpUnit.class.php
procedural page Bs_TextUtil_PhpUnit.class.php
Bs_TextUtil_PhpUnit
in file Bs_TextUtil_PhpUnit.class.php, method Bs_TextUtil_PhpUnit::Bs_TextUtil_PhpUnit() (subpackage: phpunit)
Bs_TextUtil_PhpUnit
in file Bs_TextUtil_PhpUnit.class.php, class Bs_TextUtil_PhpUnit (subpackage: phpunit)
top

d

detectText
in file Bs_LanguageDetector.class.php, method Bs_LanguageDetector::detectText()
    detects the language of a given text.
detectWord
in file Bs_LanguageDetector.class.php, method Bs_LanguageDetector::detectWord()
    detects the language of a given word.
determineLanguage
in file Bs_LanguageHandler.class.php, method Bs_LanguageHandler::determineLanguage()
    get the language that fits our needs.
top

f

fileToString
in file Bs_Ocr.class.php, method Bs_Ocr::fileToString()
    takes an image and returns the parsed text.
top

g

$gocrPath
in file Bs_Ocr.class.php, variable Bs_Ocr::$gocrPath
    the path to the gocr binary dir.
getLanguageDependentValue
in file Bs_TextUtil.class.php, method Bs_TextUtil::getLanguageDependentValue()
    returns the value of a [language dependant] [object] var for the current language.
top

i

$imageMagickPath
in file Bs_Ocr.class.php, variable Bs_Ocr::$imageMagickPath
    the path to the image magick binary dir. should not be needed since the binaries should be in the 'path' and thus reachable from everywhere.
top

l

longestCommonSubstring
in file Bs_TextUtil.class.php, method Bs_TextUtil::longestCommonSubstring()
    finds the longest common substring of 2 strings and returns that part.
top

m

$magickFileTypes
in file Bs_Ocr.class.php, variable Bs_Ocr::$magickFileTypes
    the accepted image file types. we use imagemagick to convert these to 'pgm'.
top

o

ocr.php
procedural page ocr.php
ordinal
in file Bs_TextUtil.class.php, method Bs_TextUtil::ordinal()
    returns the number as a string with it's ordinal value
top

p

$prefixDict
in file Bs_LanguageDetector.class.php, variable Bs_LanguageDetector::$prefixDict
    array with word prefixes for different languages.
parseSearchQuery
in file Bs_TextUtil.class.php, method Bs_TextUtil::parseSearchQuery()
    parses the search input we got from the user.
parseSearchQuery2
in file Bs_TextUtil.class.php, method Bs_TextUtil::parseSearchQuery2()
    parses the search input we got from the user.
percentUppercase
in file Bs_TextUtil.class.php, method Bs_TextUtil::percentUppercase()
    tells how many % of the given string are written in uppercase.
pluralS
in file Bs_TextUtil.class.php, method Bs_TextUtil::pluralS()
    determine whether to print a plural 's' or not
top

r

readLanguage
in file Bs_LanguageHandler.class.php, method Bs_LanguageHandler::readLanguage()
    reads the given language file.
top

s

$specialChars
in file Bs_LanguageDetector.class.php, variable Bs_LanguageDetector::$specialChars
    special chars to replace in text.
$suffixDict
in file Bs_LanguageDetector.class.php, variable Bs_LanguageDetector::$suffixDict
    array with word suffixes for different languages.
shortenString
in file Bs_TextUtil.class.php, method Bs_TextUtil::shortenString()
    To shorten a string to a certain number of characters, replacing surplus chars with a shortening suffix-string such as "[...]"
top

w

$wordDict
in file Bs_LanguageDetector.class.php, variable Bs_LanguageDetector::$wordDict
    another structure of all the $wordDics language dependant vars, all in here.
$wordDictDe
in file Bs_LanguageDetector.class.php, variable Bs_LanguageDetector::$wordDictDe
    100 most used words in german.
$wordDictEn
in file Bs_LanguageDetector.class.php, variable Bs_LanguageDetector::$wordDictEn
    100 most used words in english.
$wordDictFr
in file Bs_LanguageDetector.class.php, variable Bs_LanguageDetector::$wordDictFr
    100 most used words in french.
$wordDictNl
in file Bs_LanguageDetector.class.php, variable Bs_LanguageDetector::$wordDictNl
    100 most used words in dutch.
top

Documentation generated on Mon, 29 Dec 2003 21:07:25 +0100 by phpDocumentor 1.2.3