All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by normalizes with all dependencies

Search JAR files by class name

dkpro-core-textnormalizer-asl from group org.dkpro.core (version 2.4.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.

Group: org.dkpro.core Artifact: dkpro-core-textnormalizer-asl
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-core-textnormalizer-asl
Group org.dkpro.core
Version 2.4.0
Last update 14. June 2023
Organization not specified
URL https://dkpro.github.io/dkpro-core/
License not specified
Dependencies amount 18
Dependencies uimaj-core, uimafit-core, commons-io, commons-lang3, dkpro-core-castransformation-asl, dkpro-core-frequency-asl, dkpro-core-api-anomaly-asl, dkpro-core-api-featurepath-asl, dkpro-core-api-resources-asl, dkpro-core-api-segmentation-asl, dkpro-core-api-transform-asl, dkpro-core-api-frequency-asl, dkpro-core-api-metadata-asl, dkpro-core-io-web1t-asl, dkpro-core-tokit-asl, dkpro-core-jazzy-asl, dkpro-core-api-parameter-asl, omtd-share-annotations-api,
There are maybe transitive dependencies!

de.tudarmstadt.ukp.dkpro.core.textnormalizer-asl from group de.tudarmstadt.ukp.dkpro.core (version 1.10.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.

Group: de.tudarmstadt.ukp.dkpro.core Artifact: de.tudarmstadt.ukp.dkpro.core.textnormalizer-asl
Show all versions Show documentation Show source 
 

0 downloads
Artifact de.tudarmstadt.ukp.dkpro.core.textnormalizer-asl
Group de.tudarmstadt.ukp.dkpro.core
Version 1.10.0
Last update 10. September 2018
Organization not specified
URL https://dkpro.github.io/dkpro-core/
License not specified
Dependencies amount 18
Dependencies uimaj-core, uimafit-core, commons-io, commons-lang3, de.tudarmstadt.ukp.dkpro.core.castransformation-asl, de.tudarmstadt.ukp.dkpro.core.frequency-asl, de.tudarmstadt.ukp.dkpro.core.api.anomaly-asl, de.tudarmstadt.ukp.dkpro.core.api.featurepath-asl, de.tudarmstadt.ukp.dkpro.core.api.resources-asl, de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl, de.tudarmstadt.ukp.dkpro.core.api.transform-asl, de.tudarmstadt.ukp.dkpro.core.api.frequency-asl, de.tudarmstadt.ukp.dkpro.core.api.metadata-asl, de.tudarmstadt.ukp.dkpro.core.io.web1t-asl, de.tudarmstadt.ukp.dkpro.core.tokit-asl, de.tudarmstadt.ukp.dkpro.core.jazzy-asl, de.tudarmstadt.ukp.dkpro.core.api.parameter-asl, omtd-share-annotations-api,
There are maybe transitive dependencies!

heideltime from group com.github.heideltime (version 2.2.1)

HeidelTime is a multilingual cross-domain temporal tagger that extracts temporal expressions from documents and normalizes them according to the TIMEX3 annotation standard.

Group: com.github.heideltime Artifact: heideltime
Show all versions Show documentation Show source 
 

35 downloads
Artifact heideltime
Group com.github.heideltime
Version 2.2.1
Last update 06. October 2016
Organization not specified
URL https://github.com/HeidelTime/heideltime/
License GNU General Public License (GPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

de.tudarmstadt.ukp.dkpro.core.umlautnormalizer-asl from group de.tudarmstadt.ukp.dkpro.core (version 1.6.2)

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.

Group: de.tudarmstadt.ukp.dkpro.core Artifact: de.tudarmstadt.ukp.dkpro.core.umlautnormalizer-asl
Show all versions Show documentation Show source 
 

0 downloads
Artifact de.tudarmstadt.ukp.dkpro.core.umlautnormalizer-asl
Group de.tudarmstadt.ukp.dkpro.core
Version 1.6.2
Last update 21. August 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies uimaj-core, uimafit-core, commons-lang, commons-io, de.tudarmstadt.ukp.dkpro.core.api.io-asl, de.tudarmstadt.ukp.dkpro.core.api.frequency-asl, de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl, de.tudarmstadt.ukp.dkpro.core.api.resources-asl, de.tudarmstadt.ukp.dkpro.core.api.transform-asl, de.tudarmstadt.ukp.dkpro.core.castransformation-asl, de.tudarmstadt.ukp.dkpro.core.frequency-asl, de.tudarmstadt.ukp.dkpro.core.io.web1t-asl,
There are maybe transitive dependencies!

utc-dates from group com.cemerick (version 0.0.2)

A simple date formatting/parsing library that (by default) normalizes all formatted dates to UTC, and assumes all date strings are indicated in UTC. Its intended use is to offer a simple API useful for representing/consuming dates within lexicographically-sensitive database systems (e.g. couchdb, AWS SimpleDB, etc).

Group: com.cemerick Artifact: utc-dates
Show all versions Show source 
 

0 downloads
Artifact utc-dates
Group com.cemerick
Version 0.0.2
Last update 09. May 2011
Organization not specified
URL http://github.com/cemerick/utc-dates
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

SPegasos from group nz.ac.waikato.cms.weka (version 1.0.2)

Implements the stochastic variant of the Pegasos (Primal Estimated sub-GrAdient SOlver for SVM) method of Shalev-Shwartz et al. (2007). This implementation globally replaces all missing values and transforms nominal attributes into binary ones. It also normalizes all attributes, so the coefficients in the output are based on the normalized data. Can either minimize the hinge loss (SVM) or log loss (logistic regression). For more information, see S. Shalev-Shwartz, Y. Singer, N. Srebro: Pegasos: Primal Estimated sub-GrAdient SOlver for SVM. In: 24th International Conference on MachineLearning, 807-814, 2007.

Group: nz.ac.waikato.cms.weka Artifact: SPegasos
Show all versions Show documentation Show source 
 

1 downloads
Artifact SPegasos
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/SPegasos
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!



Page 1 from 1 (items total 6)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy