word2phrase (homepage)
word2phrase algorithm for spark
@s4weng / (0)
An algorithm that transforms words into phrases, e.g. New York to new_york. See README.md for more details.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.reputation.spark:word2phrase:1.0.1
sbt
In your sbt build file, add:
libraryDependencies += "com.reputation.spark" % "word2phrase" % "1.0.1"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.reputation.spark</groupId> <artifactId>word2phrase</artifactId> <version>1.0.1</version> </dependency> </dependencies>
Releases
Version: 1.0.1 ( d3e8c9 | zip | jar ) / Date: 2016-04-08 / License: Apache-2.0 / Scala version: 2.10