Skip to content

Commit

Permalink
Update python.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Dec 30, 2024
1 parent 39dab9a commit cecb813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -2628,6 +2628,7 @@ python.Execution = class {
this.registerType('gensim.models.keyedvectors.Word2VecKeyedVectors', class {});
this.registerType('gensim.models.ldamodel.LdaState', class {});
this.registerType('gensim.models.ldamulticore.LdaMulticore', class {});
this.registerType('gensim.models.phrases.Phraser', class {});
this.registerType('gensim.models.phrases.Phrases', class {});
this.registerType('gensim.models.tfidfmodel.TfidfModel', class {});
this.registerType('gensim.models.word2vec.Vocab', class {});
Expand Down

0 comments on commit cecb813

Please sign in to comment.