Márton Kardos

Results 127 comments of Márton Kardos

Sorry for delaying this so long, but I've gotten around to do it! I will ping you when the new release is out!

I have added custom fonts for word clouds! ```python # pip install topicwizard>=1.1.3 topicwizard.visualize(topic_data=topic_data, wordcloud_font_path="NotoSansTC-Bold.ttf") ```

I think I wrote this down in the documentation, but only pretrained Gensim models are supported. To me it seems like you were trying to train the wrapper pipeline. Try...

Thanks for the effort and sorry for the troubles, I will mark this as a bug and will try to fix it as soon as possible!

@avisekksarma version 1.0.2 should fix this issue, can you please confirm that it works on your end?

Hmm your code should be fine. I will look more into this. Very strange behaviour considering that I have a test case for just this and it passes. Loading the...

If you don't mind training a new model you can do so with sklearn like this: ```python import joblib from sklearn.decomposition import LatentDirichletAllocation from sklearn.feature_extraction.text import CountVectorizer import topicwizard from...

Also big sorries for not fixing this issue for a while, I've just been working on a publication and have been ill for a little while, I will hopefully get...

Yeah I just didn't know which template to choose, sorry about that :D

Hey @dschwarz-tripp ! I'm responding to peer reviews atm, so I won't be able to fix this issue for at least a week, but I have an idea about what...