You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@thepurpleowl hello, thanks for the report, right now you can use
from gensim.models.deprecated.doc2vec import LabeledSentence (FYI this is deprecated stuff),
or better use from gensim.models.doc2vec import TaggedDocument
Description
LabeledSentence is not being imported from gensim.models.doc2vec.
from gensim.models.doc2vec import LabeledSentence
the error I am getting is
cannot import name 'LabeledSentence'
The text was updated successfully, but these errors were encountered: