cleartk-ml-3.0.0.jar中文-英文对照文档.zip

org.cleartkcleartk-ml3.0.0API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: cleartk-ml-3.0.0.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.42 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

cleartk-ml-3.0.0.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:cleartk-ml-3.0.0.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:cleartk-ml-3.0.0.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:cleartk-ml-3.0.0.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:cleartk-ml-3.0.0-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 cleartk-ml-3.0.0.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: ClearTK ML
  • 描述: ClearTK 机器学习库和接口
  • 版本: 3.0.0

Maven依赖

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

Gradle依赖

Gradle:
	implementation group: 'org.cleartk', name: 'cleartk-ml', version: '3.0.0'
Gradle (Short):
	implementation 'org.cleartk:cleartk-ml:3.0.0'
Gradle (Kotlin):
	implementation("org.cleartk:cleartk-ml:3.0.0")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.cleartk.ml
org.cleartk.ml.baseline
org.cleartk.ml.chunking
org.cleartk.ml.encoder
org.cleartk.ml.encoder.features
org.cleartk.ml.encoder.features.normalizer
org.cleartk.ml.encoder.outcome
org.cleartk.ml.feature
org.cleartk.ml.feature.extractor
org.cleartk.ml.feature.function
org.cleartk.ml.feature.selection
org.cleartk.ml.feature.transform
org.cleartk.ml.feature.transform.extractor
org.cleartk.ml.feature.util
org.cleartk.ml.jar
org.cleartk.ml.multi
org.cleartk.ml.sigmoid
org.cleartk.ml.util
org.cleartk.ml.util.featurevector
org.cleartk.ml.viterbi

本组件包含的 Java class(类)

