Last Version

DKPro Core ASL - Text normalizer 2.2.0

Provides normalizer for text. E.g. takes a text and checks for umlauts written as "ae", "oe", or "ue" and normalizes them if they really are umlauts depending on a frequency model.

License

License

Categories

Categories

DKPro Business Logic Libraries Machine Learning Natural Language Processing ORM Data
GroupId

GroupId

org.dkpro.core
ArtifactId

ArtifactId

dkpro-core-textnormalizer-asl
Version

Version

2.2.0
Type

Type

jar
Description

Description

DKPro Core ASL - Text normalizer
Provides normalizer for text. E.g. takes a text and checks for umlauts written as "ae", "oe", or "ue" and normalizes them if they really are umlauts depending on a frequency model.
Project URL

Project URL

https://dkpro.github.io/dkpro-core/
Project Organization

Project Organization

Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt

Download dkpro-core-textnormalizer-asl 2.2.0


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

Dependencies

compile (18)

Group / Artifact Type Version
org.apache.uima : uimaj-core jar 3.1.1
org.apache.uima : uimafit-core jar 3.1.0
commons-io : commons-io jar 2.8.0
org.apache.commons : commons-lang3 jar 3.11
org.dkpro.core : dkpro-core-castransformation-asl jar 2.2.0
org.dkpro.core : dkpro-core-frequency-asl jar 2.2.0
org.dkpro.core : dkpro-core-api-anomaly-asl jar 2.2.0
org.dkpro.core : dkpro-core-api-featurepath-asl jar 2.2.0
org.dkpro.core : dkpro-core-api-resources-asl jar 2.2.0
org.dkpro.core : dkpro-core-api-segmentation-asl jar 2.2.0
org.dkpro.core : dkpro-core-api-transform-asl jar 2.2.0
org.dkpro.core : dkpro-core-api-frequency-asl jar 2.2.0
org.dkpro.core : dkpro-core-api-metadata-asl jar 2.2.0
org.dkpro.core : dkpro-core-io-web1t-asl jar 2.2.0
org.dkpro.core : dkpro-core-tokit-asl jar 2.2.0
org.dkpro.core : dkpro-core-jazzy-asl jar 2.2.0
org.dkpro.core : dkpro-core-api-parameter-asl jar 2.2.0
eu.openminted.share.annotations : omtd-share-annotations-api jar 3.0.2.7

test (8)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.dkpro.core : dkpro-core-io-text-asl jar 2.2.0
org.dkpro.core : dkpro-core-testing-asl jar 2.2.0
org.dkpro.core : dkpro-core-opennlp-asl jar 2.2.0
de.tudarmstadt.ukp.dkpro.core » de.tudarmstadt.ukp.dkpro.core.opennlp-model-token-de-maxent jar
de.tudarmstadt.ukp.dkpro.core » de.tudarmstadt.ukp.dkpro.core.opennlp-model-sentence-de-maxent jar
de.tudarmstadt.ukp.dkpro.core » de.tudarmstadt.ukp.dkpro.core.opennlp-model-token-en-maxent jar
de.tudarmstadt.ukp.dkpro.core » de.tudarmstadt.ukp.dkpro.core.opennlp-model-sentence-en-maxent jar

Project Modules

There are no modules declared in this project.