Methods
# getStandardizedText() → {string|null}
Get the standardized text.
The standardized text or null if it hasn't been standardized yet.
string
|
null
# standardize() → {string}
Standardize the provided text content.
This method can be expanded to include various standardization techniques,
such as text normalization, tokenization, etc.
The standardized text.
string