org.cleartk.ml.Classifier
org.cleartk.ml.ClassifierFactory
org.cleartk.ml.CleartkAnnotator
org.cleartk.ml.CleartkProcessingException
org.cleartk.ml.CleartkSequenceAnnotator
org.cleartk.ml.DataWriter
org.cleartk.ml.DataWriterFactory
org.cleartk.ml.Feature
org.cleartk.ml.Instance
org.cleartk.ml.Instances
org.cleartk.ml.SequenceClassifier
org.cleartk.ml.SequenceClassifierFactory
org.cleartk.ml.SequenceDataWriter
org.cleartk.ml.SequenceDataWriterFactory
org.cleartk.ml.baseline.MeanValueClassifierBuilder
org.cleartk.ml.baseline.MeanValueDataWriter
org.cleartk.ml.baseline.MostFrequentBooleanClassifierBuilder
org.cleartk.ml.baseline.MostFrequentBooleanDataWriter
org.cleartk.ml.baseline.MostFrequentStringClassifierBuilder
org.cleartk.ml.baseline.MostFrequentStringDataWriter
org.cleartk.ml.baseline.MostFrequentValueClassifierBuilder
org.cleartk.ml.baseline.OutcomeOnlyDataWriter
org.cleartk.ml.baseline.SingleOutcomeClassifier
org.cleartk.ml.baseline.SingleOutcomeClassifierBuilder
org.cleartk.ml.chunking.BiesoChunking
org.cleartk.ml.chunking.BioChunking
org.cleartk.ml.chunking.Chunking
org.cleartk.ml.chunking.Chunking_ImplBase
org.cleartk.ml.chunking.IoChunking
org.cleartk.ml.encoder.CleartkEncoderException
org.cleartk.ml.encoder.FeatureEncoderUtil
org.cleartk.ml.encoder.features.BagEncoder
org.cleartk.ml.encoder.features.BooleanEncoder
org.cleartk.ml.encoder.features.FeatureCollectionEncoder
org.cleartk.ml.encoder.features.FeatureEncoder
org.cleartk.ml.encoder.features.FeatureEncoderChain
org.cleartk.ml.encoder.features.FeatureVectorFeaturesEncoder
org.cleartk.ml.encoder.features.FeaturesEncoder
org.cleartk.ml.encoder.features.FeaturesEncoder_ImplBase
org.cleartk.ml.encoder.features.MultiBagEncoder
org.cleartk.ml.encoder.features.NameNumber
org.cleartk.ml.encoder.features.NameNumberFeaturesEncoder
org.cleartk.ml.encoder.features.NumberEncoder
org.cleartk.ml.encoder.features.StringEncoder
org.cleartk.ml.encoder.features.normalizer.EuclidianNormalizer
org.cleartk.ml.encoder.features.normalizer.NameNumberNormalizer
org.cleartk.ml.encoder.features.normalizer.NoOpNormalizer
org.cleartk.ml.encoder.outcome.BooleanToBooleanOutcomeEncoder
org.cleartk.ml.encoder.outcome.BooleanToSignOutcomeEncoder
org.cleartk.ml.encoder.outcome.BooleanToStringOutcomeEncoder
org.cleartk.ml.encoder.outcome.DoubleToDoubleOutcomeEncoder
org.cleartk.ml.encoder.outcome.OutcomeEncoder
org.cleartk.ml.encoder.outcome.StringArrayToStringArrayEncoder
org.cleartk.ml.encoder.outcome.StringToIntegerOutcomeEncoder
org.cleartk.ml.encoder.outcome.StringToStringOutcomeEncoder
org.cleartk.ml.feature.Counts
org.cleartk.ml.feature.FeatureCollection
org.cleartk.ml.feature.TypePathFeature
org.cleartk.ml.feature.extractor.CleartkExtractor
org.cleartk.ml.feature.extractor.CleartkExtractor.Bag
org.cleartk.ml.feature.extractor.CleartkExtractor.Bounds
org.cleartk.ml.feature.extractor.CleartkExtractor.Context
org.cleartk.ml.feature.extractor.CleartkExtractor.Count
org.cleartk.ml.feature.extractor.CleartkExtractor.Covered
org.cleartk.ml.feature.extractor.CleartkExtractor.FirstCovered
org.cleartk.ml.feature.extractor.CleartkExtractor.Focus
org.cleartk.ml.feature.extractor.CleartkExtractor.Following
org.cleartk.ml.feature.extractor.CleartkExtractor.LastCovered
org.cleartk.ml.feature.extractor.CleartkExtractor.NestedCountFeature
org.cleartk.ml.feature.extractor.CleartkExtractor.Ngram
org.cleartk.ml.feature.extractor.CleartkExtractor.Ngrams
org.cleartk.ml.feature.extractor.CleartkExtractor.Preceding
org.cleartk.ml.feature.extractor.CleartkExtractorException
org.cleartk.ml.feature.extractor.CombinedExtractor1
org.cleartk.ml.feature.extractor.CoveredTextExtractor
org.cleartk.ml.feature.extractor.DirectedDistanceExtractor
org.cleartk.ml.feature.extractor.DistanceExtractor
org.cleartk.ml.feature.extractor.FeatureExtractor1
org.cleartk.ml.feature.extractor.FeatureExtractor2
org.cleartk.ml.feature.extractor.NamedFeatureExtractor1
org.cleartk.ml.feature.extractor.NamingExtractor1
org.cleartk.ml.feature.extractor.RelativePositionExtractor
org.cleartk.ml.feature.extractor.TypePathExtractor
org.cleartk.ml.feature.extractor.WhiteSpaceExtractor
org.cleartk.ml.feature.function.CapitalTypeFeatureFunction
org.cleartk.ml.feature.function.CapitalTypeFeatureFunction.CapitalType
org.cleartk.ml.feature.function.CharacterCategoryPatternFunction
org.cleartk.ml.feature.function.CharacterCategoryPatternFunction.PatternType
org.cleartk.ml.feature.function.CharacterNgramFeatureFunction
org.cleartk.ml.feature.function.CharacterNgramFeatureFunction.Orientation
org.cleartk.ml.feature.function.ContainsHyphenFeatureFunction
org.cleartk.ml.feature.function.FeatureFunction
org.cleartk.ml.feature.function.FeatureFunctionExtractor
org.cleartk.ml.feature.function.FeatureFunctionExtractor.BaseFeatures
org.cleartk.ml.feature.function.LowerCaseFeatureFunction
org.cleartk.ml.feature.function.NumericTypeFeatureFunction
org.cleartk.ml.feature.function.NumericTypeFeatureFunction.NumericType
org.cleartk.ml.feature.selection.FeatureSelectionExtractor
org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor
org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.CombineScoreMethod
org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.CombineScoreMethod.AverageScores
org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.CombineScoreMethod.CombineScoreFunction
org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.CombineScoreMethod.MaxScores
org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.MutualInformationStats
org.cleartk.ml.feature.selection.MutualInformationFeatureSelectionExtractor.MutualInformationStats.ComputeFeatureScore
org.cleartk.ml.feature.transform.InstanceDataWriter
org.cleartk.ml.feature.transform.InstanceStream
org.cleartk.ml.feature.transform.InstanceStream.Iterator
org.cleartk.ml.feature.transform.InstanceStream.Terminator
org.cleartk.ml.feature.transform.OneToOneTrainableExtractor_ImplBase
org.cleartk.ml.feature.transform.TrainableExtractor
org.cleartk.ml.feature.transform.TrainableExtractor_ImplBase
org.cleartk.ml.feature.transform.TransformableFeature
org.cleartk.ml.feature.transform.extractor.CentroidTfidfSimilarityExtractor
org.cleartk.ml.feature.transform.extractor.CosineSimilarity
org.cleartk.ml.feature.transform.extractor.FixedCosineSimilarity
org.cleartk.ml.feature.transform.extractor.MinMaxNormalizationExtractor
org.cleartk.ml.feature.transform.extractor.MinMaxNormalizationExtractor.MinMaxRunningStat
org.cleartk.ml.feature.transform.extractor.SimilarityFunction
org.cleartk.ml.feature.transform.extractor.TfidfExtractor
org.cleartk.ml.feature.transform.extractor.TfidfExtractor.IDFMap
org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor
org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanStddevTuple
org.cleartk.ml.feature.transform.extractor.ZeroMeanUnitStddevExtractor.MeanVarianceRunningStat
org.cleartk.ml.feature.util.CaseUtil
org.cleartk.ml.feature.util.HyphenUtil
org.cleartk.ml.feature.util.NumericTypeUtil
org.cleartk.ml.jar.BuildJar
org.cleartk.ml.jar.ClassifierBuilder_ImplBase
org.cleartk.ml.jar.Classifier_ImplBase
org.cleartk.ml.jar.DataWriterFactory_ImplBase
org.cleartk.ml.jar.DataWriter_ImplBase
org.cleartk.ml.jar.DefaultDataWriterFactory
org.cleartk.ml.jar.DefaultSequenceDataWriterFactory
org.cleartk.ml.jar.DirectoryDataWriter
org.cleartk.ml.jar.DirectoryDataWriterFactory
org.cleartk.ml.jar.EncodingDirectoryDataWriter
org.cleartk.ml.jar.EncodingDirectoryDataWriterFactory
org.cleartk.ml.jar.EncodingJarClassifier
org.cleartk.ml.jar.EncodingJarClassifierBuilder
org.cleartk.ml.jar.GenericDataWriterFactory
org.cleartk.ml.jar.GenericJarClassifierFactory
org.cleartk.ml.jar.JarClassifierBuilder
org.cleartk.ml.jar.JarClassifierFactory
org.cleartk.ml.jar.JarStreams
org.cleartk.ml.jar.SequenceClassifierBuilder_ImplBase
org.cleartk.ml.jar.SequenceClassifier_ImplBase
org.cleartk.ml.jar.SequenceDataWriterFactory_ImplBase
org.cleartk.ml.jar.SequenceDataWriter_ImplBase
org.cleartk.ml.jar.SequenceJarClassifierFactory
org.cleartk.ml.jar.Train
org.cleartk.ml.multi.CleartkMultiAnnotator
org.cleartk.ml.sigmoid.LinWengPlatt
org.cleartk.ml.sigmoid.LinWengPlatt.ConvergenceFailure
org.cleartk.ml.sigmoid.Sigmoid
org.cleartk.ml.util.InstanceFactory
org.cleartk.ml.util.PublicFieldDataWriter
org.cleartk.ml.util.PublicFieldDataWriter.BooleanFactory
org.cleartk.ml.util.PublicFieldDataWriter.StringFactory
org.cleartk.ml.util.PublicFieldSequenceDataWriter
org.cleartk.ml.util.PublicFieldSequenceDataWriter.BooleanFactory
org.cleartk.ml.util.PublicFieldSequenceDataWriter.StringFactory
org.cleartk.ml.util.featurevector.ArrayFeatureVector
org.cleartk.ml.util.featurevector.FeatureVector
org.cleartk.ml.util.featurevector.FeatureVector.Entry
org.cleartk.ml.util.featurevector.InvalidFeatureVectorValueException
org.cleartk.ml.util.featurevector.SparseFeatureVector
org.cleartk.ml.viterbi.DefaultOutcomeFeatureExtractor
org.cleartk.ml.viterbi.OutcomeFeatureExtractor
org.cleartk.ml.viterbi.ViterbiClassifier
org.cleartk.ml.viterbi.ViterbiClassifierBuilder
org.cleartk.ml.viterbi.ViterbiDataWriter
org.cleartk.ml.viterbi.ViterbiDataWriterFactory