PHP Class TextAnalysis\Taggers\StanfordPosTagger

Author: yooper
Inheritance: extends StanfordAbstract
Show file Open project: yooper/php-text-analysis Class Usage Examples

Public Methods

Method Description
__construct ( $jarPath, $classifierPath, $javaOptions = [], $separator = '/' )
getCommand ( ) : string

Protected Methods

Method Description
getParsedOutput ( )

Method Details

__construct() public method

public __construct ( $jarPath, $classifierPath, $javaOptions = [], $separator = '/' )

getCommand() public method

public getCommand ( ) : string
return string

getParsedOutput() protected method

protected getParsedOutput ( )