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 guys! First I would like to thank you for this awesome library, it's handy and very useful! I wanted to calculate some evaluation metrics (like perplexity, topic similarity or...

Hi there, first very thankful for this useful package. But I met a problem of installing. It says, "ERROR: Command errored out with exit status 1". I'm using Python 3.7.6...

Hello, I read your code, there are some changes in initialization part comparing with the [collapsed Gibbs Sampling ](https://github.com/lda-project/lda/tree/467f8acba2ac58c6bbd02c751efe23783e24e28c) method of LDA. Am I right? Do you know where I...

Hello everyone, I have been trying to install GuidedLDA but getting issues when I tried to run, the following code: sh build_dist.sh The error message I got is: build_dist.sh: line...

I have been trying to install it using python3.9 for a day with no success here are the last command I tired ``` RUN python3.9 -m pip install --upgrade pip...

Hi there, I'm trying to run this program using my own data, and the actual guided topic modeling fit as expected, but now using your code to print out the...

I was able to successfully install the library after days of effort on my Windows 10 machine with Python 3.6. However, I'm facing the AttributeError: module 'guidedlda' has no attribute...

I have forked and fixed the installation issue that was stated in the [other pull request](https://github.com/vi3k6i5/GuidedLDA/pull/35) #35 that references problems in #24 etc. Unless this is merged here, you can...

I recently updated anaconda to latest version including python3.7. I am on windows10. This produces error when I import guidedlda: "ModuleNotFoundError: No module named 'guidedlda._guidedlda'" Tried pip install but it...

When I run `python setup.py sdist (or) python setup.py sdist --formats=gztar` facing following error. > error: error in setup.cfg: command 'sdist' has no such option 'pre_hook.sdist_pre_hook'