NAligner library v0.1

Tokenizer Constructor

Initializes a new class instance with a specified string to process

Overload List

Initializes a new class instance with a specified string to process

public Tokenizer(string);

Initializes a new class instance with a specified string to process and the specified token delimiters to use

public Tokenizer(string,string);

Initializes a new class instance with a specified string to process, the specified token delimiters to use, and whether the delimiters must be included in the results.

public Tokenizer(string,string,bool);

See Also

Tokenizer Class | NAligner.util Namespace