Download cleartk-ml-2.0.0.jar file

Introduction

You can download cleartk-ml-2.0.0.jar in this page.

License

The BSD 3-Clause License

Type List

cleartk-ml-2.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.cleartk/cleartk-ml/pom.properties
META-INF/maven/org.cleartk/cleartk-ml/pom.xml
org.cleartk.ml.Classifier.class
org.cleartk.ml.ClassifierFactory.class
org.cleartk.ml.CleartkAnnotator.class
org.cleartk.ml.CleartkProcessingException.class
org.cleartk.ml.CleartkSequenceAnnotator.class
org.cleartk.ml.DataWriter.class
org.cleartk.ml.DataWriterFactory.class
org.cleartk.ml.Feature.class
org.cleartk.ml.Instance.class
org.cleartk.ml.Instances.class
org.cleartk.ml.SequenceClassifier.class
org.cleartk.ml.SequenceClassifierFactory.class
org.cleartk.ml.SequenceDataWriter.class
org.cleartk.ml.SequenceDataWriterFactory.class
org.cleartk.ml.TreeFeature.class
org.cleartk.ml.baseline.MeanValueClassifierBuilder.class
org.cleartk.ml.baseline.MeanValueDataWriter.class
org.cleartk.ml.baseline.MostFrequentBooleanClassifierBuilder.class
org.cleartk.ml.baseline.MostFrequentBooleanDataWriter.class
org.cleartk.ml.baseline.MostFrequentStringClassifierBuilder.class
org.cleartk.ml.baseline.MostFrequentStringDataWriter.class
org.cleartk.ml.baseline.MostFrequentValueClassifierBuilder.class
org.cleartk.ml.baseline.OutcomeOnlyDataWriter.class
org.cleartk.ml.baseline.SingleOutcomeClassifier.class
org.cleartk.ml.baseline.SingleOutcomeClassifierBuilder.class
org.cleartk.ml.chunking.BiesoChunking.class
org.cleartk.ml.chunking.BioChunking.class
org.cleartk.ml.chunking.Chunking.class
org.cleartk.ml.chunking.Chunking_ImplBase.class
org.cleartk.ml.chunking.IoChunking.class
org.cleartk.ml.encoder.CleartkEncoderException.class
org.cleartk.ml.encoder.FeatureEncoderUtil.class
org.cleartk.ml.encoder.features.BagEncoder.class
org.cleartk.ml.encoder.features.BooleanEncoder.class
org.cleartk.ml.encoder.features.FeatureCollectionEncoder.class
org.cleartk.ml.encoder.features.FeatureEncoder.class
org.cleartk.ml.encoder.features.FeatureEncoderChain.class
org.cleartk.ml.encoder.features.FeatureVectorFeaturesEncoder.class
org.cleartk.ml.encoder.features.FeaturesEncoder.class
org.cleartk.ml.encoder.features.FeaturesEncoder_ImplBase.class
org.cleartk.ml.encoder.features.MultiBagEncoder.class
org.cleartk.ml.encoder.features.NameNumber.class
org.cleartk.ml.encoder.features.NameNumberFeaturesEncoder.class
org.cleartk.ml.encoder.features.NumberEncoder.class
org.cleartk.ml.encoder.features.StringEncoder.class
org.cleartk.ml.encoder.features.normalizer.EuclidianNormalizer.class
org.cleartk.ml.encoder.features.normalizer.NameNumberNormalizer.class
org.cleartk.ml.encoder.features.normalizer.NoOpNormalizer.class
org.cleartk.ml.encoder.outcome.BooleanToBooleanOutcomeEncoder.class
org.cleartk.ml.encoder.outcome.BooleanToSignOutcomeEncoder.class
org.cleartk.ml.encoder.outcome.BooleanToStringOutcomeEncoder.class
org.cleartk.ml.encoder.outcome.DoubleToDoubleOutcomeEncoder.class
org.cleartk.ml.encoder.outcome.OutcomeEncoder.class
org.cleartk.ml.encoder.outcome.StringArrayToStringArrayEncoder.class
org.cleartk.ml.encoder.outcome.StringToIntegerOutcomeEncoder.class
org.cleartk.ml.encoder.outcome.StringToStringOutcomeEncoder.class
org.cleartk.ml.feature.Counts.class
org.cleartk.ml.feature.FeatureCollection.class
org.cleartk.ml.feature.TypePathFeature.class
org.cleartk.ml.feature.extractor.CleartkExtractor.class
org.cleartk.ml.feature.extractor.CleartkExtractorException.class
org.cleartk.ml.feature.extractor.CombinedExtractor1.class
org.cleartk.ml.feature.extractor.CoveredTextExtractor.class
org.cleartk.ml.feature.extractor.DirectedDistanceExtractor.class
org.cleartk.ml.feature.extractor.DistanceExtractor.class
org.cleartk.ml.feature.extractor.FeatureExtractor1.class
org.cleartk.ml.feature.extractor.FeatureExtractor2.class
org.cleartk.ml.feature.extractor.NamedFeatureExtractor1.class
org.cleartk.ml.feature.extractor.NamingExtractor1.class
org.cleartk.ml.feature.extractor.RelativePositionExtractor.class
org.cleartk.ml.feature.extractor.TypePathExtractor.class
org.cleartk.ml.feature.extractor.WhiteSpaceExtractor.class
org.cleartk.ml.feature.function.CapitalTypeFeatureFunction.class
org.cleartk.ml.feature.function.CharacterCategoryPatternFunction.class
org.cleartk.ml.feature.function.CharacterNgramFeatureFunction.class
org.cleartk.ml.feature.function.ContainsHyphenFeatureFunction.class
org.cleartk.ml.feature.function.FeatureFunction.class
org.cleartk.ml.feature.function.FeatureFunctionExtractor.class
org.cleartk.ml.feature.function.LowerCaseFeatureFunction.class
org.cleartk.ml.feature.function.NumericTypeFeatureFunction.class
org.cleartk.ml.feature.selection.FeatureSelectionExtractor.class
org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.class
org.cleartk.ml.feature.transform.InstanceDataWriter.class
org.cleartk.ml.feature.transform.InstanceStream.class
org.cleartk.ml.feature.transform.OneToOneTrainableExtractor_ImplBase.class
org.cleartk.ml.feature.transform.TrainableExtractor.class
org.cleartk.ml.feature.transform.TrainableExtractor_ImplBase.class
org.cleartk.ml.feature.transform.TransformableFeature.class
org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor.class
org.cleartk.ml.feature.transform.extractor.CosineSimilarity.class
org.cleartk.ml.feature.transform.extractor.FixedCosineSimilarity.class
org.cleartk.ml.feature.transform.extractor.MinMaxNormalizationExtractor.class
org.cleartk.ml.feature.transform.extractor.SimilarityFunction.class
org.cleartk.ml.feature.transform.extractor.TfidfExtractor.class
org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.class
org.cleartk.ml.feature.util.CaseUtil.class
org.cleartk.ml.feature.util.HyphenUtil.class
org.cleartk.ml.feature.util.NumericTypeUtil.class
org.cleartk.ml.jar.BuildJar.class
org.cleartk.ml.jar.ClassifierBuilder_ImplBase.class
org.cleartk.ml.jar.Classifier_ImplBase.class
org.cleartk.ml.jar.DataWriterFactory_ImplBase.class
org.cleartk.ml.jar.DataWriter_ImplBase.class
org.cleartk.ml.jar.DefaultDataWriterFactory.class
org.cleartk.ml.jar.DefaultSequenceDataWriterFactory.class
org.cleartk.ml.jar.DirectoryDataWriter.class
org.cleartk.ml.jar.DirectoryDataWriterFactory.class
org.cleartk.ml.jar.EncodingDirectoryDataWriter.class
org.cleartk.ml.jar.EncodingDirectoryDataWriterFactory.class
org.cleartk.ml.jar.EncodingJarClassifier.class
org.cleartk.ml.jar.EncodingJarClassifierBuilder.class
org.cleartk.ml.jar.GenericDataWriterFactory.class
org.cleartk.ml.jar.GenericJarClassifierFactory.class
org.cleartk.ml.jar.JarClassifierBuilder.class
org.cleartk.ml.jar.JarClassifierFactory.class
org.cleartk.ml.jar.JarStreams.class
org.cleartk.ml.jar.SequenceClassifierBuilder_ImplBase.class
org.cleartk.ml.jar.SequenceClassifier_ImplBase.class
org.cleartk.ml.jar.SequenceDataWriterFactory_ImplBase.class
org.cleartk.ml.jar.SequenceDataWriter_ImplBase.class
org.cleartk.ml.jar.SequenceJarClassifierFactory.class
org.cleartk.ml.jar.Train.class
org.cleartk.ml.multi.CleartkMultiAnnotator.class
org.cleartk.ml.sigmoid.LinWengPlatt.class
org.cleartk.ml.sigmoid.Sigmoid.class
org.cleartk.ml.util.InstanceFactory.class
org.cleartk.ml.util.PublicFieldDataWriter.class
org.cleartk.ml.util.PublicFieldSequenceDataWriter.class
org.cleartk.ml.util.featurevector.ArrayFeatureVector.class
org.cleartk.ml.util.featurevector.FeatureVector.class
org.cleartk.ml.util.featurevector.InvalidFeatureVectorValueException.class
org.cleartk.ml.util.featurevector.SparseFeatureVector.class
org.cleartk.ml.viterbi.DefaultOutcomeFeatureExtractor.class
org.cleartk.ml.viterbi.OutcomeFeatureExtractor.class
org.cleartk.ml.viterbi.ViterbiClassifier.class
org.cleartk.ml.viterbi.ViterbiClassifierBuilder.class
org.cleartk.ml.viterbi.ViterbiDataWriter.class
org.cleartk.ml.viterbi.ViterbiDataWriterFactory.class
org/cleartk/ml/CleartkExceptions.properties

