Tokenizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a default tokenizer implementation.
public class Tokenizer
type Tokenizer = class
Public Class Tokenizer
- Inheritance
-
Tokenizer
Constructors
Tokenizer() |
Properties
DefaultTokenizer |
Gets the default TokenizerFunction implementation. |
Methods
DefaultTokenizerImpl(String, String) |
Simple tokenizer that breaks on spaces and punctuation. The only normalization done is to lowercase. |