jar

org.carrot2 : carrot2-mini

Maven & Gradle

Feb 20, 2020
8 usages

Carrot2 Core Mini (algorithms and selected sources) · Carrot2 search results clustering framework. Minimal functional subset (core algorithms and infrastructure, no document sources).

Table Of Contents

Latest Version

Download org.carrot2 : carrot2-mini JAR file - Latest Versions:

All Versions

Download org.carrot2 : carrot2-mini JAR file - All Versions:

Version Vulnerabilities Size Updated
3.16.x
3.15.x
3.14.x
3.13.x
3.12.x
3.11.x
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window carrot2-mini-3.16.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.carrot2.util

├─ org.carrot2.util.CharArrayUtils.class - [JAR]

├─ org.carrot2.util.CharSequenceUtils.class - [JAR]

├─ org.carrot2.util.CloseableUtils.class - [JAR]

├─ org.carrot2.util.CollectionUtils.class - [JAR]

├─ org.carrot2.util.ExceptionUtils.class - [JAR]

├─ org.carrot2.util.ExecutorServiceUtils.class - [JAR]

├─ org.carrot2.util.GraphUtils.class - [JAR]

├─ org.carrot2.util.IntArrayPredicateIterator.class - [JAR]

├─ org.carrot2.util.IntMapUtils.class - [JAR]

├─ org.carrot2.util.LinearApproximation.class - [JAR]

├─ org.carrot2.util.ListUtils.class - [JAR]

├─ org.carrot2.util.MapUtils.class - [JAR]

├─ org.carrot2.util.MathUtils.class - [JAR]

├─ org.carrot2.util.Pair.class - [JAR]

├─ org.carrot2.util.PriorityQueue.class - [JAR]

├─ org.carrot2.util.RangeUtils.class - [JAR]

├─ org.carrot2.util.ReflectionUtils.class - [JAR]

├─ org.carrot2.util.RollingWindowAverage.class - [JAR]

├─ org.carrot2.util.SetUtils.class - [JAR]

├─ org.carrot2.util.StreamUtils.class - [JAR]

├─ org.carrot2.util.StringUtils.class - [JAR]

├─ org.carrot2.util.SystemPropertyStack.class - [JAR]

org.carrot2.text.util

├─ org.carrot2.text.util.CharArrayComparators.class - [JAR]

├─ org.carrot2.text.util.MutableCharArray.class - [JAR]

├─ org.carrot2.text.util.MutableCharArrayUtils.class - [JAR]

├─ org.carrot2.text.util.TabularOutput.class - [JAR]

org.carrot2.util.tests

├─ org.carrot2.util.tests.CarrotTestCase.class - [JAR]

├─ org.carrot2.util.tests.SuiteResultInfoWriter.class - [JAR]

├─ org.carrot2.util.tests.UsesExternalServices.class - [JAR]

org.carrot2.source.xml

├─ org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase.class - [JAR]

├─ org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor.class - [JAR]

├─ org.carrot2.source.xml.XmlDocumentSource.class - [JAR]

├─ org.carrot2.source.xml.XmlDocumentSourceDescriptor.class - [JAR]

├─ org.carrot2.source.xml.XmlDocumentSourceHelper.class - [JAR]

├─ org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor.class - [JAR]

org.carrot2.clustering.kmeans

├─ org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm.class - [JAR]

├─ org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.class - [JAR]

├─ org.carrot2.clustering.kmeans.BisectingKMeansProcessingContext.class - [JAR]

org.carrot2.log4j

├─ org.carrot2.log4j.BufferingAppender.class - [JAR]

org.carrot2.text.linguistic.morfologik

├─ org.carrot2.text.linguistic.morfologik.MorfologikStemmerAdapter.class - [JAR]

org.carrot2.text.linguistic.snowball.stemmers

├─ org.carrot2.text.linguistic.snowball.stemmers.DanishStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.DutchStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.EnglishStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.FinnishStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.FrenchStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.GermanStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.HungarianStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.ItalianStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.NorwegianStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.PortugueseStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.RomanianStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.RussianStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.SpanishStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.SwedishStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.stemmers.TurkishStemmer.class - [JAR]

