PHP 트레잇 TextAnalysis\Traits\WordnetPointerSymbolMap

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

보호된 프로퍼티들

프로퍼티 타입 설명
$pos string Part of speech, should be a single character, Syntactic category: n for noun files, v for verb files, a for adjective files, r for adverb files.
$ptrSymbols string[]

공개 메소드들

메소드 설명
getPos ( ) : string Returns single character
getPtrSymbols ( ) : string[]
isAntonym ( )
isAttribute ( )
isCause ( )
isDerivation ( )
isDerivedFromAdjective ( )
isEntailment ( )
isHypernym ( )
isHyponym ( )
isInstanceHypernym ( )
isInstanceHyponym ( )
isMemberHolonym ( )
isMemberMeronym ( )
isPartHolonym ( )
isPartMeronym ( )
isParticipleOfVerb ( )
isPertainym ( )
isSeeAlso ( )
isSimilarTo ( )
isSubstanceHolonym ( )
isSubstanceMeronym ( )
isVerbGroup ( )
setPos ( $pos )
setPtrSymbols ( array $ptrSymbols )

보호된 메소드들

메소드 설명
isA ( string $symbol ) : boolean

메소드 상세

getPos() 공개 메소드

Returns single character
public getPos ( ) : string
리턴 string

getPtrSymbols() 공개 메소드

public getPtrSymbols ( ) : string[]
리턴 string[]

isA() 보호된 메소드

protected isA ( string $symbol ) : boolean
$symbol string
리턴 boolean

isAntonym() 공개 메소드

public isAntonym ( )

isAttribute() 공개 메소드

public isAttribute ( )

isCause() 공개 메소드

public isCause ( )

isDerivation() 공개 메소드

public isDerivation ( )

isDerivedFromAdjective() 공개 메소드

isEntailment() 공개 메소드

public isEntailment ( )

isHypernym() 공개 메소드

public isHypernym ( )

isHyponym() 공개 메소드

public isHyponym ( )

isInstanceHypernym() 공개 메소드

public isInstanceHypernym ( )

isInstanceHyponym() 공개 메소드

public isInstanceHyponym ( )

isMemberHolonym() 공개 메소드

public isMemberHolonym ( )

isMemberMeronym() 공개 메소드

public isMemberMeronym ( )

isPartHolonym() 공개 메소드

public isPartHolonym ( )

isPartMeronym() 공개 메소드

public isPartMeronym ( )

isParticipleOfVerb() 공개 메소드

public isParticipleOfVerb ( )

isPertainym() 공개 메소드

public isPertainym ( )

isSeeAlso() 공개 메소드

public isSeeAlso ( )

isSimilarTo() 공개 메소드

public isSimilarTo ( )

isSubstanceHolonym() 공개 메소드

public isSubstanceHolonym ( )

isSubstanceMeronym() 공개 메소드

public isSubstanceMeronym ( )

isVerbGroup() 공개 메소드

public isVerbGroup ( )

setPos() 공개 메소드

public setPos ( $pos )

setPtrSymbols() 공개 메소드

public setPtrSymbols ( array $ptrSymbols )
$ptrSymbols array

프로퍼티 상세

$pos 보호되어 있는 프로퍼티

Part of speech, should be a single character, Syntactic category: n for noun files, v for verb files, a for adjective files, r for adverb files.
protected string $pos
리턴 string

$ptrSymbols 보호되어 있는 프로퍼티

protected string[] $ptrSymbols
리턴 string[]