\app_core_inputtype_page_keywordextractor

Extracts keywords from text

Summary

Methods
Properties
Constants
extract()
getInstance()
No public properties found
No constants found
No protected methods found
$_punctuations
$_vowelsPattern
$_minOccur
$_minLength
$_minVowels
$_maxKeywords
N/A
No private methods found
No private properties found
N/A

Properties

$_punctuations

$_punctuations : 

Type

$_vowelsPattern

$_vowelsPattern : 

Type

$_minOccur

$_minOccur : integer

Min occurance count

Type

integer

$_minLength

$_minLength : integer

Min word length

Type

integer

$_minVowels

$_minVowels : integer

Min vowels count

Type

integer

$_maxKeywords

$_maxKeywords : integer

Max key word count

Type

integer

Methods

extract()

extract(string  $content) : array

Extract

Parameters

string $content

Returns

array