How to use trained model?

Issue #4 new
nethika created an issue

I'm new to using polyglot. I trained a new model using word2embeddings. A file created named "WordPhrase_16_09_21_11_56.model" how do I use this model?

I tried: from polyglot.mapping import Embedding emb = Embedding.load('WordPhrase_16_09_21_11_56.model')

TypeError: 'WordPhraseNetwork' object is not utterable

doesn't work.

Comments (0)

  1. Log in to comment