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

Element index for package Arabic

[ a ] [ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ l ] [ m ] [ s ] [ t ] [ u ] [ w ] [ _ ]

_

_summarize
in file ArAutoSummarize.class.php, method ArAutoSummarize::_summarize()
    Core summarize function that implement required steps in the algorithm
__call
in file Arabic.php, method Arabic::__call()
    The magic method __call() allows to capture invocation of non existing methods.
__construct
in file ArNumbers.class.php, method ArNumbers::__construct()
    Loads initialize values
__construct
in file ArSoundex.class.php, method ArSoundex::__construct()
    Loads initialize values
__construct
in file ArStemmer.class.php, method ArStemmer::__construct()
    Loads initialize values
__construct
in file ArGlyphs.class.php, method ArGlyphs::__construct()
    Loads initialize values
__construct
in file Arabic.php, method Arabic::__construct()
    Load selected library/sub class you would like to use its functionality
__construct
in file ArAutoSummarize.class.php, method ArAutoSummarize::__construct()
    Loads initialize values
__construct
in file ArCharsetC.class.php, method ArCharsetC::__construct()
    Loads initialize values
__construct
in file Arabic.php, method ArabicException::__construct()
    Make sure everything is assigned properly
__destruct
in file Arabic.php, method Arabic::__destruct()
    Garbage collection, release child objects directly
top

a

a4_lines
in file ArGlyphs.class.php, method ArGlyphs::a4_lines()
    Calculate the lines number of given Arabic text and font size that will fit in A4 page size
a4_max_chars
in file ArGlyphs.class.php, method ArGlyphs::a4_max_chars()
    Regression analysis calculate roughly the max number of character fit in one A4 page line for a given font size.
allForms
in file ArQuery.class.php, method ArQuery::allForms()
    Get most possible Arabic lexical forms of user search keywords
ar2en
in file EnTransliteration.class.php, method EnTransliteration::ar2en()
    Transliterate Arabic string into English by render them in the orthography of the English language
Arabic
in file Arabic.php, class Arabic
    Core PHP and Arabic language class
Arabic.php
procedural page Arabic.php
ArabicException
in file Arabic.php, class ArabicException
    Arabic Exception class defined by extending the built-in Exception class.
ArAutoSummarize
in file ArAutoSummarize.class.php, class ArAutoSummarize
    This PHP class do automatic keyphrase extraction to provide a quick mini-summary for a long Arabic document
ArCharsetC
in file ArCharsetC.class.php, class ArCharsetC
    This PHP class converts a given Arabic string from one Arabic character set to another
ArCharsetD
in file ArCharsetD.class.php, class ArCharsetD
    This PHP class detect Arabic string character set
ArCompressStr
in file ArCompressStr.class.php, class ArCompressStr
    This PHP class compress Arabic string using Huffman-like coding
ArDate
in file ArDate.class.php, class ArDate
    This PHP class is an Arabic customization for PHP date function
ArGender
in file ArGender.class.php, class ArGender
    This PHP class attempts to guess the gender of Arabic names
ArGlyphs
in file ArGlyphs.class.php, class ArGlyphs
    This PHP class render Arabic text by performs Arabic glyph joining on it
ArIdentifier
in file ArIdentifier.class.php, class ArIdentifier
    This PHP class identify Arabic text segments
ArKeySwap
in file ArKeySwap.class.php, class ArKeySwap
    This PHP class convert keyboard language programmatically (English - Arabic)
ArMktime
in file ArMktime.class.php, class ArMktime
    This PHP class is an Arabic customization for PHP mktime function
ArNumbers
in file ArNumbers.class.php, class ArNumbers
    This PHP class spell numbers in the Arabic idiom
ArQuery
in file ArQuery.class.php, class ArQuery
    This PHP class build WHERE condition for SQL statement using MySQL REGEXP and Arabic lexical rules
ArSoundex
in file ArSoundex.class.php, class ArSoundex
    This PHP class implement Arabic soundex algorithm
ArStandard
in file ArStandard.class.php, class ArStandard
    This PHP class standardize Arabic text
ArStemmer
in file ArStemmer.class.php, class ArStemmer
    This PHP class get stem of an Arabic word
ArStrToTime
in file ArStrToTime.class.php, class ArStrToTime
    This PHP class parse about any Arabic textual datetime description into a Unix timestamp
