Interface ICharSequenceNormalizer

Namespace
NOpenNLP.Tools.Util.Normalizer
Assembly
NOpenNLP.Tools.dll

A char sequence normalizer, used to adjusting (prune, substitute, add, etc.) characters in order to remove noise from text

public interface ICharSequenceNormalizer

Methods

Normalize(string)

Normalize a sequence of characters.

string Normalize(string text)

Parameters

text string

the char sequence to normalize

Returns

string

the normalized char sequence

See Also