i

integration

The examples module provides glue code implementation for extracting common phrases, key word distributions and more from tweets stored on HDFS/HBase. It builds on Mahout for more sophisticated analysis.
Files download
File Operation
integration-0.0.11.jar download
integration-0.0.11.pom download
integration-0.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.dicode-project</groupId>
  <artifactId>integration</artifactId>
  <version>0.0.11</version>
</dependency>
Gradle Groovy
implementation 'eu.dicode-project:integration:0.0.11'
Gradle Kotlin
implementation("eu.dicode-project:integration:0.0.11")
Scala SBT
libraryDependencies += "eu.dicode-project" % "integration" % "0.0.11"
Groovy Grape
@Grapes(
  @Grab(group='eu.dicode-project', module='integration', version='0.0.11')
)
Apache Ivy
<dependency org="eu.dicode-project" name="integration" rev="0.0.11" />
Leiningen
[eu.dicode-project/integration "0.0.11"]
Apache Buildr
'eu.dicode-project:integration:jar:0.0.11'