TextNormalizerInterface
in
Creates a normalized version of the given input text
Table of Contents
- normalize() : string
Methods
normalize()
public
normalize(string $text[, mixed $context = null ]) : string
Parameters
- $text : string
-
The text to normalize
- $context : mixed = null
-
Additional context about the text being normalized (optional)