Last Version

org.dkpro.tc:dkpro-tc 1.1.0

DKPro TC is a UIMA-based text classification framework built on top of DKPro Core and DKPro Lab. It is intended to alleviate supervised machine learning experiments with any kind of textual data.

License

License

Categories

Categories

DKPro Business Logic Libraries Machine Learning Natural Language Processing
GroupId

GroupId

org.dkpro.tc
ArtifactId

ArtifactId

dkpro-tc
Version

Version

1.1.0
Type

Type

pom
Description

Description

DKPro TC is a UIMA-based text classification framework built on top of DKPro Core and DKPro Lab. It is intended to alleviate supervised machine learning experiments with any kind of textual data.
Project URL

Project URL

http://github.com/dkpro/dkpro-tc
Project Organization

Project Organization

Ubiquitous Knowledge Processing (UKP) Lab
Source Code Management

Source Code Management

https://github.com/dkpro/dkpro-tc

Download dkpro-tc 1.1.0

Filename Size
dkpro-tc-1.1.0.pom 24 KB
Browse

<!-- https://jarcasting.com/artifacts/org.dkpro.tc/dkpro-tc/ -->
<dependency>
    <groupId>org.dkpro.tc</groupId>
    <artifactId>dkpro-tc</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dkpro.tc/dkpro-tc/
implementation 'org.dkpro.tc:dkpro-tc:1.1.0'
// https://jarcasting.com/artifacts/org.dkpro.tc/dkpro-tc/
implementation ("org.dkpro.tc:dkpro-tc:1.1.0")
'org.dkpro.tc:dkpro-tc:pom:1.1.0'
<dependency org="org.dkpro.tc" name="dkpro-tc" rev="1.1.0">
  <artifact name="dkpro-tc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dkpro.tc', module='dkpro-tc', version='1.1.0')
)
libraryDependencies += "org.dkpro.tc" % "dkpro-tc" % "1.1.0"
[org.dkpro.tc/dkpro-tc "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • dkpro-tc-api
  • dkpro-tc-api-features
  • dkpro-tc-core
  • dkpro-tc-doc
  • dkpro-tc-examples
  • dkpro-tc-examples-groovy
  • dkpro-tc-features
  • dkpro-tc-features-ngram
  • dkpro-tc-features-pair
  • dkpro-tc-features-pair-similarity
  • dkpro-tc-io
  • dkpro-tc-io-libsvm
  • dkpro-tc-ml
  • dkpro-tc-ml-crfsuite
  • dkpro-tc-ml-deeplearning4j
  • dkpro-tc-ml-dynet
  • dkpro-tc-ml-keras
  • dkpro-tc-ml-liblinear
  • dkpro-tc-ml-libsvm
  • dkpro-tc-ml-svmhmm
  • dkpro-tc-ml-vowpalwabbit
  • dkpro-tc-ml-weka
  • dkpro-tc-ml-xgboost
  • dkpro-tc-testing