PHP 클래스 TextAnalysis\Models\Wordnet\ExceptionMap

저자: dcardin
파일 보기 프로젝트 열기: yooper/php-text-analysis

보호된 프로퍼티들

프로퍼티 타입 설명
$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