PHP Interface Camspiers\StatisticalClassifier\Normalizer\Document\NormalizerInterface

Author: Cam Spiers ([email protected])
ファイルを表示 Open project: camspiers/statistical-classifier Interface Usage Examples

Public Methods

Method Description
normalize ( string $document ) : string Makes document more consistent by a particular method.

Method Details

normalize() public method

Makes document more consistent by a particular method.
public normalize ( string $document ) : string
$document string The document to normalize
return string The normalized document