org.carrot2.text.suffixtree

├─ org.carrot2.text.suffixtree.CharacterSequence.class - [JAR]

├─ org.carrot2.text.suffixtree.ISequence.class - [JAR]

├─ org.carrot2.text.suffixtree.IntegerSequence.class - [JAR]

├─ org.carrot2.text.suffixtree.SuffixTree.class - [JAR]

├─ org.carrot2.text.suffixtree.SuffixTreeBuilder.class - [JAR]

org.carrot2.matrix.factorization

├─ org.carrot2.matrix.factorization.IIterativeMatrixFactorization.class - [JAR]

├─ org.carrot2.matrix.factorization.IMatrixFactorization.class - [JAR]

├─ org.carrot2.matrix.factorization.IMatrixFactorizationFactory.class - [JAR]

├─ org.carrot2.matrix.factorization.IterationNumberGuesser.class - [JAR]

├─ org.carrot2.matrix.factorization.IterativeMatrixFactorizationBase.class - [JAR]

├─ org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory.class - [JAR]

├─ org.carrot2.matrix.factorization.KMeansMatrixFactorization.class - [JAR]

├─ org.carrot2.matrix.factorization.KMeansMatrixFactorizationFactory.class - [JAR]

├─ org.carrot2.matrix.factorization.LocalNonnegativeMatrixFactorization.class - [JAR]

├─ org.carrot2.matrix.factorization.LocalNonnegativeMatrixFactorizationFactory.class - [JAR]

├─ org.carrot2.matrix.factorization.MatrixFactorizationBase.class - [JAR]

├─ org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationED.class - [JAR]

├─ org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationEDFactory.class - [JAR]

├─ org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationKL.class - [JAR]

├─ org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationKLFactory.class - [JAR]

├─ org.carrot2.matrix.factorization.PartialSingularValueDecomposition.class - [JAR]

├─ org.carrot2.matrix.factorization.PartialSingularValueDecompositionFactory.class - [JAR]

org.carrot2.util.xslt

├─ org.carrot2.util.xslt.NopURIResolver.class - [JAR]

├─ org.carrot2.util.xslt.StylesheetErrorListener.class - [JAR]

├─ org.carrot2.util.xslt.TemplatesPool.class - [JAR]

├─ org.carrot2.util.xslt.TransformerErrorListener.class - [JAR]

org.carrot2.text.vsm

├─ org.carrot2.text.vsm.ITermWeighting.class - [JAR]

├─ org.carrot2.text.vsm.LinearTfIdfTermWeighting.class - [JAR]

├─ org.carrot2.text.vsm.LogTfIdfTermWeighting.class - [JAR]

├─ org.carrot2.text.vsm.ReducedVectorSpaceModelContext.class - [JAR]

├─ org.carrot2.text.vsm.TermDocumentMatrixBuilder.class - [JAR]

├─ org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.class - [JAR]

├─ org.carrot2.text.vsm.TermDocumentMatrixReducer.class - [JAR]

├─ org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.class - [JAR]

├─ org.carrot2.text.vsm.TfTermWeighting.class - [JAR]

├─ org.carrot2.text.vsm.VectorSpaceModelContext.class - [JAR]

org.carrot2.text.linguistic.snowball

├─ org.carrot2.text.linguistic.snowball.Among.class - [JAR]

├─ org.carrot2.text.linguistic.snowball.SnowballProgram.class - [JAR]

org.carrot2.mahout.math.buffer

├─ org.carrot2.mahout.math.buffer.DoubleBufferConsumer.class - [JAR]

├─ org.carrot2.mahout.math.buffer.IntBufferConsumer.class - [JAR]

org.carrot2.util.httpclient

├─ org.carrot2.util.httpclient.HttpClientFactory.class - [JAR]

├─ org.carrot2.util.httpclient.HttpHeaders.class - [JAR]

├─ org.carrot2.util.httpclient.HttpRedirectStrategy.class - [JAR]

├─ org.carrot2.util.httpclient.HttpUtils.class - [JAR]

org.carrot2.util.resource

├─ org.carrot2.util.resource.ClassLoaderLocator.class - [JAR]

