S

StormTwitterPreprocessingTool

Tool for processing tweets on Storm
Files download
File Operation
StormTwitterPreprocessingTool-1.3.10.jar download
StormTwitterPreprocessingTool-1.3.10.pom download
StormTwitterPreprocessingTool-1.3.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openimaj.storm.tools</groupId>
  <artifactId>StormTwitterPreprocessingTool</artifactId>
  <version>1.3.10</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj.storm.tools:StormTwitterPreprocessingTool:1.3.10'
Gradle Kotlin
implementation("org.openimaj.storm.tools:StormTwitterPreprocessingTool:1.3.10")
Scala SBT
libraryDependencies += "org.openimaj.storm.tools" % "StormTwitterPreprocessingTool" % "1.3.10"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj.storm.tools', module='StormTwitterPreprocessingTool', version='1.3.10')
)
Apache Ivy
<dependency org="org.openimaj.storm.tools" name="StormTwitterPreprocessingTool" rev="1.3.10" />
Leiningen
[org.openimaj.storm.tools/StormTwitterPreprocessingTool "1.3.10"]
Apache Buildr
'org.openimaj.storm.tools:StormTwitterPreprocessingTool:jar:1.3.10'