yuangang.liu created SPARK-12016:
------------------------------------

             Summary: word2vec load model can't use findSynonyms to get words 
                 Key: SPARK-12016
                 URL: https://issues.apache.org/jira/browse/SPARK-12016
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 1.5.2
         Environment: ubuntu 14.04
            Reporter: yuangang.liu


I use word2vec.fit to train a word2vecModel and then save the model to file 
system. when I load the model from file system, I found I can use 
transform('a') to get a vector, but I can't use findSynonyms('a', 2) to get 
some words.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to