├─ org.carrot2.util.resource.ClassLoaderResource.class - [JAR]

├─ org.carrot2.util.resource.ClassLocator.class - [JAR]

├─ org.carrot2.util.resource.ClassResource.class - [JAR]

├─ org.carrot2.util.resource.ContextClassLoaderLocator.class - [JAR]

├─ org.carrot2.util.resource.DirLocator.class - [JAR]

├─ org.carrot2.util.resource.FileResource.class - [JAR]

├─ org.carrot2.util.resource.IResource.class - [JAR]

├─ org.carrot2.util.resource.IResourceLocator.class - [JAR]

├─ org.carrot2.util.resource.PrefixDecoratorLocator.class - [JAR]

├─ org.carrot2.util.resource.ResourceCache.class - [JAR]

├─ org.carrot2.util.resource.ResourceLookup.class - [JAR]

├─ org.carrot2.util.resource.ServletContextLocator.class - [JAR]

├─ org.carrot2.util.resource.URLResource.class - [JAR]

├─ org.carrot2.util.resource.URLResourceWithParams.class - [JAR]

org.carrot2.clustering.synthetic

├─ org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithm.class - [JAR]

├─ org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.class - [JAR]

├─ org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithm.class - [JAR]

├─ org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.class - [JAR]

├─ org.carrot2.clustering.synthetic.PassthroughClusteringAlgorithm.class - [JAR]

├─ org.carrot2.clustering.synthetic.PassthroughClusteringAlgorithmDescriptor.class - [JAR]

org.carrot2.clustering.stc

├─ org.carrot2.clustering.stc.ClusterCandidate.class - [JAR]

├─ org.carrot2.clustering.stc.GeneralizedSuffixTree.class - [JAR]

├─ org.carrot2.clustering.stc.STCClusteringAlgorithm.class - [JAR]

├─ org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.class - [JAR]

org.carrot2.util.pool

├─ org.carrot2.util.pool.FixedSizePool.class - [JAR]

├─ org.carrot2.util.pool.IActivationListener.class - [JAR]

├─ org.carrot2.util.pool.IDisposalListener.class - [JAR]

├─ org.carrot2.util.pool.IInstantiationListener.class - [JAR]

├─ org.carrot2.util.pool.IParameterizedPool.class - [JAR]

├─ org.carrot2.util.pool.IPassivationListener.class - [JAR]

├─ org.carrot2.util.pool.SoftUnboundedPool.class - [JAR]

org.carrot2.matrix.factorization.seeding

├─ org.carrot2.matrix.factorization.seeding.ISeedingStrategy.class - [JAR]

├─ org.carrot2.matrix.factorization.seeding.ISeedingStrategyFactory.class - [JAR]

├─ org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategy.class - [JAR]

├─ org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategyFactory.class - [JAR]

├─ org.carrot2.matrix.factorization.seeding.RandomSeedingStrategy.class - [JAR]

├─ org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory.class - [JAR]

org.carrot2.mahout.math.matrix

├─ org.carrot2.mahout.math.matrix.DoubleMatrix1D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.DoubleMatrix2D.class - [JAR]

org.carrot2.text.analysis

├─ org.carrot2.text.analysis.ExtendedWhitespaceTokenizer.class - [JAR]

├─ org.carrot2.text.analysis.ExtendedWhitespaceTokenizerImpl.class - [JAR]

├─ org.carrot2.text.analysis.ITokenizer.class - [JAR]

├─ org.carrot2.text.analysis.TokenTypeUtils.class - [JAR]

org.carrot2.mahout.common

├─ org.carrot2.mahout.common.RandomUtils.class - [JAR]

org.carrot2.util.xsltfilter

├─ org.carrot2.util.xsltfilter.AddHeaderFilter.class - [JAR]

├─ org.carrot2.util.xsltfilter.DeferredOutputStream.class - [JAR]

├─ org.carrot2.util.xsltfilter.IContentTypeListener.class - [JAR]

├─ org.carrot2.util.xsltfilter.TransformingDocumentHandler.class - [JAR]

├─ org.carrot2.util.xsltfilter.XSLTFilter.class - [JAR]

