t

toolbox-utils

ASV Toolbox is a modular collection of tools for the exploration of written language data. They work either on word lists or text and solve several linguistic classification and clustering tasks. The topics covered contain language detection, POS-tagging, base form reduction, named entity recognition, and terminology extraction. On a more abstract level, the algorithms deal with various kinds of word similarity, using pattern based and statistical approaches. The collection can be used to work on large real world data sets as well as for studying the underlying algorithms. The ASV Toolbox can work on plain text files and connect to a MySQL database. While it is especially designed to work with corpora of the Leipzig Corpora Collection, it can easily be adapted to other sources.
http://wortschatz.uni-leipzig.de/~cbiemann/software/toolbox/
MIT License
Pedro Santos
Files download
File Operation
toolbox-utils-1.0.jar download
toolbox-utils-1.0.pom download
toolbox-utils-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.uni_leipzig.asv.toolbox</groupId>
  <artifactId>toolbox-utils</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'de.uni_leipzig.asv.toolbox:toolbox-utils:1.0'
Gradle Kotlin
implementation("de.uni_leipzig.asv.toolbox:toolbox-utils:1.0")
Scala SBT
libraryDependencies += "de.uni_leipzig.asv.toolbox" % "toolbox-utils" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.uni_leipzig.asv.toolbox', module='toolbox-utils', version='1.0')
)
Apache Ivy
<dependency org="de.uni_leipzig.asv.toolbox" name="toolbox-utils" rev="1.0" />
Leiningen
[de.uni_leipzig.asv.toolbox/toolbox-utils "1.0"]
Apache Buildr
'de.uni_leipzig.asv.toolbox:toolbox-utils:jar:1.0'
Dependencies
The project has no third-party dependencies