added use_embedding_model_tokenizer option
Added use_embedding_model_tokenizer
parameter. If set to True
and if using an embedding_model
other than doc2vec
, use the model's tokenizer for document embedding.
Fixed dependency issue with joblib.
Fixed issues with wordclouds caused by negative similarity scores.