├─ org.carrot2.util.xsltfilter.XSLTFilterConstants.class - [JAR]

├─ org.carrot2.util.xsltfilter.XSLTFilterServletResponse.class - [JAR]

org.carrot2.util.factory

├─ org.carrot2.util.factory.CachedInstanceFactoryDecorator.class - [JAR]

├─ org.carrot2.util.factory.FallbackFactory.class - [JAR]

├─ org.carrot2.util.factory.IFactory.class - [JAR]

├─ org.carrot2.util.factory.NewClassInstanceFactory.class - [JAR]

├─ org.carrot2.util.factory.SingletonFactory.class - [JAR]

org.carrot2.mahout.math.matrix.linalg

├─ org.carrot2.mahout.math.matrix.linalg.EigenvalueDecomposition.class - [JAR]

├─ org.carrot2.mahout.math.matrix.linalg.Property.class - [JAR]

org.carrot2.text.linguistic.lucene

├─ org.carrot2.text.linguistic.lucene.ArabicStemmerAdapter.class - [JAR]

├─ org.carrot2.text.linguistic.lucene.ChineseTokenizerAdapter.class - [JAR]

├─ org.carrot2.text.linguistic.lucene.HindiNormalizer.class - [JAR]

├─ org.carrot2.text.linguistic.lucene.HindiStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.lucene.HindiStemmerAdapter.class - [JAR]

├─ org.carrot2.text.linguistic.lucene.IndicNormalizer.class - [JAR]

├─ org.carrot2.text.linguistic.lucene.StemmerUtil.class - [JAR]

├─ org.carrot2.text.linguistic.lucene.ThaiTokenizerAdapter.class - [JAR]

org.carrot2.mahout.collections

├─ org.carrot2.mahout.collections.Arithmetic.class - [JAR]

├─ org.carrot2.mahout.collections.Constants.class - [JAR]

org.carrot2.mahout.math.matrix.impl

├─ org.carrot2.mahout.math.matrix.impl.AbstractMatrix.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.AbstractMatrix1D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.AbstractMatrix2D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.DelegateDoubleMatrix1D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.DenseDoubleMatrix1D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.DenseDoubleMatrix2D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.SelectedDenseDoubleMatrix1D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.SelectedDenseDoubleMatrix2D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.SelectedSparseDoubleMatrix1D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.SelectedSparseDoubleMatrix2D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.SparseDoubleMatrix1D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.SparseDoubleMatrix2D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.WrapperDoubleMatrix1D.class - [JAR]

├─ org.carrot2.mahout.math.matrix.impl.WrapperDoubleMatrix2D.class - [JAR]

org.carrot2.text.preprocessing

├─ org.carrot2.text.preprocessing.CaseNormalizer.class - [JAR]

├─ org.carrot2.text.preprocessing.CaseNormalizerDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.DocumentAssigner.class - [JAR]

├─ org.carrot2.text.preprocessing.DocumentAssignerDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.LabelFilterProcessor.class - [JAR]

├─ org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.LabelFormatter.class - [JAR]

├─ org.carrot2.text.preprocessing.LabelFormatterDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.LanguageModelStemmer.class - [JAR]

├─ org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.PhraseExtractor.class - [JAR]

├─ org.carrot2.text.preprocessing.PhraseExtractorDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.PreprocessedDocumentScanner.class - [JAR]

├─ org.carrot2.text.preprocessing.PreprocessingContext.class - [JAR]

├─ org.carrot2.text.preprocessing.SparseArray.class - [JAR]

├─ org.carrot2.text.preprocessing.StopListMarker.class - [JAR]

├─ org.carrot2.text.preprocessing.StopListMarkerDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.Substring.class - [JAR]

├─ org.carrot2.text.preprocessing.SubstringComparator.class - [JAR]

├─ org.carrot2.text.preprocessing.SuffixSorter.class - [JAR]

├─ org.carrot2.text.preprocessing.Tokenizer.class - [JAR]

├─ org.carrot2.text.preprocessing.TokenizerDescriptor.class - [JAR]

org.carrot2.matrix

├─ org.carrot2.matrix.MatrixUtils.class - [JAR]

org.carrot2.core

├─ org.carrot2.core.CachingProcessingComponentManager.class - [JAR]

