jar

org.carrot2 : carrot2-core

Maven & Gradle

May 08, 2023
11 usages
732 stars

Carrot2 (core) · Carrot2 Text Clustering Library

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
4.5.x
4.4.x
4.3.x
4.2.x
4.1.x
4.0.x
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-core-4.5.1.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.ChainedResourceLookup.class - [JAR]

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

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

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

├─ org.carrot2.util.ClassRelativeResourceLookup.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.ListUtils.class - [JAR]

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

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

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

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

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

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

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

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

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

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

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

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

org.carrot2.attrs

├─ org.carrot2.attrs.AcceptingVisitor.class - [JAR]

├─ org.carrot2.attrs.AliasMapper.class - [JAR]

├─ org.carrot2.attrs.AliasMapperFactory.class - [JAR]

├─ org.carrot2.attrs.Attr.class - [JAR]

├─ org.carrot2.attrs.AttrBoolean.class - [JAR]

├─ org.carrot2.attrs.AttrComposite.class - [JAR]

├─ org.carrot2.attrs.AttrDouble.class - [JAR]

├─ org.carrot2.attrs.AttrEnum.class - [JAR]

├─ org.carrot2.attrs.AttrGroup.class - [JAR]

├─ org.carrot2.attrs.AttrInteger.class - [JAR]

├─ org.carrot2.attrs.AttrMetadata.class - [JAR]

├─ org.carrot2.attrs.AttrObject.class - [JAR]

├─ org.carrot2.attrs.AttrObjectArray.class - [JAR]

├─ org.carrot2.attrs.AttrString.class - [JAR]

├─ org.carrot2.attrs.AttrStringArray.class - [JAR]

├─ org.carrot2.attrs.AttrVisitor.class - [JAR]

├─ org.carrot2.attrs.Attrs.class - [JAR]

├─ org.carrot2.attrs.ClassNameMapper.class - [JAR]

├─ org.carrot2.attrs.Constraint.class - [JAR]

├─ org.carrot2.attrs.JvmNameMapper.class - [JAR]

org.carrot2.clustering.kmeans

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

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

org.carrot2.internal.clustering

├─ org.carrot2.internal.clustering.ClusteringAlgorithmUtilities.class - [JAR]

org.carrot2.math.mahout.function

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

org.carrot2.math.mahout.matrix.impl

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

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

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

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

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

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

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

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

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

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

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

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

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

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

org.carrot2.text.suffixtree

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

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

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

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

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

org.carrot2.math.mahout.list

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

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

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

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

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

org.carrot2.math.matrix

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

org.carrot2.text.vsm

├─ 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.TermDocumentMatrixReducer.class - [JAR]

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

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

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

org.carrot2.math.mahout.matrix.linalg

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

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

org.carrot2.internal.nanojson

├─ org.carrot2.internal.nanojson.JsonAppendableWriter.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonArray.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonBuilder.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonLazyNumber.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonObject.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonParser.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonParserException.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonReader.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonSink.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonStringWriter.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonTokener.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonWriter.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonWriterBase.class - [JAR]

├─ org.carrot2.internal.nanojson.JsonWriterException.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.STCProvider.class - [JAR]

org.carrot2.math

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

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

org.carrot2.math.mahout

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

org.carrot2.clustering

├─ org.carrot2.clustering.ClassNameAliases.class - [JAR]

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

├─ org.carrot2.clustering.ClusteringAlgorithm.class - [JAR]

├─ org.carrot2.clustering.ClusteringAlgorithmProvider.class - [JAR]

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

├─ org.carrot2.clustering.SharedInfrastructure.class - [JAR]

org.carrot2.math.mahout.map

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

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

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

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

org.carrot2.math.mahout.buffer

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

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

org.carrot2.text.preprocessing

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

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

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

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

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

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

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

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

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

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

├─ org.carrot2.text.preprocessing.PhraseExtractor.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.Substring.class - [JAR]

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

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

org.carrot2.language

