Hierarchy For All Packages
Package Hierarchies:- org.carrot2.attrs,
- org.carrot2.clustering,
- org.carrot2.clustering.kmeans,
- org.carrot2.clustering.lingo,
- org.carrot2.clustering.stc,
- org.carrot2.language,
- org.carrot2.math,
- org.carrot2.math.matrix,
- org.carrot2.text.preprocessing,
- org.carrot2.text.preprocessing.filter,
- org.carrot2.text.suffixtree,
- org.carrot2.text.vsm,
- org.carrot2.util
Class Hierarchy
- java.lang.Object
- org.carrot2.attrs.AliasMapper (implements org.carrot2.attrs.ClassNameMapper)
- org.carrot2.attrs.AliasMapper.Alias<T>
- org.carrot2.attrs.Attr<T> (implements org.carrot2.attrs.AttrMetadata)
- org.carrot2.attrs.AttrBoolean
- org.carrot2.attrs.AttrDouble
- org.carrot2.attrs.AttrEnum<T>
- org.carrot2.attrs.AttrInteger
- org.carrot2.attrs.AttrObject<T>
- org.carrot2.attrs.AttrObjectArray<T>
- org.carrot2.attrs.AttrString
- org.carrot2.attrs.AttrStringArray
- org.carrot2.attrs.Attr.BuilderScaffold<T>
- org.carrot2.attrs.AttrBoolean.Builder
- org.carrot2.attrs.AttrDouble.Builder
- org.carrot2.attrs.AttrEnum.Builder<T>
- org.carrot2.attrs.AttrInteger.Builder
- org.carrot2.attrs.AttrObject.Builder<T>
- org.carrot2.attrs.AttrObjectArray.Builder<T>
- org.carrot2.attrs.AttrString.Builder
- org.carrot2.attrs.AttrStringArray.Builder
- org.carrot2.attrs.AttrComposite (implements org.carrot2.attrs.AcceptingVisitor)
- org.carrot2.text.preprocessing.BasicPreprocessingPipeline (implements org.carrot2.text.preprocessing.ContextPreprocessor)
- org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm (implements org.carrot2.clustering.ClusteringAlgorithm)
- org.carrot2.clustering.lingo.ClusterBuilder
- org.carrot2.text.preprocessing.filter.CompleteLabelFilter (implements org.carrot2.text.preprocessing.filter.LabelFilter)
- org.carrot2.text.preprocessing.CompletePreprocessingPipeline (implements org.carrot2.text.preprocessing.ContextPreprocessor)
- org.carrot2.text.preprocessing.DocumentAssigner
- org.carrot2.math.matrix.IterativeMatrixFactorizationFactory (implements org.carrot2.math.matrix.MatrixFactorizationFactory)
- org.carrot2.math.matrix.KMeansMatrixFactorizationFactory
- org.carrot2.math.matrix.LocalNonnegativeMatrixFactorizationFactory
- org.carrot2.math.matrix.NonnegativeMatrixFactorizationEDFactory
- org.carrot2.math.matrix.NonnegativeMatrixFactorizationKLFactory
- org.carrot2.text.preprocessing.LabelFilterProcessor
- org.carrot2.text.vsm.LinearTfIdfTermWeighting (implements org.carrot2.text.vsm.TermWeighting)
- org.carrot2.clustering.lingo.LingoClusteringAlgorithm (implements org.carrot2.clustering.ClusteringAlgorithm)
- org.carrot2.text.vsm.LogTfIdfTermWeighting (implements org.carrot2.text.vsm.TermWeighting)
- org.carrot2.math.matrix.PartialSingularValueDecompositionFactory (implements org.carrot2.math.matrix.MatrixFactorizationFactory)
- org.carrot2.clustering.lingo.SimpleLabelAssigner (implements org.carrot2.clustering.lingo.LabelAssigner)
- org.carrot2.text.preprocessing.filter.SingleLabelFilterBase (implements org.carrot2.text.preprocessing.filter.LabelFilter)
- org.carrot2.text.preprocessing.filter.GenitiveLabelFilter
- org.carrot2.text.preprocessing.filter.MinLengthLabelFilter
- org.carrot2.text.preprocessing.filter.NumericLabelFilter
- org.carrot2.text.preprocessing.filter.QueryLabelFilter
- org.carrot2.text.preprocessing.filter.StopLabelFilter
- org.carrot2.text.preprocessing.filter.StopWordLabelFilter
- org.carrot2.clustering.stc.STCClusteringAlgorithm (implements org.carrot2.clustering.ClusteringAlgorithm)
- org.carrot2.text.vsm.TermDocumentMatrixBuilder
- org.carrot2.text.vsm.TermDocumentMatrixReducer
- org.carrot2.text.vsm.TfTermWeighting (implements org.carrot2.text.vsm.TermWeighting)
- org.carrot2.clustering.lingo.UniqueLabelAssigner (implements org.carrot2.clustering.lingo.LabelAssigner)
- org.carrot2.attrs.AttrGroup
- org.carrot2.attrs.Attrs
- org.carrot2.clustering.kmeans.BisectingKMeansProvider (implements org.carrot2.clustering.ClusteringAlgorithmProvider)
- org.carrot2.text.suffixtree.CharacterSequence (implements org.carrot2.text.suffixtree.Sequence)
- org.carrot2.util.CharArrayComparators
- org.carrot2.util.CharArrayUtils
- org.carrot2.util.CharSequenceUtils
- org.carrot2.clustering.ClassNameAliases (implements org.carrot2.attrs.AliasMapperFactory)
- org.carrot2.util.ClassRelativeResourceLookup (implements org.carrot2.util.ResourceLookup)
- org.carrot2.clustering.Cluster<T>
- org.carrot2.attrs.Constraint<T>
- org.carrot2.language.DefaultLanguageComponentsProvider (implements org.carrot2.language.LanguageComponentsProvider)
- org.carrot2.util.ExceptionUtils
- org.carrot2.util.ExecutorServiceUtils
- org.carrot2.language.ExtendedWhitespaceTokenizer (implements org.carrot2.language.Tokenizer)
- org.carrot2.util.GraphUtils
- org.carrot2.util.IntArrayPredicateIterator (implements java.util.Iterator<E>)
- org.carrot2.text.suffixtree.IntegerSequence (implements org.carrot2.text.suffixtree.Sequence)
- org.carrot2.util.IntMapUtils
- org.carrot2.attrs.JvmNameMapper (implements org.carrot2.attrs.ClassNameMapper)
- org.carrot2.math.matrix.KMeansMatrixFactorization
- org.carrot2.math.matrix.KMeansSeedingStrategy (implements org.carrot2.math.matrix.SeedingStrategy)
- org.carrot2.math.matrix.KMeansSeedingStrategyFactory (implements org.carrot2.math.matrix.SeedingStrategyFactory)
- org.carrot2.text.preprocessing.LabelFormatterImpl (implements org.carrot2.text.preprocessing.LabelFormatter)
- org.carrot2.language.LanguageComponents
- org.carrot2.language.LanguageComponentsProviderImpl (implements org.carrot2.language.LanguageComponentsProvider)
- org.carrot2.language.LexicalDataImpl (implements org.carrot2.language.LexicalData)
- org.carrot2.math.LinearApproximation
- org.carrot2.clustering.lingo.LingoProcessingContext
- org.carrot2.clustering.lingo.LingoProvider (implements org.carrot2.clustering.ClusteringAlgorithmProvider)
- org.carrot2.util.ListUtils
- org.carrot2.math.matrix.LocalNonnegativeMatrixFactorization
- org.carrot2.util.MapUtils
- org.carrot2.math.MathUtils
- org.carrot2.math.matrix.MatrixUtils
- org.carrot2.util.MutableCharArray (implements java.lang.CharSequence, java.lang.Cloneable)
- org.carrot2.util.MutableCharArrayUtils
- org.carrot2.math.matrix.NonnegativeMatrixFactorizationED
- org.carrot2.math.matrix.NonnegativeMatrixFactorizationKL
- org.carrot2.util.ObjectUtils
- org.carrot2.util.Pair<I,J>
- org.carrot2.math.matrix.PartialSingularValueDecomposition (implements org.carrot2.math.matrix.MatrixFactorization)
- org.carrot2.text.preprocessing.PhraseExtractor
- org.carrot2.text.preprocessing.PreprocessedDocumentScanner
- org.carrot2.text.preprocessing.PreprocessingContext (implements java.io.Closeable)
- org.carrot2.text.preprocessing.PreprocessingContext.AllFields
- org.carrot2.text.preprocessing.PreprocessingContext.AllLabels
- org.carrot2.text.preprocessing.PreprocessingContext.AllPhrases
- org.carrot2.text.preprocessing.PreprocessingContext.AllStems
- org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
- org.carrot2.text.preprocessing.PreprocessingContext.AllWords
- org.carrot2.util.PriorityQueue<T>
- org.carrot2.math.matrix.RandomSeedingStrategy (implements org.carrot2.math.matrix.SeedingStrategy)
- org.carrot2.math.matrix.RandomSeedingStrategyFactory (implements org.carrot2.math.matrix.SeedingStrategyFactory)
- org.carrot2.util.RangeUtils
- org.carrot2.text.vsm.ReducedVectorSpaceModelContext
- org.carrot2.util.ReflectionUtils
- org.carrot2.util.RollingWindowAverage
- org.carrot2.clustering.SharedInfrastructure
- org.carrot2.language.SnowballStemmerAdapter (implements org.carrot2.language.Stemmer)
- org.carrot2.text.preprocessing.SparseArray
- org.carrot2.clustering.stc.STCProvider (implements org.carrot2.clustering.ClusteringAlgorithmProvider)
- org.carrot2.util.StringUtils
- org.carrot2.text.suffixtree.SuffixTree
- org.carrot2.text.suffixtree.SuffixTree.VisitorAdapter (implements org.carrot2.text.suffixtree.SuffixTree.IVisitor)
- org.carrot2.text.suffixtree.SuffixTreeBuilder
- org.carrot2.util.TabularOutput
- org.carrot2.util.TabularOutput.Builder
- org.carrot2.util.TabularOutput.ColumnSpec
- org.carrot2.language.TokenTypeUtils
- org.carrot2.text.vsm.VectorSpaceModelContext
Interface Hierarchy
- org.carrot2.attrs.AcceptingVisitor
- org.carrot2.clustering.ClusteringAlgorithm
- org.carrot2.clustering.lingo.LabelAssigner
- org.carrot2.math.matrix.MatrixFactorizationFactory
- org.carrot2.text.vsm.TermWeighting
- org.carrot2.attrs.AliasMapperFactory
- org.carrot2.attrs.AttrMetadata
- org.carrot2.attrs.AttrVisitor
- org.carrot2.attrs.ClassNameMapper
- org.carrot2.language.ComponentLoader
- org.carrot2.text.preprocessing.ContextPreprocessor
- org.carrot2.clustering.Document
- org.carrot2.clustering.lingo.FeatureScorer
- org.carrot2.util.GraphUtils.IArcPredicate
- org.carrot2.text.preprocessing.filter.LabelFilter
- org.carrot2.text.preprocessing.LabelFormatter
- org.carrot2.language.LanguageComponentsProvider
- org.carrot2.language.LexicalData
- org.carrot2.math.matrix.MatrixFactorization
- org.carrot2.math.matrix.IterativeMatrixFactorization
- org.carrot2.util.ResourceLookup
- org.carrot2.math.matrix.SeedingStrategy
- org.carrot2.math.matrix.SeedingStrategyFactory
- org.carrot2.text.suffixtree.Sequence
- org.carrot2.language.Stemmer
- org.carrot2.text.suffixtree.SuffixTree.IProgressCallback
- org.carrot2.text.suffixtree.SuffixTree.IStateCallback
- org.carrot2.text.suffixtree.SuffixTree.IVisitor
- java.util.function.Supplier<T>
- org.carrot2.clustering.ClusteringAlgorithmProvider
- org.carrot2.language.Tokenizer
Annotation Type Hierarchy
- org.carrot2.util.SuppressForbidden (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.carrot2.math.matrix.FactorizationQuality
- org.carrot2.util.TabularOutput.Alignment
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)