DKPro Core
DKPro Core is a collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
For more information, visit the DKPro Core website.
For usage examples, see the DKPro Core Examples project
License |
License |
---|---|
Categories |
CategoriesMALLET Business Logic Libraries Machine Learning DKPro Natural Language Processing |
GroupId | GroupIdorg.dkpro.core |
ArtifactId | ArtifactIddkpro-core-mallet-asl |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDKPro Core ASL - Mallet (v2.0.8) (CPL)
A DKPro Core component interfacing the Mallet LDA and Word Embeddings implementations.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationUbiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt |
Filename | Size |
---|---|
dkpro-core-mallet-asl-2.2.0.pom | |
dkpro-core-mallet-asl-2.2.0.jar | 73 KB |
dkpro-core-mallet-asl-2.2.0-sources.jar | 48 KB |
dkpro-core-mallet-asl-2.2.0-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dkpro.core/dkpro-core-mallet-asl/ -->
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-mallet-asl</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dkpro.core/dkpro-core-mallet-asl/
implementation 'org.dkpro.core:dkpro-core-mallet-asl:2.2.0'
// https://jarcasting.com/artifacts/org.dkpro.core/dkpro-core-mallet-asl/
implementation ("org.dkpro.core:dkpro-core-mallet-asl:2.2.0")
'org.dkpro.core:dkpro-core-mallet-asl:jar:2.2.0'
<dependency org="org.dkpro.core" name="dkpro-core-mallet-asl" rev="2.2.0">
<artifact name="dkpro-core-mallet-asl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dkpro.core', module='dkpro-core-mallet-asl', version='2.2.0')
)
libraryDependencies += "org.dkpro.core" % "dkpro-core-mallet-asl" % "2.2.0"
[org.dkpro.core/dkpro-core-mallet-asl "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging-api | jar | 1.1 |
org.apache.uima : uimaj-core | jar | 3.1.1 |
org.apache.uima : uimafit-core | jar | 3.1.0 |
cc.mallet : mallet | jar | 2.0.8 |
commons-cli : commons-cli | jar | 1.4 |
org.apache.commons : commons-lang3 | jar | 3.11 |
net.sf.trove4j : trove4j | jar | 2.0.2 |
org.dkpro.core : dkpro-core-api-embeddings-asl | jar | 2.2.0 |
org.dkpro.core : dkpro-core-api-metadata-asl | jar | 2.2.0 |
org.dkpro.core : dkpro-core-api-featurepath-asl | jar | 2.2.0 |
org.dkpro.core : dkpro-core-api-io-asl | jar | 2.2.0 |
org.dkpro.core : dkpro-core-api-resources-asl | jar | 2.2.0 |
org.dkpro.core : dkpro-core-api-parameter-asl | jar | 2.2.0 |
org.dkpro.core : dkpro-core-api-segmentation-asl | jar | 2.2.0 |
eu.openminted.share.annotations : omtd-share-annotations-api | jar | 3.0.2.7 |
Group / Artifact | Type | Version |
---|---|---|
org.dkpro.core : dkpro-core-tokit-asl | jar | 2.2.0 |
junit : junit | jar | 4.13.1 |
org.dkpro.core : dkpro-core-io-text-asl | jar | 2.2.0 |
commons-io : commons-io | jar | 2.8.0 |
org.dkpro.core : dkpro-core-testing-asl | jar | 2.2.0 |
DKPro Core is a collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
For more information, visit the DKPro Core website.
For usage examples, see the DKPro Core Examples project