├─ org.carrot2.language.DefaultDictionaryImpl.class - [JAR]

├─ org.carrot2.language.DefaultLabelFormatterProvider.class - [JAR]

├─ org.carrot2.language.DefaultLexicalDataProvider.class - [JAR]

├─ org.carrot2.language.DefaultStemmersProvider.class - [JAR]

├─ org.carrot2.language.DefaultTokenizersProvider.class - [JAR]

├─ org.carrot2.language.EphemeralDictionaries.class - [JAR]

├─ org.carrot2.language.ExtendedWhitespaceTokenizer.class - [JAR]

├─ org.carrot2.language.ExtendedWhitespaceTokenizerImpl.class - [JAR]

├─ org.carrot2.language.GlobDictionary.class - [JAR]

├─ org.carrot2.language.LabelFilter.class - [JAR]

├─ org.carrot2.language.LabelFilterDictionary.class - [JAR]

├─ org.carrot2.language.LanguageComponents.class - [JAR]

├─ org.carrot2.language.LanguageComponentsLoader.class - [JAR]

├─ org.carrot2.language.LanguageComponentsProvider.class - [JAR]

├─ org.carrot2.language.LoadedLanguages.class - [JAR]

├─ org.carrot2.language.SingleLanguageComponentsProviderImpl.class - [JAR]

├─ org.carrot2.language.SnowballStemmerAdapter.class - [JAR]

├─ org.carrot2.language.Stemmer.class - [JAR]

├─ org.carrot2.language.StopwordFilter.class - [JAR]

├─ org.carrot2.language.StopwordFilterDictionary.class - [JAR]

├─ org.carrot2.language.TokenTypeUtils.class - [JAR]

├─ org.carrot2.language.Tokenizer.class - [JAR]

org.carrot2.math.mahout.set

├─ org.carrot2.math.mahout.set.AbstractSet.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.ContextLabelFilter.class - [JAR]

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

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

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

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

├─ org.carrot2.text.preprocessing.filter.QueryLabelFilter.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.StopWordLabelFilter.class - [JAR]

org.carrot2.language.snowball

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

├─ org.carrot2.language.snowball.DanishStemmer.class - [JAR]

├─ org.carrot2.language.snowball.DutchStemmer.class - [JAR]

├─ org.carrot2.language.snowball.EnglishStemmer.class - [JAR]

├─ org.carrot2.language.snowball.FinnishStemmer.class - [JAR]

├─ org.carrot2.language.snowball.FrenchStemmer.class - [JAR]

├─ org.carrot2.language.snowball.GermanStemmer.class - [JAR]

├─ org.carrot2.language.snowball.HungarianStemmer.class - [JAR]

├─ org.carrot2.language.snowball.ItalianStemmer.class - [JAR]

├─ org.carrot2.language.snowball.NorwegianStemmer.class - [JAR]

├─ org.carrot2.language.snowball.PortugueseStemmer.class - [JAR]

├─ org.carrot2.language.snowball.RomanianStemmer.class - [JAR]

├─ org.carrot2.language.snowball.RussianStemmer.class - [JAR]

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

├─ org.carrot2.language.snowball.SpanishStemmer.class - [JAR]

├─ org.carrot2.language.snowball.SwedishStemmer.class - [JAR]

├─ org.carrot2.language.snowball.TurkishStemmer.class - [JAR]

org.carrot2.clustering.lingo

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

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

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

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

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

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

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

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

org.carrot2.math.mahout.matrix

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

├─ org.carrot2.math.mahout.matrix.DoubleMatrix2D.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

Feb 20, 2020
Aug 07, 2023
17 usages
3.3k stars
Aug 07, 2023
24 usages
3.3k stars
Aug 07, 2023
39 usages
3.3k stars
Aug 07, 2023
34 usages
3.4k stars
Aug 07, 2023
21 usages
3.3k stars
Aug 07, 2023
180 usages
3.3k stars
Dec 15, 2021
104 usages
972 stars
Aug 23, 2023
54 usages