| Class | Description |
|---|---|
| Tokenizer | |
| ToLowerCase |
Receives a string and passes it on to the next stage only with lower case letters.
|
| WordcharacterFilter |
Receives a string and passes it with removed punctuation and similar characters on to the next stage.
|
| WordCounter |
Intermediate stage, which receives texts and counts the occurring words.
|
Copyright © 2015–2020. All rights reserved.