From cecb8130c31393691a415bd7fbd0ed74bbd69f59 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Mon, 30 Dec 2024 09:33:40 -0800 Subject: [PATCH] Update python.js --- source/python.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/python.js b/source/python.js index 6c8e2129cb..9943dfa632 100644 --- a/source/python.js +++ b/source/python.js @@ -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 {});