ArTransliteration
in file ArTransliteration.class.php, class ArTransliteration
    This PHP class transliterate English words into Arabic
ArWordTag
in file ArWordTag.class.php, class ArWordTag
    This PHP class to tagging Arabic Word
ArAutoSummarize.class.php
procedural page ArAutoSummarize.class.php
ArCharsetC.class.php
procedural page ArCharsetC.class.php
ArCharsetD.class.php
procedural page ArCharsetD.class.php
ArCompressStr.class.php
procedural page ArCompressStr.class.php
ArDate.class.php
procedural page ArDate.class.php
ArGender.class.php
procedural page ArGender.class.php
ArGlyphs.class.php
procedural page ArGlyphs.class.php
ArIdentifier.class.php
procedural page ArIdentifier.class.php
ArKeySwap.class.php
procedural page ArKeySwap.class.php
ArMktime.class.php
procedural page ArMktime.class.php
ArNumbers.class.php
procedural page ArNumbers.class.php
ArQuery.class.php
procedural page ArQuery.class.php
ArSoundex.class.php
procedural page ArSoundex.class.php
ArStandard.class.php
procedural page ArStandard.class.php
ArStemmer.class.php
procedural page ArStemmer.class.php
ArStrToTime.class.php
procedural page ArStrToTime.class.php
ArTransliteration.class.php
procedural page ArTransliteration.class.php
ArWordTag.class.php
procedural page ArWordTag.class.php
top

b

bug2iso
in file ArCharsetC.class.php, method ArCharsetC::bug2iso()
    Convert buggy Arabic imported database string to ISO-8859-6 format
bug2utf
in file ArCharsetC.class.php, method ArCharsetC::bug2utf()
    Convert buggy Arabic imported database string to UTF-8 format
bug2win
in file ArCharsetC.class.php, method ArCharsetC::bug2win()
    Convert buggy Arabic imported database string to Windows-1256 format
top

c

cleanCommon
in file ArAutoSummarize.class.php, method ArAutoSummarize::cleanCommon()
    Extracting common Arabic words (roughly) from input Arabic string (document content)
compress
in file ArCompressStr.class.php, method ArCompressStr::compress()
    Compress the given string using the Huffman-like coding
convert
in file Arabic.php, method Arabic::convert()
    Convert Arabic string from one format to another
coreConvert
in file Arabic.php, method Arabic::coreConvert()
    Convert Arabic string from one charset to another
top

d

date
in file ArDate.class.php, method ArDate::date()
    Format a local time/date in Arabic string
decompress
in file ArCompressStr.class.php, method ArCompressStr::decompress()
    Uncompress a compressed string
doRateSummarize
in file ArAutoSummarize.class.php, method ArAutoSummarize::doRateSummarize()
    Summarize percentage of the input Arabic string (document content) into output
doSummarize
in file ArAutoSummarize.class.php, method ArAutoSummarize::doSummarize()
    Summarize input Arabic string (document content) into specific number of sentences in the output
top

e

en2ar
in file ArTransliteration.class.php, method ArTransliteration::en2ar()
    Transliterate English string into Arabic by render them in the orthography of the Arabic language
EnTransliteration
in file EnTransliteration.class.php, class EnTransliteration
    This PHP class transliterate Arabic words into English
EnTransliteration.class.php
procedural page EnTransliteration.class.php
top

g

getArrFields
in file ArQuery.class.php, method ArQuery::getArrFields()
    Getting values of $fields Array in array format
getCharset
in file ArCharsetD.class.php, method ArCharsetD::getCharset()
    Find the most possible character set for given Arabic string in unknown format
getCode
in file ArSoundex.class.php, method ArSoundex::getCode()
    Get the soundex key calculation method used now
getFeminine
in file ArNumbers.class.php, method ArNumbers::getFeminine()
    Get the feminine flag of counted object
getFormat
in file ArNumbers.class.php, method ArNumbers::getFormat()
    Get the grammer position flag of counted object
getInputCharset
in file Arabic.php, method Arabic::getInputCharset()
    Get the charset used in the input Arabic strings
getLang
in file ArSoundex.class.php, method ArSoundex::getLang()
    Get the soundex key language used now
getLen
in file ArSoundex.class.php, method ArSoundex::getLen()
    Get the soundex key length used now