├─ org.carrot2.core.Cluster.class - [JAR]

├─ org.carrot2.core.ComponentInitializationException.class - [JAR]

├─ org.carrot2.core.Controller.class - [JAR]

├─ org.carrot2.core.ControllerContextImpl.class - [JAR]

├─ org.carrot2.core.ControllerContextListenerAdapter.class - [JAR]

├─ org.carrot2.core.ControllerFactory.class - [JAR]

├─ org.carrot2.core.ControllerStatistics.class - [JAR]

├─ org.carrot2.core.ControllerUtils.class - [JAR]

├─ org.carrot2.core.Document.class - [JAR]

├─ org.carrot2.core.DocumentSourceDescriptor.class - [JAR]

├─ org.carrot2.core.ExecutorServiceShutdownListener.class - [JAR]

├─ org.carrot2.core.HttpAuthHub.class - [JAR]

├─ org.carrot2.core.IClusteringAlgorithm.class - [JAR]

├─ org.carrot2.core.IControllerContext.class - [JAR]

├─ org.carrot2.core.IControllerContextListener.class - [JAR]

├─ org.carrot2.core.IDocumentSource.class - [JAR]

├─ org.carrot2.core.IProcessingComponent.class - [JAR]

├─ org.carrot2.core.IProcessingComponentManager.class - [JAR]

├─ org.carrot2.core.LanguageCode.class - [JAR]

├─ org.carrot2.core.Platform.class - [JAR]

├─ org.carrot2.core.PoolingProcessingComponentManager.class - [JAR]

├─ org.carrot2.core.ProcessingComponentBase.class - [JAR]

├─ org.carrot2.core.ProcessingComponentConfiguration.class - [JAR]

├─ org.carrot2.core.ProcessingComponentDescriptor.class - [JAR]

├─ org.carrot2.core.ProcessingComponentSuite.class - [JAR]

├─ org.carrot2.core.ProcessingComponentSuiteInclude.class - [JAR]

├─ org.carrot2.core.ProcessingException.class - [JAR]

├─ org.carrot2.core.ProcessingResult.class - [JAR]

├─ org.carrot2.core.ReferenceEquality.class - [JAR]

├─ org.carrot2.core.SimpleProcessingComponentManager.class - [JAR]

org.carrot2.text.preprocessing.pipeline

├─ org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline.class - [JAR]

├─ org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipeline.class - [JAR]

├─ org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.pipeline.IPreprocessingPipeline.class - [JAR]

org.carrot2.mahout.math.function

├─ org.carrot2.mahout.math.function.ByteComparator.class - [JAR]

├─ org.carrot2.mahout.math.function.CharComparator.class - [JAR]

├─ org.carrot2.mahout.math.function.DoubleComparator.class - [JAR]

├─ org.carrot2.mahout.math.function.DoubleDoubleFunction.class - [JAR]

├─ org.carrot2.mahout.math.function.DoubleFunction.class - [JAR]

├─ org.carrot2.mahout.math.function.DoubleProcedure.class - [JAR]

├─ org.carrot2.mahout.math.function.FloatComparator.class - [JAR]

├─ org.carrot2.mahout.math.function.Functions.class - [JAR]

├─ org.carrot2.mahout.math.function.IntComparator.class - [JAR]

├─ org.carrot2.mahout.math.function.IntDoubleProcedure.class - [JAR]

├─ org.carrot2.mahout.math.function.IntIntDoubleFunction.class - [JAR]

├─ org.carrot2.mahout.math.function.IntProcedure.class - [JAR]

├─ org.carrot2.mahout.math.function.LongComparator.class - [JAR]

├─ org.carrot2.mahout.math.function.Mult.class - [JAR]

├─ org.carrot2.mahout.math.function.PlusMult.class - [JAR]

├─ org.carrot2.mahout.math.function.ShortComparator.class - [JAR]

├─ org.carrot2.mahout.math.function.VectorFunction.class - [JAR]

org.carrot2.mahout.math.list

├─ org.carrot2.mahout.math.list.AbstractDoubleList.class - [JAR]

├─ org.carrot2.mahout.math.list.AbstractIntList.class - [JAR]

