-
- Downloads
[SPARK-12153][SPARK-7617][MLLIB] add support of arbitrary length sentence and...
[SPARK-12153][SPARK-7617][MLLIB] add support of arbitrary length sentence and other tuning for Word2Vec add support of arbitrary length sentence by using the nature representation of sentences in the input. add new similarity functions and add normalization option for distances in synonym finding add new accessor for internal structure(the vocabulary and wordindex) for convenience need instructions about how to set value for the Since annotation for newly added public functions. 1.5.3? jira link: https://issues.apache.org/jira/browse/SPARK-12153 Author: Yong Gang Cao <ygcao@amazon.com> Author: Yong-Gang Cao <ygcao@users.noreply.github.com> Closes #10152 from ygcao/improvementForSentenceBoundary.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala 37 additions, 37 deletions.../main/scala/org/apache/spark/mllib/feature/Word2Vec.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/Word2VecSuite.scala 1 addition, 1 deletion...est/scala/org/apache/spark/ml/feature/Word2VecSuite.scala
- python/pyspark/ml/feature.py 6 additions, 6 deletionspython/pyspark/ml/feature.py
Loading
Please register or sign in to comment