getMetaKeywords
in file ArAutoSummarize.class.php, method ArAutoSummarize::getMetaKeywords()
    Extract keywords from a given Arabic string (document content)
getMode
in file ArDate.class.php, method ArDate::getMode()
    Getting $mode value that refer to output mode format
getMode
in file ArQuery.class.php, method ArQuery::getMode()
    Getting $mode propority value that refer to search mode [0 for OR logic | 1 for AND logic]
getOrderBy
in file ArQuery.class.php, method ArQuery::getOrderBy()
    Get more relevant order by section related to the user search keywords
getOutputCharset
in file Arabic.php, method Arabic::getOutputCharset()
    Get the charset used in the output Arabic strings
getPrayTime
in file Salat.class.php, method Salat::getPrayTime()
    Calculate Salat times for the date set in setSalatDate methode, and location set in setSalatLocation.
getStrFields
in file ArQuery.class.php, method ArQuery::getStrFields()
    Getting values of $fields array in String format (comma delimated)
getWhereCondition
in file ArQuery.class.php, method ArQuery::getWhereCondition()
    Build WHERE section of the SQL statement using defind lex's rules, search mode [AND | OR], and handle also phrases (inclosed by "") using normal LIKE condition to match it as it is.
guess
in file ArCharsetD.class.php, method ArCharsetD::guess()
    Count number of hits for the most frequented letters in Arabic language (Alef, Lam and Yaa), then calculate association ratio with each of possible character set (UTF-8, Windows-1256 and ISO-8859-6)
top

h

highlightRateSummary
in file ArAutoSummarize.class.php, method ArAutoSummarize::highlightRateSummary()
    Highlight key sentences (summary) as percentage of the input string (document content) using CSS and send the result back as an output.
highlightSummary
in file ArAutoSummarize.class.php, method ArAutoSummarize::highlightSummary()
    Highlight key sentences (summary) of the input string (document content) using CSS and send the result back as an output
highlightText
in file ArWordTag.class.php, method ArWordTag::highlightText()
    Highlighted all nouns in a given Arabic string
html2iso
in file ArCharsetC.class.php, method ArCharsetC::html2iso()
    Convert buggy Arabic string as HTML entities to ISO-8859-6 format
html2utf
in file ArCharsetC.class.php, method ArCharsetC::html2utf()
    Convert buggy Arabic string as HTML entities to UTF-8 format
html2win
in file ArCharsetC.class.php, method ArCharsetC::html2win()
    Convert buggy Arabic string as HTML entities to Windows-1256 format
top

i

identify
in file ArIdentifier.class.php, method ArIdentifier::identify()
    Identify Arabic text in a given UTF-8 multi language string
int2str
in file ArNumbers.class.php, method ArNumbers::int2str()
    Spell integer number in Arabic idiom
isArabic
in file ArIdentifier.class.php, method ArIdentifier::isArabic()
    Find out if given string is Arabic text or not
isFemale
in file ArGender.class.php, method ArGender::isFemale()
    Check if Arabic word is feminine
isNoun
in file ArWordTag.class.php, method ArWordTag::isNoun()
    Check if given rabic word is noun or not
iso2utf
in file ArCharsetC.class.php, method ArCharsetC::iso2utf()
    Convert Arabic string from ISO-8859-6 to UTF-8 format
iso2win
in file ArCharsetC.class.php, method ArCharsetC::iso2win()
    Convert Arabic string from ISO-8859-6 to Windows-1256 format
top

l

length
in file ArCompressStr.class.php, method ArCompressStr::length()
    Retrieve the origenal string length
load
in file Arabic.php, method Arabic::load()
loadExtra
in file ArAutoSummarize.class.php, method ArAutoSummarize::loadExtra()
    Load enhanced Arabic stop words list
top

m

$myClass
in file Arabic.php, variable Arabic::$myClass
$myObject
in file Arabic.php, variable Arabic::$myObject
mktime
in file ArMktime.class.php, method ArMktime::mktime()
    This will return current Unix timestamp for given Hegri date (Islamic calendar)
myErrorHandler
in file Arabic.php, function myErrorHandler()
    Error handler function
top

s

Salat
in file Salat.class.php, class Salat
    This PHP class calculate the time of Muslim prayer according to the geographic location.
search
in file ArCompressStr.class.php, method ArCompressStr::search()
    Search a compressed string for a given word
setArrFields
in file ArQuery.class.php, method ArQuery::setArrFields()
    Setting value for $fields array
setCode
in file ArSoundex.class.php, method ArSoundex::setCode()
    Set the mapping code of the soundex key (default value is "soundex")
setConf
in file Salat.class.php, method Salat::setConf()
    Setting rest of Salat calculation configuration
setDate
in file Salat.class.php, method Salat::setDate()
    Setting date of day for Salat calculation
setFeminine
in file ArNumbers.class.php, method ArNumbers::setFeminine()
    Set feminine flag of the counted object
setFormat
in file ArNumbers.class.php, method ArNumbers::setFormat()
    Set the grammar position flag of the counted object
setInputCharset
in file Arabic.php, method Arabic::setInputCharset()
    Set charset used in class input Arabic strings
setLang
in file ArSoundex.class.php, method ArSoundex::setLang()
    Set the language of the soundex key (default value is "en")
setLang
in file ArCompressStr.class.php, method ArCompressStr::setLang()
    Set required _encode and _decode hash of most probably character in selected language
setLen
in file ArSoundex.class.php, method ArSoundex::setLen()
    Set the length of soundex key (default value is 4)
setLocation
in file Salat.class.php, method Salat::setLocation()
    Setting location information for Salat calculation
setMode
in file ArDate.class.php, method ArDate::setMode()
    Setting value for $mode scalar
setMode
in file ArQuery.class.php, method ArQuery::setMode()
    Setting $mode propority value that refer to search mode [0 for OR logic | 1 for AND logic]
setOutputCharset
in file Arabic.php, method Arabic::setOutputCharset()
    Set charset used in class output Arabic strings
setStrFields
in file ArQuery.class.php, method ArQuery::setStrFields()
    Setting value for $fields array
singleton
in file ArCharsetC.class.php, method ArCharsetC::singleton()
soundex
in file ArSoundex.class.php, method ArSoundex::soundex()
    Arabic soundex algorithm takes Arabic word as an input and produces a character string which identifies a set words that are (roughly) phonetically alike.
standard
in file ArStandard.class.php, method ArStandard::standard()
    This method will standardize Arabic text to follow writing standards (just like magazine rules)
stem
in file ArStemmer.class.php, method ArStemmer::stem()
    Get rough stem of the given Arabic word
strtotime
in file ArStrToTime.class.php, method ArStrToTime::strtotime()
    This method will parse about any Arabic textual datetime description into a Unix timestamp
Salat.class.php
procedural page Salat.class.php
swap_ae
in file ArKeySwap.class.php, method ArKeySwap::swap_ae()
    Make conversion to swap that odd Arabic text by original English sentence you meant when you type on your keyboard (if keyboard language was incorrect)
swap_ea
in file ArKeySwap.class.php, method ArKeySwap::swap_ea()
    Make conversion to swap that odd English text by original Arabic sentence you meant when you type on your keyboard (if keyboard language was incorrect)
top

t

tagText
in file ArWordTag.class.php, method ArWordTag::tagText()
    Tag all words in a given Arabic string if they are nouns or not
top

u

utf2iso
in file ArCharsetC.class.php, method ArCharsetC::utf2iso()
    Convert Arabic string from UTF-8 to ISO-8859-6 format
utf2win
in file ArCharsetC.class.php, method ArCharsetC::utf2win()
    Convert Arabic string from UTF-8 to Windows-1256 format
utf8Glyphs
in file ArGlyphs.class.php, method ArGlyphs::utf8Glyphs()
    Convert Arabic Windows-1256 charset string into glyph joining in UTF-8 hexadecimals stream (take care of whole the document including English sections as well as numbers and arcs etc...)
top

w

win2html
in file ArCharsetC.class.php, method ArCharsetC::win2html()
    Convert Arabic string from Windows-1256 to HTML entities format
win2iso
in file ArCharsetC.class.php, method ArCharsetC::win2iso()
    Convert Arabic string from Windows-1256 to ISO-8859-6 format
win2utf
in file ArCharsetC.class.php, method ArCharsetC::win2utf()
    Convert Arabic string from Windows-1256 to UTF-8 format
top

Documentation generated on Tue, 18 Aug 2009 00:12:46 +0300 by phpDocumentor 1.4.0