Pom

cleartk-ml-2.0.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>cleartk-ml</artifactId>
	<packaging>jar</packaging>
	<name>ClearTK ML</name>
	<description>ClearTK machine learning library and interfaces</description>
	<url>http://cleartk.googlecode.com/</url>
	<licenses>
		<license>
			<name>The BSD 3-Clause License</name>
			<url>http://cleartk.googlecode.com/git/cleartk-ml/LICENSE</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>steven.bethard</id>
			<email>steven.bethard@gmail.com</email>
			<name>Steven Bethard</name>
		</developer>
		<developer>
			<id>philip.ogren</id>
			<email>philip@ogren.info</email>
			<name>Philip Ogren</name>
		</developer>
		<developer>
			<id>lee.becker</id>
			<email>lee.becker@gmail.com</email>
			<name>Lee Becker</name>
		</developer>
	</developers>
	<scm>
        <connection>scm:git:https://code.google.com/p/cleartk/</connection>
        <developerConnection>scm:git:https://code.google.com/p/cleartk/</developerConnection>
        <url>https://code.google.com/p/cleartk/</url>
	  <tag>cleartk-2.0.0</tag>
  </scm>
	<parent>
		<artifactId>cleartk</artifactId>
		<groupId>org.cleartk</groupId>
		<version>2.0.0</version>
		<relativePath>..</relativePath>
	</parent>
	<dependencies>
		<dependency>
			<groupId>org.cleartk</groupId>
			<artifactId>cleartk-util</artifactId>
		</dependency>
		<!-- test only -->
		<dependency>
			<groupId>org.cleartk</groupId>
			<artifactId>cleartk-test-util</artifactId>
			<scope>test</scope>
		</dependency>
				<dependency>
			<groupId>org.apache.uima</groupId>
			<artifactId>uimaj-document-annotation</artifactId>
			<scope>test</scope>
		</dependency>
		
	</dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.cleartk</groupId>
   <artifactId>cleartk-ml</artifactId>
   <version>2.0.0</version>
</dependency>

Download

If you think the following cleartk-ml-2.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download cleartk-ml-2.0.0.jar file




PreviousNext

Related