mmorells

Results 1 issues of mmorells

TFIDF doesn't work unless we actually save the DocsSeen value in the Bayes model. Currently the struct for Word doesn't do this. `type Word struct { Count []uint64 Seen uint64...