PHP Class TextAnalysis\Models\Wordnet\ExceptionMap

Author: dcardin
Afficher le fichier Open project: yooper/php-text-analysis

Protected Properties

Свойство Type Description
$exceptionList String of exception words to look for
$pos pos
$target The target word the strings in the exceptionList get mapped to

Méthodes publiques

Méthode Description
__construct ( string $pos, string $target, array $exceptionList )
getExceptionList ( ) : string[]
getPos ( ) : string
getTarget ( ) : string

Method Details

__construct() public méthode

public __construct ( string $pos, string $target, array $exceptionList )
$pos string
$target string
$exceptionList array

getExceptionList() public méthode

public getExceptionList ( ) : string[]
Résultat string[]

getPos() public méthode

public getPos ( ) : string
Résultat string

getTarget() public méthode

public getTarget ( ) : string
Résultat string

Property Details

$exceptionList protected_oe property

String of exception words to look for
protected $exceptionList

$pos protected_oe property

pos
protected $pos

$target protected_oe property

The target word the strings in the exceptionList get mapped to
protected $target