x-tabdeveloping / turftopic

Robust and fast topic models with sentence-transformers.
https://x-tabdeveloping.github.io/turftopic/
MIT License
12 stars 4 forks source link

missing import of a datatype in gmm.py #2

Closed jankounchained closed 7 months ago

jankounchained commented 7 months ago

in models/gmm.py, the base.Encoder data type is not imported. Line 47 then raises an error, because Encoder is unknown.

Fix: change Line 9 to from turftopic.base import ContextualModel, Encoder

I can't do it myself, don't have push permission

x-tabdeveloping commented 7 months ago

You can fork the repo, push to your own fork, then submit a pull request. I can also try to make you collaborator

x-tabdeveloping commented 7 months ago

I have pushed out a new release, it should work just fine