- Word2Vec
- Word2VecTrain(batch)
- Word2VecPredict(batch)
- Word2VecPredict(stream)
- Tokenizer
- Tokenizer(batch)
- Tokenizer(stream)
- NGram
- NGram(batch)
- NGram(stream)
- StopwordsRemover
- StopWordsRemover(batch)
- StopWordsRemover(stream)
- Segment(batch)
- Segment(stream)
- Segment
- DocCountVectorizer
- DocCountVectorizerTrain(batch)
- DocCountVectorizerPredict(batch)
- DocCountVectorizerPredict(stream)
- DocHashCountVectorizer
- DocHashCountVectorizerTrain(batch)
- DocHashCountVectorizerPredict(batch)
- DocHashCountVectorizerPredict(stream)
- RegexTokenizer
- RegexTokenizer(batch)
- RegexTokenizer(stream)