T

TwitterPreprocessingTool

Tool for applying a text preprocessing pipeline to twitter tweets.
Files download
File Operation
TwitterPreprocessingTool-1.3.1.jar download
TwitterPreprocessingTool-1.3.1.pom download
TwitterPreprocessingTool-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openimaj.tools</groupId>
  <artifactId>TwitterPreprocessingTool</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.openimaj.tools:TwitterPreprocessingTool:1.3.1'
Gradle Kotlin
implementation("org.openimaj.tools:TwitterPreprocessingTool:1.3.1")
Scala SBT
libraryDependencies += "org.openimaj.tools" % "TwitterPreprocessingTool" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openimaj.tools', module='TwitterPreprocessingTool', version='1.3.1')
)
Apache Ivy
<dependency org="org.openimaj.tools" name="TwitterPreprocessingTool" rev="1.3.1" />
Leiningen
[org.openimaj.tools/TwitterPreprocessingTool "1.3.1"]
Apache Buildr
'org.openimaj.tools:TwitterPreprocessingTool:jar:1.3.1'