GuidedLDA icon indicating copy to clipboard operation
GuidedLDA copied to clipboard

semi supervised guided topic model with custom guidedLDA

Results 56 GuidedLDA issues
Sort by recently updated
recently updated
newest added

Hi, first off, thank you so much for GuidedLDA. I believe it is great and would really love to use it for my master thesis. However, I am having trouble...

Having an issue installing this package using pip. The following is the entire output: pip install guidedlda Collecting guidedlda Using cached https://files.pythonhosted.org/packages/f8/ee/6d6e2b3525388399e12a4482554c7529a5fcf5e99c50a60abaa02894b8bf/guidedlda-2.0.0.dev22.tar.gz Requirement already satisfied: numpy in c:\users\450226\documents\nlp\venv\lib\site-packages (from guidedlda)...

Databricks Runtime Version - 6.4 (includes Apache Spark 2.4.5, Scala 2.11) Python version - 3.7.3 Getting following error - Py4JJavaError: An error occurred while calling o512.addIsolatedPyPILibrary. : org.apache.spark.SparkException: Process List(/local_disk0/pythonVirtualEnvDirs/virtualEnv-50059e9f-df77-443e-ba1c-f0864815d49c/bin/python,...

Hi guys, I am trying to install **guidedlda** in linux but I cannot manage it. Who could help me? Below you can see the ERROR-message. Thanks a lot, Eva ERROR:...

I have installed visual build tools 2019 and still won't work when I run this command in anaconda command prompt: pip install guidedlda it gives me this error: (base) C:\Users\tmc>pip...

This should be a hotfix to solve the installation issues in #24 for now. The _right_ thing to do (that I didn't have time for) would be to update `setup.py`...

If I understand the algorithm correctly, does the algorithm use seed words information for initialization only? In _fit function, before iterating algorithm, we do the initialization where we assign topics...

Hello, I was trying to install the package after failing to install using pip and received the following error. I'm on Mac OS and using python 3.7. Thanks! $ sh...

Would it possible to use Word2Vec or Glove instead of BoW?

How to use guided_LDA on an unseen document ? Because I saw that there does not seem to be a method such as print_topics which is present for gensim for...