├─ org.carrot2.mahout.math.list.AbstractList.class - [JAR]

├─ org.carrot2.mahout.math.list.DoubleArrayList.class - [JAR]

├─ org.carrot2.mahout.math.list.IntArrayList.class - [JAR]

org.carrot2.text.clustering

├─ org.carrot2.text.clustering.IMonolingualClusteringAlgorithm.class - [JAR]

├─ org.carrot2.text.clustering.MultilingualClustering.class - [JAR]

├─ org.carrot2.text.clustering.MultilingualClusteringDescriptor.class - [JAR]

org.carrot2.util.attribute

├─ org.carrot2.util.attribute.AttributeValueSet.class - [JAR]

├─ org.carrot2.util.attribute.AttributeValueSets.class - [JAR]

├─ org.carrot2.util.attribute.DefaultGroups.class - [JAR]

org.carrot2.text.preprocessing.filter

├─ org.carrot2.text.preprocessing.filter.CompleteLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.CompleteLabelFilterBase.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.GenitiveLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.ILabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.LeftCompleteLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.MinLengthLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.NumericLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.QueryLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.RightCompleteLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.SingleLabelFilterBase.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.StopLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.StopWordLabelFilter.class - [JAR]

├─ org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.class - [JAR]

org.carrot2.mahout.math

├─ org.carrot2.mahout.math.AbstractMatrix.class - [JAR]

├─ org.carrot2.mahout.math.AbstractVector.class - [JAR]

├─ org.carrot2.mahout.math.Algebra.class - [JAR]

├─ org.carrot2.mahout.math.Arrays.class - [JAR]

├─ org.carrot2.mahout.math.CardinalityException.class - [JAR]

├─ org.carrot2.mahout.math.DenseMatrix.class - [JAR]

├─ org.carrot2.mahout.math.DenseVector.class - [JAR]

├─ org.carrot2.mahout.math.IndexException.class - [JAR]

├─ org.carrot2.mahout.math.Matrix.class - [JAR]

├─ org.carrot2.mahout.math.MatrixSlice.class - [JAR]

├─ org.carrot2.mahout.math.MatrixVectorView.class - [JAR]

├─ org.carrot2.mahout.math.MatrixView.class - [JAR]

├─ org.carrot2.mahout.math.OrderedIntDoubleMapping.class - [JAR]

├─ org.carrot2.mahout.math.PersistentObject.class - [JAR]

├─ org.carrot2.mahout.math.RandomAccessSparseVector.class - [JAR]

├─ org.carrot2.mahout.math.SequentialAccessSparseVector.class - [JAR]

├─ org.carrot2.mahout.math.SingularValueDecomposition.class - [JAR]

├─ org.carrot2.mahout.math.Sorting.class - [JAR]

├─ org.carrot2.mahout.math.Swapper.class - [JAR]

├─ org.carrot2.mahout.math.Vector.class - [JAR]

├─ org.carrot2.mahout.math.VectorIterable.class - [JAR]

├─ org.carrot2.mahout.math.VectorView.class - [JAR]

org.carrot2.util.simplexml

├─ org.carrot2.util.simplexml.DefaultConstructorSimpleXmlWrapper.class - [JAR]

├─ org.carrot2.util.simplexml.ISimpleXmlWrapper.class - [JAR]

├─ org.carrot2.util.simplexml.ISourceLocationAware.class - [JAR]

├─ org.carrot2.util.simplexml.ListSimpleXmlWrapper.class - [JAR]

├─ org.carrot2.util.simplexml.MapSimpleXmlWrapper.class - [JAR]

├─ org.carrot2.util.simplexml.PersisterHelpers.class - [JAR]

├─ org.carrot2.util.simplexml.SessionInitStrategy.class - [JAR]

├─ org.carrot2.util.simplexml.SimpleXmlWrapperValue.class - [JAR]

├─ org.carrot2.util.simplexml.SimpleXmlWrappers.class - [JAR]

org.carrot2.text.linguistic

├─ org.carrot2.text.linguistic.DefaultLexicalData.class - [JAR]

├─ org.carrot2.text.linguistic.DefaultLexicalDataFactory.class - [JAR]

