Skip to content

added use_embedding_model_tokenizer option

Compare
Choose a tag to compare
@ddangelov ddangelov released this 09 Jan 00:13
· 78 commits to master since this release

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.