Class BagOfWordsGenerator

java.lang.Object
org.nasdanika.ai.BagOfWordsGenerator
All Implemented Interfaces:
EmbeddingGenerator<String,Map<String,Integer>>, TextEmbeddingGenerator<Map<String,Integer>>, Composable<EmbeddingGenerator<String,Map<String,Integer>>>

Splits input by whitespace, lowercases and then computes frequency of each word