mlp2018 / BagofWords

0 stars 0 forks source link

Warning about missing words #46

Open passelacet opened 6 years ago

passelacet commented 6 years ago

In the class KMeansAverager, in the fonction _make_bag_of_centroids, warnings appear because some words are not in the dictionary.

twesterhout commented 6 years ago

I'm thinking about adding a config parameter to turn this warning on/off. Also, implementing #17 might just fix this.