bagOfWords property

Map<String, double> bagOfWords
getter/setter pair

Count for each words in all documents

Implementation

Map<String, double> bagOfWords = {};