PHP Класс TextAnalysis\Models\Wordnet\ExceptionMap

Автор: dcardin
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$exceptionList String of exception words to look for
$pos pos
$target The target word the strings in the exceptionList get mapped to

Открытые методы

Метод Описание
__construct ( string $pos, string $target, array $exceptionList )
getExceptionList ( ) : string[]
getPos ( ) : string
getTarget ( ) : string

Описание методов

__construct() публичный Метод

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

getExceptionList() публичный Метод

public getExceptionList ( ) : string[]
Результат string[]

getPos() публичный Метод

public getPos ( ) : string
Результат string

getTarget() публичный Метод

public getTarget ( ) : string
Результат string

Описание свойств

$exceptionList защищенное свойство

String of exception words to look for
protected $exceptionList

$pos защищенное свойство

pos
protected $pos

$target защищенное свойство

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