Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrobe committed Feb 12, 2024
1 parent 63d763d commit 13634da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litstudy/nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def train_elda_model(
if filename != None:
model.save(filename)
else:
model = LdaEnsembleLda.load(filename)
model = EnsembleLda.load(filename)

doc2topic = corpus2dense(model[freqs], num_topics).T
topic2token = model.get_topics()
Expand Down

0 comments on commit 13634da

Please sign in to comment.