Class: ArAutoSummarize
Source Location: /sub/ArAutoSummarize.class.php
This PHP class do automatic keyphrase extraction to provide a quick mini-summary for a long Arabic document
Author(s):
Copyright:
- 2006-2010 Khaled Al-Shamaa
|
|
|
Class Details
Class Variables
$cleanCommonInput = 'windows-1256'
[line 277]
"cleanCommon" method input charset
Tags:
$cleanCommonOutput = 'windows-1256'
[line 271]
"cleanCommon" method output charset
Tags:
$cleanCommonVars = array('str')
[line 283]
Name of the textual "cleanCommon" method parameters
Tags:
$commonChars = array('É','å','í','ä','æ','Ê','á','Ç','Ó','ã',
'e', 't', 'a', 'o', 'i', 'n', 's')
[line 151]
Tags:
$commonWords = array()
[line 156]
Tags:
$doRateSummarizeInput = 'windows-1256'
[line 205]
"doRateSummarize" method input charset
Tags:
$doRateSummarizeOutput = 'windows-1256'
[line 199]
"doRateSummarize" method output charset
Tags:
$doRateSummarizeVars = array('str', 'keywords')
[line 211]
Name of the textual "doRateSummarize" method parameters
Tags:
$doSummarizeInput = 'windows-1256'
[line 187]
"doSummarize" method input charset
Tags:
$doSummarizeOutput = 'windows-1256'
[line 181]
"doSummarize" method output charset
Tags:
$doSummarizeVars = array('str', 'keywords')
[line 193]
Name of the textual "doSummarize" method parameters
Tags:
$getMetaKeywordsInput = 'windows-1256'
[line 259]
"getMetaKeywords" method input charset
Tags:
$getMetaKeywordsOutput = 'windows-1256'
[line 253]
"getMetaKeywords" method output charset
Tags:
$getMetaKeywordsVars = array('str')
[line 265]
Name of the textual "getMetaKeywords" method parameters
Tags:
$highlightRateSummaryInput = 'windows-1256'
[line 241]
"highlightRateSummary" method input charset
Tags:
$highlightRateSummaryOutput = 'windows-1256'
[line 235]
"highlightRateSummary" method output charset
Tags:
$highlightRateSummaryVars = array('str', 'keywords')
[line 247]
Name of the textual "highlightRateSummary" method parameters
Tags:
$highlightSummaryInput = 'windows-1256'
[line 223]
"highlightSummary" method input charset
Tags:
$highlightSummaryOutput = 'windows-1256'
[line 217]
"highlightSummary" method output charset
Tags:
$highlightSummaryVars = array('str', 'keywords')
[line 229]
Name of the textual "highlightSummary" method parameters
Tags:
$importantWords = array()
[line 157]
Tags:
$normalizeAlef = array('Ã','Å','Â')
[line 148]
Tags:
$normalizeDiacritics = array('ó','ð','õ','ñ','ö','ò','ú','ø')
[line 149]
Tags:
$separators = array('.',"\n",'¡','º','(','[','{',')',']','}',',',';')
[line 154]
Tags:
$summarizeInput = 'windows-1256'
[line 169]
"summarize" method input charset
Tags:
$summarizeOutput = 'windows-1256'
[line 163]
"summarize" method output charset
Tags:
$summarizeVars = array('str', 'keywords')
[line 175]
Name of the textual "summarize" method parameters
Tags:
Class Methods
|
|