Interface cebe\jssearch\AnalyzerInterface

Implemented bycebe\jssearch\analyzer\HtmlAnalyzer

Interface for all Tokenizers.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
analyze() Analyzes a string and returns an array of the following format: cebe\jssearch\AnalyzerInterface

Method Details

analyze() public abstract method

Analyzes a string and returns an array of the following format:

TODO ` `

public abstract array analyze ( $string, cebe\jssearch\TokenizerInterface $tokenizer )
$string string

The string to analyze

$tokenizer