PHP Interface Camspiers\StatisticalClassifier\Normalizer\Token\NormalizerInterface

Author: Cam Spiers ([email protected])
Show file Open project: camspiers/statistical-classifier Interface Usage Examples

Public Methods

Method Description
normalize ( array $tokens ) : array Makes tokens more consistent by a particular method.

Method Details

normalize() public method

This is to increase matches across what tokens are deemed equivalent but differnt
public normalize ( array $tokens ) : array
$tokens array The tokens to normalizer
return array The array of normalized tokens