├─ org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.class - [JAR]

├─ org.carrot2.text.linguistic.DefaultStemmerFactory.class - [JAR]

├─ org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor.class - [JAR]

├─ org.carrot2.text.linguistic.DefaultTokenizerFactory.class - [JAR]

├─ org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor.class - [JAR]

├─ org.carrot2.text.linguistic.ILexicalData.class - [JAR]

├─ org.carrot2.text.linguistic.ILexicalDataFactory.class - [JAR]

├─ org.carrot2.text.linguistic.IStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.IStemmerFactory.class - [JAR]

├─ org.carrot2.text.linguistic.ITokenizerFactory.class - [JAR]

├─ org.carrot2.text.linguistic.IdentityStemmer.class - [JAR]

├─ org.carrot2.text.linguistic.IdentityStemmerFactory.class - [JAR]

├─ org.carrot2.text.linguistic.JapaneseUnsupportedStub.class - [JAR]

├─ org.carrot2.text.linguistic.LanguageModel.class - [JAR]

├─ org.carrot2.text.linguistic.LexicalDataLoader.class - [JAR]

├─ org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.class - [JAR]

├─ org.carrot2.text.linguistic.SnowballStemmerAdapter.class - [JAR]

org.carrot2.mahout.math.map

├─ org.carrot2.mahout.math.map.AbstractIntDoubleMap.class - [JAR]

├─ org.carrot2.mahout.math.map.HashFunctions.class - [JAR]

├─ org.carrot2.mahout.math.map.OpenIntDoubleHashMap.class - [JAR]

├─ org.carrot2.mahout.math.map.PrimeFinder.class - [JAR]

org.carrot2.clustering.lingo

├─ org.carrot2.clustering.lingo.ClusterBuilder.class - [JAR]

├─ org.carrot2.clustering.lingo.ClusterBuilderDescriptor.class - [JAR]

├─ org.carrot2.clustering.lingo.IFeatureScorer.class - [JAR]

├─ org.carrot2.clustering.lingo.ILabelAssigner.class - [JAR]

├─ org.carrot2.clustering.lingo.LingoClusteringAlgorithm.class - [JAR]

├─ org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.class - [JAR]

├─ org.carrot2.clustering.lingo.LingoProcessingContext.class - [JAR]

├─ org.carrot2.clustering.lingo.SimpleLabelAssigner.class - [JAR]

├─ org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor.class - [JAR]

├─ org.carrot2.clustering.lingo.UniqueLabelAssigner.class - [JAR]

├─ org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor.class - [JAR]

org.carrot2.core.attribute

├─ org.carrot2.core.attribute.AttributeNames.class - [JAR]

├─ org.carrot2.core.attribute.CommonAttributes.class - [JAR]

├─ org.carrot2.core.attribute.CommonAttributesDescriptor.class - [JAR]

├─ org.carrot2.core.attribute.Init.class - [JAR]

├─ org.carrot2.core.attribute.Internal.class - [JAR]

├─ org.carrot2.core.attribute.InternalAttributePredicate.class - [JAR]

├─ org.carrot2.core.attribute.Processing.class - [JAR]

org.carrot2.util.annotations

├─ org.carrot2.util.annotations.AspectModified.class - [JAR]

├─ org.carrot2.util.annotations.Immutable.class - [JAR]

├─ org.carrot2.util.annotations.ThreadSafe.class - [JAR]

org.carrot2.mahout.math.set

├─ org.carrot2.mahout.math.set.AbstractSet.class - [JAR]

Advertisement

Dependencies from Group

Dec 04, 2021
38 usages
176 stars
Dec 04, 2021
33 usages
Dec 04, 2021
22 usages
176 stars
May 08, 2023
11 usages
732 stars
Feb 20, 2020
8 usages

Discover Dependencies

Aug 07, 2023
6 usages
3.3k stars
Aug 07, 2023
3.3k stars
Dec 15, 2021
972 stars
Sep 24, 2016
808 stars
May 06, 2016
4 usages
Jun 08, 2015
0 stars
Jul 08, 2022
3 usages
3k stars
Sep 27, 2016
1 usages
10 stars
Aug 23, 2023
5 usages