Property | Type | Description | |
---|---|---|---|
$modules | mixed[] | ||
$options | mixed[] | ||
$stopWords | Goose\Text\StopWords | null |
Method | Description | |
---|---|---|
__construct ( mixed[] $options = [] ) | ||
addModule ( string $category, string $class ) | ||
areValidModules ( string $category, string[] $classes ) : boolean | ||
get ( string $option ) : mixed | ||
getModules ( string $category ) : mixed | ||
getStopWords ( ) | * | |
isValidModule ( string $category, string $class ) : boolean | ||
removeModule ( string $category, string $class ) | ||
set ( string $option, mixed $value ) | ||
setModules ( string $category, string[] $classes ) | ||
setStopWords ( Goose\Text\StopWords $stopWords = null ) |
public areValidModules ( string $category, string[] $classes ) : boolean | ||
$category | string | |
$classes | string[] | |
return | boolean |
public getModules ( string $category ) : mixed | ||
$category | string | |
return | mixed |
public removeModule ( string $category, string $class ) | ||
$category | string | |
$class | string |
public setModules ( string $category, string[] $classes ) | ||
$category | string | |
$classes | string[] |
public setStopWords ( Goose\Text\StopWords $stopWords = null ) | ||
$stopWords | Goose\Text\StopWords |
protected StopWords,Goose\Text|null $stopWords | ||
return | Goose\Text\StopWords | null |