A B C D E F G H I J K L M N O P Q R S T U V W X

A

acceptPhrase(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilter
 
acceptPhrase(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilter
 
acceptPhrase(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilter
 
acceptPhrase(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilter
 
acceptPhrase(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.SingleLabelFilterBase
Should return true if the phrase located at phraseIndex is to be accepted, false otherwise.
acceptPhrase(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilter
 
acceptPhrase(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilter
 
acceptWord(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilter
 
acceptWord(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilter
 
acceptWord(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilter
 
acceptWord(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilter
 
acceptWord(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.SingleLabelFilterBase
Should return true if the word located at wordIndex is to be accepted, false otherwise.
acceptWord(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilter
 
acceptWord(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilter
 
activate(T, P) - Method in interface org.carrot2.util.pool.IActivationListener
Called before object is handed in to the caller of IParameterizedPool.borrowObject(Class, Object).
add(T) - Method in class org.carrot2.util.PriorityQueue
Adds an Object to a PriorityQueue in log(size) time.
add(long, long) - Method in class org.carrot2.util.RollingWindowAverage
Adds a new entry.
addAllFromFlattened(IntIntOpenHashMap, int[]) - Static method in class org.carrot2.util.IntMapUtils
Adds all entries from a flat [] array to the provided map.
addAttributeValueSet(String, AttributeValueSet) - Method in class org.carrot2.util.attribute.AttributeValueSets
Adds an AttributeValueSet to this collection.
addAttributeValueSet(String, AttributeValueSet, String, String) - Method in class org.carrot2.util.attribute.AttributeValueSets
Adds an AttributeValueSet to this collection replacing its label and description.
addColumn(String) - Method in class org.carrot2.text.util.Tabular
Adds a column to the tabular's layout.
addDocuments(Document...) - Method in class org.carrot2.core.Cluster
Adds document to this cluster.
addDocuments(Iterable<Document>) - Method in class org.carrot2.core.Cluster
Adds document to this cluster.
addIfNotEmpty(ArrayList<NameValuePair>, String, Object) - Method in class org.carrot2.source.microsoft.Bing2DocumentSource
Add a parameter if argument is not an empty string.
addListener(IControllerContextListener) - Method in interface org.carrot2.core.IControllerContext
Adds a IControllerContextListener to this context.
addPhrases(String...) - Method in class org.carrot2.core.Cluster
Adds phrases to the description of this cluster.
addPhrases(Iterable<String>) - Method in class org.carrot2.core.Cluster
Adds phrases to the description of this cluster.
addSerializationListener(Document.IDocumentSerializationListener) - Method in class org.carrot2.core.Document
Adds a serialization listener to this document.
addSubclusters(Cluster...) - Method in class org.carrot2.core.Cluster
Adds subclusters to this cluster
addSubclusters(Iterable<Cluster>) - Method in class org.carrot2.core.Cluster
Adds subclusters to this cluster
addTemplate(String, Templates) - Method in class org.carrot2.util.xslt.TemplatesPool
Add a new template to the pool.
addWrapper(Class<T>, Class<? extends ISimpleXmlWrapper<? super T>>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Registers a new ISimpleXmlWrapper.
addWrapper(Class<T>, Class<? extends ISimpleXmlWrapper<? super T>>, boolean) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Registers a new ISimpleXmlWrapper.
adult - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource
Adult search restriction (porn filter).
adult(AdultOption) - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.AttributeBuilder
Adult search restriction (porn filter).
adult(Class<? extends AdultOption>) - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.AttributeBuilder
Adult search restriction (porn filter).
adult - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Attributes
 
ADULT - Static variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Keys
Attribute key for: Bing2DocumentSource.adult.
AdultOption - Enum in org.carrot2.source.microsoft
Safe search modes for Bing API.
afterFetch(SearchEngineResponse) - Method in class org.carrot2.source.etools.EToolsDocumentSource
 
afterFetch(SearchEngineResponse) - Method in class org.carrot2.source.google.GoogleDesktopDocumentSource
 
afterFetch(SearchEngineResponse) - Method in class org.carrot2.source.google.GoogleDocumentSource
 
afterFetch(SearchEngineResponse) - Method in class org.carrot2.source.pubmed.PubMedDocumentSource
 
afterFetch(SearchEngineResponse) - Method in class org.carrot2.source.SearchEngineBase
Called after a single search engine response has been fetched.
afterProcessing() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Memory cleanups.
afterProcessing() - Method in interface org.carrot2.core.IProcessingComponent
Invoked after the processing has finished, no matter whether an exception has been thrown or not.
afterProcessing() - Method in class org.carrot2.core.ProcessingComponentBase
 
algorithmTimeAverageInWindow - Variable in class org.carrot2.core.ControllerStatistics
Average clustering time measured within the ControllerStatistics.algorithmTimeWindowSize.
algorithmTimeMeasurementsInWindow - Variable in class org.carrot2.core.ControllerStatistics
Number of algorithm time measurements within the ControllerStatistics.algorithmTimeWindowSize.
algorithmTimeWindowSize - Variable in class org.carrot2.core.ControllerStatistics
Clustering average time measurement window, in milliseconds.
align(String, int) - Method in enum org.carrot2.text.util.Tabular.Alignment
 
allFields - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
Information about all fields processed for the input PreprocessingContext.documents.
allLabels - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
Information about words and phrases that might be good cluster label candidates.
allPhrases - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
Information about all frequently appearing sequences of words found in the input PreprocessingContext.documents.
allStems - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
Information about all unique stems found in the input PreprocessingContext.documents.
allTokens - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
Information about all tokens of the input PreprocessingContext.documents.
allWords - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
Information about all unique words found in the input PreprocessingContext.documents.
AmbientDocumentSource - Class in org.carrot2.source.ambient
Serves documents from the Ambient test set.
AmbientDocumentSource() - Constructor for class org.carrot2.source.ambient.AmbientDocumentSource
 
AmbientDocumentSource.AmbientTopic - Enum in org.carrot2.source.ambient
All available Ambient topics.
AmbientDocumentSourceDescriptor - Class in org.carrot2.source.ambient
Metadata and attributes of the AmbientDocumentSource component.
AmbientDocumentSourceDescriptor() - Constructor for class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
AmbientDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.ambient
Attribute map builder for the AmbientDocumentSource component.
AmbientDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
AmbientDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.ambient
All attributes of the AmbientDocumentSource component.
AmbientDocumentSourceDescriptor.Keys - Class in org.carrot2.source.ambient
Constants for all attribute keys of the AmbientDocumentSource component.
AmbientDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.Keys
 
analyzer - Variable in class org.carrot2.source.lucene.LuceneDocumentSource
Analyzer used at indexing time.
analyzer(Analyzer) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
Analyzer used at indexing time.
analyzer(Class<? extends Analyzer>) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
Analyzer used at indexing time.
analyzer - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
 
ANALYZER - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
Attribute key for: LuceneDocumentSource.analyzer.
annotation - Variable in class org.carrot2.util.attribute.constraint.Constraint
Annotation corresponding to this constraint
annotations - Variable in exception org.carrot2.util.attribute.constraint.ConstraintViolationException
Constraints that were not met by the ConstraintViolationException.offendingValue.
AnnotationsPredicate - Class in org.carrot2.util.attribute
A predicate that tests the presence of a given set of annotations on an AttributeDescriptor.
AnnotationsPredicate(boolean, Class<? extends Annotation>...) - Constructor for class org.carrot2.util.attribute.AnnotationsPredicate
 
API_KEY - Static variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Keys
Attribute key for: GoogleDocumentSource.apiKey.
apiKey - Variable in class org.carrot2.source.google.GoogleDocumentSource
Google API Key.
apiKey(String) - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.AttributeBuilder
Google API Key.
apiKey - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Attributes
 
appendOtherTopics(List<Document>, List<Cluster>) - Static method in class org.carrot2.core.Cluster
If there are unclustered documents, appends the "Other Topics" group to the clusters.
appendOtherTopics(List<Document>, List<Cluster>, String) - Static method in class org.carrot2.core.Cluster
If there are unclustered documents, appends the "Other Topics" group to the clusters.
appendSourceParams(ArrayList<NameValuePair>) - Method in class org.carrot2.source.microsoft.Bing2DocumentSource
Append any source-specific parameters.
appendSourceParams(ArrayList<NameValuePair>) - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSource
 
appendSourceParams(ArrayList<NameValuePair>) - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSource
 
appendSourceParams(ArrayList<NameValuePair>) - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSource
 
appid - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource
Microsoft-assigned application ID for querying the API.
appid(String) - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.AttributeBuilder
Microsoft-assigned application ID for querying the API.
appid - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Attributes
 
APPID - Static variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Keys
Attribute key for: Bing2DocumentSource.appid.
apply(AttributeDescriptor) - Method in class org.carrot2.core.attribute.InternalAttributePredicate
 
apply(Document) - Method in class org.carrot2.core.Document.DocumentToId
 
apply(ProcessingComponentDescriptor) - Method in class org.carrot2.core.ProcessingComponentDescriptor.ProcessingComponentDescriptorToId
 
apply(AttributeDescriptor) - Method in class org.carrot2.util.attribute.AnnotationsPredicate
 
apply(Field) - Method in class org.carrot2.util.attribute.AttributeBinder.AllAnnotationsPresentPredicate
 
apply(AttributeDescriptor) - Method in class org.carrot2.util.attribute.AttributeDescriptor.AttributeDescriptorToKey
 
apply(AttributeDescriptor) - Method in class org.carrot2.util.attribute.LevelsPredicate
 
ArabicStemmerAdapter - Class in org.carrot2.text.linguistic.lucene
Adapter to lucene-contrib Arabic analyzers.
ArabicStemmerAdapter() - Constructor for class org.carrot2.text.linguistic.lucene.ArabicStemmerAdapter
 
arithmeticMean(double, double, double, double) - Static method in class org.carrot2.util.MathUtils
Returns the arithmetic mean of v1 and v2, weighting them by w1 and w2, respectively.
asArray(Collection<Integer>) - Static method in class org.carrot2.util.ListUtils
 
asArrayList(Collection<E>) - Static method in class org.carrot2.util.ListUtils
 
asHashMap(Map<K, V>) - Static method in class org.carrot2.util.MapUtils
 
asHashSet(Set<E>) - Static method in class org.carrot2.util.SetUtils
 
AspectModified - Annotation Type in org.carrot2.util.annotations
Marker interface for applying to code elements that are modified using aspects to facilitate tracking.
assertThat(BigDecimal) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(boolean) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Boolean) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(boolean[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(BufferedImage) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(byte) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Byte) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(byte[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(char) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Character) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(char[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Collection<?>) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(List<?>) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(double) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Double) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(double[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(File) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(float) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Float) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(float[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(int) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Integer) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(int[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Iterable<?>) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Iterator<?>) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(long) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Long) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(long[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Map<?, ?>) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Object) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Object[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(short) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Short) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(short[]) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(String) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(T) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assertThat(Throwable) - Static method in class org.carrot2.util.tests.CarrotTestCase
 
assign(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.DocumentAssigner
Assigns document to label candidates.
assignClusterIds(Collection<Cluster>) - Static method in class org.carrot2.core.Cluster
Assigns sequential identifiers to the provided clusters (and their sub-clusters).
assignDocumentIds(Collection<Document>) - Static method in class org.carrot2.core.Document
Assigns sequential identifiers to the provided documents.
assignLabels(LingoProcessingContext, DoubleMatrix2D, IntIntOpenHashMap, DoubleMatrix2D) - Method in interface org.carrot2.clustering.lingo.ILabelAssigner
Assigns labels to base vectors found by the matrix factorization.
assignLabels(LingoProcessingContext, DoubleMatrix2D, IntIntOpenHashMap, DoubleMatrix2D) - Method in class org.carrot2.clustering.lingo.SimpleLabelAssigner
 
assignLabels(LingoProcessingContext, DoubleMatrix2D, IntIntOpenHashMap, DoubleMatrix2D) - Method in class org.carrot2.clustering.lingo.UniqueLabelAssigner
 
attach(String) - Static method in class org.carrot2.log4j.BufferingAppender
 
attachToRootLogger() - Static method in class org.carrot2.log4j.BufferingAppender
Creates a new buffering appender and attaches it to the root logger.
Attribute - Annotation Type in org.carrot2.util.attribute
Denotes fields whose values should be bound (set or collected) by AttributeBinder.
AttributeBinder - Class in org.carrot2.util.attribute
Provides methods for binding (setting and getting) values of attributes defined by the Attribute annotation.
AttributeBinder() - Constructor for class org.carrot2.util.attribute.AttributeBinder
 
AttributeBinder.AllAnnotationsPresentPredicate - Class in org.carrot2.util.attribute
A predicate that evaluates to true if the attribute is annotated with all of the provided annotations.
AttributeBinder.AllAnnotationsPresentPredicate(Class<? extends Annotation>...) - Constructor for class org.carrot2.util.attribute.AttributeBinder.AllAnnotationsPresentPredicate
 
AttributeBinder.AttributeBinderActionBind - Class in org.carrot2.util.attribute
An action that binds all Input attributes.
AttributeBinder.AttributeBinderActionBind(Map<String, Object>, boolean, AttributeBinder.IAttributeTransformer...) - Constructor for class org.carrot2.util.attribute.AttributeBinder.AttributeBinderActionBind
 
AttributeBinder.AttributeBinderActionCollect - Class in org.carrot2.util.attribute
An action that binds all Output attributes.
AttributeBinder.AttributeBinderActionCollect(Map<String, Object>, AttributeBinder.IAttributeTransformer...) - Constructor for class org.carrot2.util.attribute.AttributeBinder.AttributeBinderActionCollect
 
AttributeBinder.AttributeTransformerFromString - Class in org.carrot2.util.attribute
Transforms String attribute values to the types required by the target field by: Leaving non-String typed values unchanged. Looking for a static valueOf(String) in the target type and using it for conversion. If the method is not available, trying to load a class named as the value of the attribute, so that this class can be further coerced to the class instance. If the class cannot be loaded, leaving the the value unchanged.
AttributeBinder.BindingTracker - Class in org.carrot2.util.attribute
Tracks which attributes have already been collected and prevents overwriting of collected values.
AttributeBinder.BindingTracker() - Constructor for class org.carrot2.util.attribute.AttributeBinder.BindingTracker
 
AttributeBinder.IAttributeBinderAction - Interface in org.carrot2.util.attribute
An action to be applied during attribute binding.
AttributeBinder.IAttributeTransformer - Interface in org.carrot2.util.attribute
Transforms attribute values.
AttributeBinderInjector - Class in org.carrot2.util.attribute
A very simple field value injector based on the AttributeBinder.
AttributeBinderInjector() - Constructor for class org.carrot2.util.attribute.AttributeBinderInjector
 
AttributeBindingException - Exception in org.carrot2.util.attribute
An exception thrown when problems occur in AttributeBinder.set(Object, java.util.Map, Class...).
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.core.attribute.CommonAttributesDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.MultipageSearchEngineDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.SearchEngineBaseDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.SearchEngineStatsDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.SimpleSearchEngineDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.TokenizerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.preprocessing.TokenizerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
Creates an attribute map builder for the component.
attributeBuilder(Map<String, Object>) - Static method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
Creates an attribute map builder for the component.
AttributeDescriptor - Class in org.carrot2.util.attribute
Provides a full description of an individual attribute, including its AttributeDescriptor.key, AttributeDescriptor.type, AttributeDescriptor.defaultValue and AttributeDescriptor.constraints.
AttributeDescriptor.AttributeDescriptorToKey - Class in org.carrot2.util.attribute
Transforms AttributeDescriptors into their keys.
attributeDescriptors - Variable in class org.carrot2.util.attribute.BindableDescriptor
Descriptors without any group assignment.
attributeGroups - Variable in class org.carrot2.util.attribute.BindableDescriptor
Grouped descriptors.
AttributeInfo - Class in org.carrot2.util.attribute
Description of an Attribute of a Bindable type, including javadoc documentation and compile-time extracted tags.
AttributeInfo(String, String, String, String, String, String, String, String, AttributeLevel, AttributeInfo) - Constructor for class org.carrot2.util.attribute.AttributeInfo
 
attributeKey - Variable in exception org.carrot2.util.attribute.AttributeBindingException
Key of the attribute involved as defined by Attribute.key().
AttributeLevel - Enum in org.carrot2.util.attribute
The level of complexity involved in tuning an attribute value.
AttributeMetadata - Class in org.carrot2.util.attribute.metadata
Human-readable metadata about an attribute.
AttributeMetadata() - Constructor for class org.carrot2.util.attribute.metadata.AttributeMetadata
 
AttributeMetadata(String, String, String) - Constructor for class org.carrot2.util.attribute.metadata.AttributeMetadata
 
AttributeMetadata(String, String, String, String, AttributeLevel) - Constructor for class org.carrot2.util.attribute.metadata.AttributeMetadata
 
AttributeNames - Class in org.carrot2.core.attribute
Constants for common attribute names, only for the use in Carrot2 core code.
attributes - Static variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor
Attributes of the component.
attributes - Variable in class org.carrot2.core.ProcessingComponentConfiguration
Initialization attributes for this component configuration.
attributes - Static variable in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.MultipageSearchEngineDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.SearchEngineBaseDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.SearchEngineStatsDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.SimpleSearchEngineDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
Attributes of the component.
attributes - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
Attributes of the component.
AttributeUtils - Class in org.carrot2.util.attribute
A number of utility methods for working with Attributes.
AttributeValueSet - Class in org.carrot2.util.attribute
Maintains a named set of attribute values.
AttributeValueSet(String) - Constructor for class org.carrot2.util.attribute.AttributeValueSet
Creates a new empty AttributeValueSet with a null description and a null base attribute value set.
AttributeValueSet(String, AttributeValueSet) - Constructor for class org.carrot2.util.attribute.AttributeValueSet
Creates a new empty AttributeValueSet with a null description.
AttributeValueSet(String, String, AttributeValueSet) - Constructor for class org.carrot2.util.attribute.AttributeValueSet
Creates a new empty AttributeValueSet.
AttributeValueSets - Class in org.carrot2.util.attribute
Maintains a collection of AttributeValueSets and provides methods for serializing and deserializing attribute value sets from XML streams.
AttributeValueSets() - Constructor for class org.carrot2.util.attribute.AttributeValueSets
Creates an empty collection of attribute value sets.

B

baseMatrix - Variable in class org.carrot2.text.vsm.ReducedVectorSpaceModelContext
Base vectors of the reduced term document matrix
BasicPreprocessingPipeline - Class in org.carrot2.text.preprocessing.pipeline
Performs basic preprocessing steps on the provided documents.
BasicPreprocessingPipeline() - Constructor for class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
 
BasicPreprocessingPipelineDescriptor - Class in org.carrot2.text.preprocessing.pipeline
Metadata and attributes of the BasicPreprocessingPipeline component.
BasicPreprocessingPipelineDescriptor - Class in org.carrot2.text.preprocessing.pipeline
Metadata and attributes of the BasicPreprocessingPipeline component.
BasicPreprocessingPipelineDescriptor() - Constructor for class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
BasicPreprocessingPipelineDescriptor() - Constructor for class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
BasicPreprocessingPipelineDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.pipeline
Attribute map builder for the BasicPreprocessingPipeline component.
BasicPreprocessingPipelineDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.pipeline
Attribute map builder for the BasicPreprocessingPipeline component.
BasicPreprocessingPipelineDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
BasicPreprocessingPipelineDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
BasicPreprocessingPipelineDescriptor.Attributes - Class in org.carrot2.text.preprocessing.pipeline
All attributes of the BasicPreprocessingPipeline component.
BasicPreprocessingPipelineDescriptor.Attributes - Class in org.carrot2.text.preprocessing.pipeline
All attributes of the BasicPreprocessingPipeline component.
BasicPreprocessingPipelineDescriptor.Keys - Class in org.carrot2.text.preprocessing.pipeline
Constants for all attribute keys of the BasicPreprocessingPipeline component.
BasicPreprocessingPipelineDescriptor.Keys - Class in org.carrot2.text.preprocessing.pipeline
Constants for all attribute keys of the BasicPreprocessingPipeline component.
BasicPreprocessingPipelineDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
 
BasicPreprocessingPipelineDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
 
beforeDisposal(IControllerContext) - Method in class org.carrot2.core.ControllerContextListenerAdapter
 
beforeDisposal(IControllerContext) - Method in interface org.carrot2.core.IControllerContextListener
Invoked before the context is disposed and any keys (values) should be cleaned up to allow garbage collection.
beforeProcessing() - Method in interface org.carrot2.core.IProcessingComponent
Invoked after the attributes marked with Processing and Input annotations have been bound, but before a call to IProcessingComponent.process().
beforeProcessing() - Method in class org.carrot2.core.ProcessingComponentBase
 
beforeProcessing() - Method in class org.carrot2.source.idol.IdolDocumentSource
 
beforeProcessing() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSource
 
beforeProcessing() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
 
beforeSerialization(Document, Map<String, ?>) - Method in interface org.carrot2.core.Document.IDocumentSerializationListener
Called before a Document gets serialized to XML or JSON.
BEST_F_MEASURE_PARTITION - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetric
Partition on which the cluster achieved best F-Score value.
bind(Object, AttributeBinder.IAttributeBinderAction[], Class<? extends Annotation>...) - Static method in class org.carrot2.util.attribute.AttributeBinder
A generic method for performing actions on the object's hierarchy of attributes.
bind(Object, AttributeBinder.IAttributeBinderAction[], Predicate<Field>) - Static method in class org.carrot2.util.attribute.AttributeBinder
A generic method for performing actions on the object's hierarchy of attributes.
Bindable - Annotation Type in org.carrot2.util.attribute
Denotes types that will have some of their fields bound (set or collected) by the AttributeBinder.
bindableClassName - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.MultipageSearchEngineDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.SearchEngineBaseDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.SearchEngineStatsDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.SimpleSearchEngineDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
The component class for which this descriptor was generated.
bindableClassName - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
The component class for which this descriptor was generated.
BindableDescriptor - Class in org.carrot2.util.attribute
Provides a full description of a Bindable type, including AttributeDescriptors for all attributes defined by the type.
BindableDescriptor.GroupingMethod - Enum in org.carrot2.util.attribute
The supported AttributeDescriptor grouping methods.
BindableDescriptorBuilder - Class in org.carrot2.util.attribute
Builds BindableDescriptors based on the provided bindable type instances.
BindableDescriptorBuilder() - Constructor for class org.carrot2.util.attribute.BindableDescriptorBuilder
 
BindableDescriptorUtils - Class in org.carrot2.util.attribute
Utilities related to generated bindable descriptors.
BindableMetadata - Class in org.carrot2.util.attribute.metadata
Human-readable metadata for a Bindable type.
BindableUtils - Class in org.carrot2.util.attribute
A set of utility methods for working with Bindable types.
BindableUtils() - Constructor for class org.carrot2.util.attribute.BindableUtils
 
Bing2DocumentSource - Class in org.carrot2.source.microsoft
A base IDocumentSource serving requests to Microsoft Bing API, version 2.
Bing2DocumentSource(SourceType) - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource
Initialize with a fixed source type.
Bing2DocumentSource.BingResponse - Class in org.carrot2.source.microsoft
 
Bing2DocumentSource.BingResponse() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource.BingResponse
 
Bing2DocumentSource.ImageResponse - Class in org.carrot2.source.microsoft
 
Bing2DocumentSource.ImageResponse() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResponse
 
Bing2DocumentSource.ImageResult - Class in org.carrot2.source.microsoft
 
Bing2DocumentSource.ImageResult() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResult
 
Bing2DocumentSource.NewsResponse - Class in org.carrot2.source.microsoft
 
Bing2DocumentSource.NewsResponse() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResponse
 
Bing2DocumentSource.NewsResult - Class in org.carrot2.source.microsoft
 
Bing2DocumentSource.NewsResult() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResult
 
Bing2DocumentSource.Thumbnail - Class in org.carrot2.source.microsoft
 
Bing2DocumentSource.Thumbnail() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource.Thumbnail
 
Bing2DocumentSource.WebResponse - Class in org.carrot2.source.microsoft
 
Bing2DocumentSource.WebResponse() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource.WebResponse
 
Bing2DocumentSource.WebResult - Class in org.carrot2.source.microsoft
 
Bing2DocumentSource.WebResult() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSource.WebResult
 
Bing2DocumentSourceDescriptor - Class in org.carrot2.source.microsoft
Metadata and attributes of the Bing2DocumentSource component.
Bing2DocumentSourceDescriptor() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
Bing2DocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.microsoft
Attribute map builder for the Bing2DocumentSource component.
Bing2DocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
Bing2DocumentSourceDescriptor.Attributes - Class in org.carrot2.source.microsoft
All attributes of the Bing2DocumentSource component.
Bing2DocumentSourceDescriptor.Keys - Class in org.carrot2.source.microsoft
Constants for all attribute keys of the Bing2DocumentSource component.
Bing2DocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Keys
 
Bing2ImageDocumentSource - Class in org.carrot2.source.microsoft
Image search document source fetching from Bing using Bing2 API.
Bing2ImageDocumentSource() - Constructor for class org.carrot2.source.microsoft.Bing2ImageDocumentSource
Initialize source type properly.
Bing2ImageDocumentSourceDescriptor - Class in org.carrot2.source.microsoft
Metadata and attributes of the Bing2ImageDocumentSource component.
Bing2ImageDocumentSourceDescriptor() - Constructor for class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
Bing2ImageDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.microsoft
Attribute map builder for the Bing2ImageDocumentSource component.
Bing2ImageDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
Bing2ImageDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.microsoft
All attributes of the Bing2ImageDocumentSource component.
Bing2ImageDocumentSourceDescriptor.Keys - Class in org.carrot2.source.microsoft
Constants for all attribute keys of the Bing2ImageDocumentSource component.
Bing2ImageDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor.Keys
 
Bing2NewsDocumentSource - Class in org.carrot2.source.microsoft
News search specific document source fetching from Bing using Bing2 API.
Bing2NewsDocumentSource() - Constructor for class org.carrot2.source.microsoft.Bing2NewsDocumentSource
Initialize source type properly.
Bing2NewsDocumentSourceDescriptor - Class in org.carrot2.source.microsoft
Metadata and attributes of the Bing2NewsDocumentSource component.
Bing2NewsDocumentSourceDescriptor() - Constructor for class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
Bing2NewsDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.microsoft
Attribute map builder for the Bing2NewsDocumentSource component.
Bing2NewsDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
Bing2NewsDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.microsoft
All attributes of the Bing2NewsDocumentSource component.
Bing2NewsDocumentSourceDescriptor.Keys - Class in org.carrot2.source.microsoft
Constants for all attribute keys of the Bing2NewsDocumentSource component.
Bing2NewsDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor.Keys
 
Bing2WebDocumentSource - Class in org.carrot2.source.microsoft
Web search specific document source fetching from Bing using Bing2 API.
Bing2WebDocumentSource() - Constructor for class org.carrot2.source.microsoft.Bing2WebDocumentSource
Initialize source type properly.
Bing2WebDocumentSourceDescriptor - Class in org.carrot2.source.microsoft
Metadata and attributes of the Bing2WebDocumentSource component.
Bing2WebDocumentSourceDescriptor() - Constructor for class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
Bing2WebDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.microsoft
Attribute map builder for the Bing2WebDocumentSource component.
Bing2WebDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
Bing2WebDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.microsoft
All attributes of the Bing2WebDocumentSource component.
Bing2WebDocumentSourceDescriptor.Keys - Class in org.carrot2.source.microsoft
Constants for all attribute keys of the Bing2WebDocumentSource component.
Bing2WebDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.Keys
 
BisectingKMeansClusteringAlgorithm - Class in org.carrot2.clustering.kmeans
A very simple implementation of bisecting k-means clustering.
BisectingKMeansClusteringAlgorithm() - Constructor for class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
 
BisectingKMeansClusteringAlgorithmDescriptor - Class in org.carrot2.clustering.kmeans
Metadata and attributes of the BisectingKMeansClusteringAlgorithm component.
BisectingKMeansClusteringAlgorithmDescriptor() - Constructor for class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder - Class in org.carrot2.clustering.kmeans
Attribute map builder for the BisectingKMeansClusteringAlgorithm component.
BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
BisectingKMeansClusteringAlgorithmDescriptor.Attributes - Class in org.carrot2.clustering.kmeans
All attributes of the BisectingKMeansClusteringAlgorithm component.
BisectingKMeansClusteringAlgorithmDescriptor.Keys - Class in org.carrot2.clustering.kmeans
Constants for all attribute keys of the BisectingKMeansClusteringAlgorithm component.
BisectingKMeansClusteringAlgorithmDescriptor.Keys() - Constructor for class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
 
BisectingKMeansProcessingContext - Class in org.carrot2.clustering.kmeans
Intermediate data structures required during k-means clustering.
borrowObject(Class<I>, P) - Method in class org.carrot2.util.pool.FixedSizePool
 
borrowObject(Class<I>, P) - Method in interface org.carrot2.util.pool.IParameterizedPool
Borrows an object from the pool.
borrowObject(Class<I>, P) - Method in class org.carrot2.util.pool.SoftUnboundedPool
 
BufferingAppender - Class in org.carrot2.log4j
Buffering appender used for assertions on log streams.
BufferingAppender() - Constructor for class org.carrot2.log4j.BufferingAppender
 
build() - Method in class org.carrot2.text.suffixtree.SuffixTreeBuilder
 
buildClusterLabel(Object) - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithm
Builds cluster label based on the field value.
buildDescriptor(Object) - Static method in class org.carrot2.util.attribute.BindableDescriptorBuilder
Builds a BindableDescriptor for an initialized instance of a Bindable type.
buildOtherTopics(List<Document>, List<Cluster>) - Static method in class org.carrot2.core.Cluster
Builds an "Other Topics" cluster that groups those documents from allDocument that were not referenced in any cluster in clusters.
buildOtherTopics(List<Document>, List<Cluster>, String) - Static method in class org.carrot2.core.Cluster
Builds an "Other Topics" cluster that groups those documents from allDocument that were not referenced in any cluster in clusters.
buildServiceUrl() - Method in class org.carrot2.source.etools.EToolsDocumentSource
 
buildServiceUrl() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSource
 
buildServiceUrl() - Method in class org.carrot2.source.solr.SolrDocumentSource
 
buildServiceUrl() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
Builds the URL from which XML stream will be fetched.
buildTermDocumentMatrix(VectorSpaceModelContext) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilder
Builds a term document matrix from data provided in the context, stores the result in there.
buildTermPhraseMatrix(VectorSpaceModelContext) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilder
Builds a term-phrase matrix in the same space as the main term-document matrix.
BY_ID_COMPARATOR - Static variable in class org.carrot2.core.Document
Compares Documents by their identifiers Document.getId(), which effectively gives the original order in which they were returned by the document source.
BY_LABEL_COMPARATOR - Static variable in class org.carrot2.core.Cluster
Compares clusters by the natural order of their labels as returned by Cluster.getLabel().
BY_REVERSED_SCORE_AND_LABEL_COMPARATOR - Static variable in class org.carrot2.core.Cluster
Compares clusters first by their size as returned by Cluster.SCORE and labels as returned by Cluster.getLabel().
BY_REVERSED_SIZE_AND_LABEL_COMPARATOR - Static variable in class org.carrot2.core.Cluster
Compares clusters first by their size as returned by Cluster.size() and labels as returned by Cluster.getLabel().
BY_SCORE_COMPARATOR - Static variable in class org.carrot2.core.Cluster
Compares clusters by score as returned by Cluster.SCORE.
BY_SIZE_COMPARATOR - Static variable in class org.carrot2.core.Cluster
Compares clusters by size as returned by Cluster.size().
ByFieldClusteringAlgorithm - Class in org.carrot2.clustering.synthetic
Clusters documents into a flat structure based on the values of some field of the documents.
ByFieldClusteringAlgorithm() - Constructor for class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithm
 
ByFieldClusteringAlgorithmDescriptor - Class in org.carrot2.clustering.synthetic
Metadata and attributes of the ByFieldClusteringAlgorithm component.
ByFieldClusteringAlgorithmDescriptor() - Constructor for class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
ByFieldClusteringAlgorithmDescriptor.AttributeBuilder - Class in org.carrot2.clustering.synthetic
Attribute map builder for the ByFieldClusteringAlgorithm component.
ByFieldClusteringAlgorithmDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
ByFieldClusteringAlgorithmDescriptor.Attributes - Class in org.carrot2.clustering.synthetic
All attributes of the ByFieldClusteringAlgorithm component.
ByFieldClusteringAlgorithmDescriptor.Keys - Class in org.carrot2.clustering.synthetic
Constants for all attribute keys of the ByFieldClusteringAlgorithm component.
ByFieldClusteringAlgorithmDescriptor.Keys() - Constructor for class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.Keys
 
byReversedWeightedScoreAndSizeComparator(double) - Static method in class org.carrot2.core.Cluster
Returns a comparator that compares clusters based on the aggregation of their size and score.
ByUrlClusteringAlgorithm - Class in org.carrot2.clustering.synthetic
Hierarchically clusters documents according to their content URLs.
ByUrlClusteringAlgorithm() - Constructor for class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithm
 
ByUrlClusteringAlgorithmDescriptor - Class in org.carrot2.clustering.synthetic
Metadata and attributes of the ByUrlClusteringAlgorithm component.
ByUrlClusteringAlgorithmDescriptor() - Constructor for class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
ByUrlClusteringAlgorithmDescriptor.AttributeBuilder - Class in org.carrot2.clustering.synthetic
Attribute map builder for the ByUrlClusteringAlgorithm component.
ByUrlClusteringAlgorithmDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
ByUrlClusteringAlgorithmDescriptor.Attributes - Class in org.carrot2.clustering.synthetic
All attributes of the ByUrlClusteringAlgorithm component.
ByUrlClusteringAlgorithmDescriptor.Keys - Class in org.carrot2.clustering.synthetic
Constants for all attribute keys of the ByUrlClusteringAlgorithm component.
ByUrlClusteringAlgorithmDescriptor.Keys() - Constructor for class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.Keys
 

C

CachedInstanceFactoryDecorator<T> - Class in org.carrot2.util.factory
A decorator that returns the first non-null instance returned by the delegate factory.
CachedInstanceFactoryDecorator(IFactory<T>) - Constructor for class org.carrot2.util.factory.CachedInstanceFactoryDecorator
 
cacheHitsDisk - Variable in class org.carrot2.core.ControllerStatistics
Number of requests served from on-disk cache.
cacheHitsMemory - Variable in class org.carrot2.core.ControllerStatistics
Number of requests served from in-memory cache.
cacheHitsTotal - Variable in class org.carrot2.core.ControllerStatistics
Number of requests served from cache.
cacheMisses - Variable in class org.carrot2.core.ControllerStatistics
Number of requests that generated cache misses.
cacheUrl - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResult
 
CachingProcessingComponentManager - Class in org.carrot2.core
An IProcessingComponentManager that implements processing results caching functionality.
CachingProcessingComponentManager(IProcessingComponentManager, Class<? extends IProcessingComponent>...) - Constructor for class org.carrot2.core.CachingProcessingComponentManager
Creates a CachingProcessingComponentManager.
calculate() - Method in class org.carrot2.output.metrics.ContaminationMetric
 
calculate() - Method in interface org.carrot2.output.metrics.IClusteringMetric
Triggers calculation of the metric.
calculate() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetric
 
calculate() - Method in class org.carrot2.output.metrics.PrecisionRecallMetric
 
calculateTermWeight(int, int, int) - Method in interface org.carrot2.text.vsm.ITermWeighting
Calculates the weight of a term for a single document.
calculateTermWeight(int, int, int) - Method in class org.carrot2.text.vsm.LinearTfIdfTermWeighting
 
calculateTermWeight(int, int, int) - Method in class org.carrot2.text.vsm.LogTfIdfTermWeighting
 
calculateTermWeight(int, int, int) - Method in class org.carrot2.text.vsm.TfTermWeighting
 
call() - Method in class org.carrot2.source.MultipageSearchEngine.SearchEngineResponseCallable
 
CARROTSEARCH_API_KEY - Static variable in class org.carrot2.source.google.GoogleDocumentSource
Google API key assigned to Carrot2/ Carrot Search.
CARROTSEARCH_APPID - Static variable in class org.carrot2.source.microsoft.Bing2DocumentSource
Application ID assigned to Carrot Search s.c.
CarrotTestCase - Class in org.carrot2.util.tests
Base class for Carrot2 test classes.
CarrotTestCase() - Constructor for class org.carrot2.util.tests.CarrotTestCase
 
CASE_INSENSITIVE_CHAR_ARRAY_COMPARATOR - Static variable in class org.carrot2.text.util.CharArrayComparators
A case-insensitive lexicographic comparator.
CaseNormalizer - Class in org.carrot2.text.preprocessing
Performs case normalization and calculates a number of frequency statistics for words.
CaseNormalizer() - Constructor for class org.carrot2.text.preprocessing.CaseNormalizer
 
caseNormalizer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Case normalizer used by the algorithm, contains bindable attributes.
caseNormalizer() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested CaseNormalizer component, backed by the same attribute map as the current builder.
caseNormalizer() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested CaseNormalizer component, backed by the same attribute map as the current builder.
caseNormalizer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Attributes of the nested CaseNormalizer component.
caseNormalizer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Attributes of the nested CaseNormalizer component.
CaseNormalizerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the CaseNormalizer component.
CaseNormalizerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the CaseNormalizer component.
CaseNormalizerDescriptor() - Constructor for class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
CaseNormalizerDescriptor() - Constructor for class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
CaseNormalizerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the CaseNormalizer component.
CaseNormalizerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the CaseNormalizer component.
CaseNormalizerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
CaseNormalizerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
CaseNormalizerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the CaseNormalizer component.
CaseNormalizerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the CaseNormalizer component.
CaseNormalizerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the CaseNormalizer component.
CaseNormalizerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the CaseNormalizer component.
CaseNormalizerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.Keys
 
CaseNormalizerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.Keys
 
CharacterSequence - Class in org.carrot2.text.suffixtree
A ISequence wrapper for any CharSequence.
CharacterSequence(CharSequence) - Constructor for class org.carrot2.text.suffixtree.CharacterSequence
 
CharArrayComparators - Class in org.carrot2.text.util
A set of specific comparators for char [] arrays.
CharArrayUtils - Class in org.carrot2.util
A number of useful methods for working with char [] arrays.
CharArrayUtils() - Constructor for class org.carrot2.util.CharArrayUtils
 
charAt(int) - Method in class org.carrot2.text.util.MutableCharArray
 
CharSequenceUtils - Class in org.carrot2.util
A number of useful methods for working with CharSequences.
checkAssignableFrom(Object, Class<?>...) - Method in class org.carrot2.util.attribute.constraint.Constraint
Checks if the provided value can be assigned to the type defined by clazz.
ChineseTokenizerAdapter - Class in org.carrot2.text.linguistic.lucene
 
ChineseTokenizerAdapter() - Constructor for class org.carrot2.text.linguistic.lucene.ChineseTokenizerAdapter
 
classForName(String) - Static method in class org.carrot2.util.ReflectionUtils
Load and initialize (or return, if already defined) a given class using context class loader.
classForName(String, boolean) - Static method in class org.carrot2.util.ReflectionUtils
Load and initialize (or return, if already defined) a given class using context class loader.
ClassLoaderLocator - Class in org.carrot2.util.resource
Scan for resources relative to a given class loader (possibly in all of this loader's locations).
ClassLoaderLocator(ClassLoader) - Constructor for class org.carrot2.util.resource.ClassLoaderLocator
 
ClassLoaderResource - Class in org.carrot2.util.resource
A resource loaded using a class loader.
ClassLoaderResource(String) - Constructor for class org.carrot2.util.resource.ClassLoaderResource
 
ClassLoaderResource(ClassLoader, String) - Constructor for class org.carrot2.util.resource.ClassLoaderResource
 
ClassLocator - Class in org.carrot2.util.resource
Looks up resources relative to the given class.
ClassLocator(Class<?>) - Constructor for class org.carrot2.util.resource.ClassLocator
 
className - Variable in class org.carrot2.util.attribute.AttributeInfo
Name of the declaring class.
ClassResource - Class in org.carrot2.util.resource
A resource relative to a class.
ClassResource(Class<?>, String) - Constructor for class org.carrot2.util.resource.ClassResource
 
clean(SearchEngineResponse, boolean, String...) - Static method in class org.carrot2.source.SearchEngineBase
Unescape HTML entities and tags from a given set of fields of all documents in the provided response.
clear() - Method in class org.carrot2.log4j.BufferingAppender
Clear the log buffer.
clear() - Method in class org.carrot2.util.PriorityQueue
Removes all entries from the PriorityQueue.
CLICK_URL - Static variable in class org.carrot2.core.Document
Click URL.
clone() - Method in class org.carrot2.text.util.MutableCharArray
 
close() - Method in class org.carrot2.core.Controller
Implement closeable so that controller can be closed with Java 1.7 resource block.
close(Closeable) - Static method in class org.carrot2.util.CloseableUtils
Close a Closeable, ignoring the exception if any.
close(Closeable...) - Static method in class org.carrot2.util.CloseableUtils
Close all Closeable, ignoring exceptions.
close(Connection) - Static method in class org.carrot2.util.CloseableUtils
Close a Connection, ignoring the exception if any.
close(Connection...) - Static method in class org.carrot2.util.CloseableUtils
Close all Connections, ignoring exceptions.
close(Statement) - Static method in class org.carrot2.util.CloseableUtils
Close a Statement, ignoring the exception if any.
close(Statement...) - Static method in class org.carrot2.util.CloseableUtils
Close all Statements, ignoring exceptions.
close(Socket...) - Static method in class org.carrot2.util.CloseableUtils
Close all Sockets, ignoring exceptions.
CloseableUtils - Class in org.carrot2.util
Static methods for closing various objects (including implementations of Closeable).
Cluster - Class in org.carrot2.core
A cluster (group) of Documents.
Cluster() - Constructor for class org.carrot2.core.Cluster
Creates a Cluster with an empty label, no documents and no subclusters.
Cluster(String, Document...) - Constructor for class org.carrot2.core.Cluster
Creates a Cluster with the provided phrase to be used as the cluster's label and documents contained in the cluster.
cluster - Variable in class org.carrot2.core.ClusterWithParent
The cluster wrapped by this class
CLUSTER_COUNT - Static variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
Attribute key for: BisectingKMeansClusteringAlgorithm.clusterCount.
CLUSTER_MERGING_THRESHOLD - Static variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Keys
Attribute key for: ClusterBuilder.clusterMergingThreshold.
ClusterBuilder - Class in org.carrot2.clustering.lingo
Builds cluster labels based on the reduced term-document matrix and assigns documents to the labels.
ClusterBuilder() - Constructor for class org.carrot2.clustering.lingo.ClusterBuilder
 
clusterBuilder - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Cluster label builder, contains bindable attributes.
clusterBuilder() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested ClusterBuilder component, backed by the same attribute map as the current builder.
clusterBuilder - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
Attributes of the nested ClusterBuilder component.
ClusterBuilderDescriptor - Class in org.carrot2.clustering.lingo
Metadata and attributes of the ClusterBuilder component.
ClusterBuilderDescriptor() - Constructor for class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
ClusterBuilderDescriptor.AttributeBuilder - Class in org.carrot2.clustering.lingo
Attribute map builder for the ClusterBuilder component.
ClusterBuilderDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
ClusterBuilderDescriptor.Attributes - Class in org.carrot2.clustering.lingo
All attributes of the ClusterBuilder component.
ClusterBuilderDescriptor.Keys - Class in org.carrot2.clustering.lingo
Constants for all attribute keys of the ClusterBuilder component.
ClusterBuilderDescriptor.Keys() - Constructor for class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Keys
 
clusterCount - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
The number of clusters to create.
clusterCount(int) - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
The number of clusters to create.
clusterCount - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
 
ClusteringMetricsCalculator - Class in org.carrot2.output.metrics
Calculates a set of quality metrics for clusters.
ClusteringMetricsCalculator() - Constructor for class org.carrot2.output.metrics.ClusteringMetricsCalculator
 
ClusteringMetricsCalculatorDescriptor - Class in org.carrot2.output.metrics
Metadata and attributes of the ClusteringMetricsCalculator component.
ClusteringMetricsCalculatorDescriptor() - Constructor for class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
ClusteringMetricsCalculatorDescriptor.AttributeBuilder - Class in org.carrot2.output.metrics
Attribute map builder for the ClusteringMetricsCalculator component.
ClusteringMetricsCalculatorDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
ClusteringMetricsCalculatorDescriptor.Attributes - Class in org.carrot2.output.metrics
All attributes of the ClusteringMetricsCalculator component.
ClusteringMetricsCalculatorDescriptor.Keys - Class in org.carrot2.output.metrics
Constants for all attribute keys of the ClusteringMetricsCalculator component.
ClusteringMetricsCalculatorDescriptor.Keys() - Constructor for class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor.Keys
 
clusterMergingThreshold - Variable in class org.carrot2.clustering.lingo.ClusterBuilder
Cluster merging threshold.
clusterMergingThreshold(double) - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.AttributeBuilder
Cluster merging threshold.
clusterMergingThreshold - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Attributes
 
clusters - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
 
clusters() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
 
clusters - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
Attribute key for: BisectingKMeansClusteringAlgorithm.clusters.
clusters - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
 
clusters() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
 
clusters - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Keys
Attribute key for: LingoClusteringAlgorithm.clusters.
clusters - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Clusters created by the algorithm.
clusters() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Clusters created by the algorithm.
clusters - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.clusters.
clusters - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithm
Clusters created by the algorithm.
clusters() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.AttributeBuilder
Clusters created by the algorithm.
clusters - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.Keys
Attribute key for: ByFieldClusteringAlgorithm.clusters.
clusters - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithm
Clusters created by the algorithm.
clusters() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.AttributeBuilder
Clusters created by the algorithm.
clusters - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.Keys
Attribute key for: ByUrlClusteringAlgorithm.clusters.
CLUSTERS - Static variable in class org.carrot2.core.attribute.AttributeNames
 
clusters - Variable in class org.carrot2.core.attribute.CommonAttributes
Clusters created by the clustering algorithm.
clusters() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Clusters created by the clustering algorithm.
clusters - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.clusters.
clusters - Variable in class org.carrot2.output.metrics.ContaminationMetric
 
clusters(List<Cluster>) - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor.AttributeBuilder
 
clusters - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.Keys
Attribute key for: ContaminationMetric.clusters.
clusters - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetric
 
clusters(List<Cluster>) - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.AttributeBuilder
 
clusters - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Keys
Attribute key for: NormalizedMutualInformationMetric.clusters.
clusters - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
 
clusters(List<Cluster>) - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
 
clusters - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
CLUSTERS - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.clusters.
ClusterWithParent - Class in org.carrot2.core
Wraps a Cluster to add information about the cluster's parent cluster, if any.
coefficientMatrix - Variable in class org.carrot2.text.vsm.ReducedVectorSpaceModelContext
Coefficient vectors of the reduced term document matrix
collectDocuments(Collection<Document>, SearchEngineResponse[]) - Method in class org.carrot2.source.MultipageSearchEngine
Collects documents from an array of search engine's responses.
CollectionUtils - Class in org.carrot2.util
A number of utility classes for working with Collections.
CommonAttributes - Class in org.carrot2.core.attribute
Attributes shared and inherited by many clustering algorithms.
CommonAttributesDescriptor - Class in org.carrot2.core.attribute
Metadata and attributes of the CommonAttributes component.
CommonAttributesDescriptor() - Constructor for class org.carrot2.core.attribute.CommonAttributesDescriptor
 
CommonAttributesDescriptor.AttributeBuilder - Class in org.carrot2.core.attribute
Attribute map builder for the CommonAttributes component.
CommonAttributesDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
CommonAttributesDescriptor.Attributes - Class in org.carrot2.core.attribute
All attributes of the CommonAttributes component.
CommonAttributesDescriptor.Keys - Class in org.carrot2.core.attribute
Constants for all attribute keys of the CommonAttributes component.
CommonAttributesDescriptor.Keys() - Constructor for class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
 
CommonMetadata - Class in org.carrot2.util.attribute.metadata
Common metadata items for BindableMetadata and AttributeMetadata.
CommonMetadata() - Constructor for class org.carrot2.util.attribute.metadata.CommonMetadata
 
compileTemplate(String) - Method in class org.carrot2.util.xslt.TemplatesPool
Compile a Templates from a given system identifier.
compileTemplate(InputStream) - Method in class org.carrot2.util.xslt.TemplatesPool
Compile a Templates from a given stream.
CompleteLabelFilter - Class in org.carrot2.text.preprocessing.filter
A filter that removes "incomplete" labels.
CompleteLabelFilter() - Constructor for class org.carrot2.text.preprocessing.filter.CompleteLabelFilter
 
completeLabelFilter - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessor
Truncated phrase filter for this processor.
CompleteLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the CompleteLabelFilter component.
CompleteLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the CompleteLabelFilter component.
CompleteLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
CompleteLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
CompleteLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the CompleteLabelFilter component.
CompleteLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the CompleteLabelFilter component.
CompleteLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
CompleteLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
CompleteLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the CompleteLabelFilter component.
CompleteLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the CompleteLabelFilter component.
CompleteLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the CompleteLabelFilter component.
CompleteLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the CompleteLabelFilter component.
CompleteLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Keys
 
CompleteLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Keys
 
CompletePreprocessingPipeline - Class in org.carrot2.text.preprocessing.pipeline
Performs a complete preprocessing on the provided documents.
CompletePreprocessingPipeline() - Constructor for class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipeline
 
CompletePreprocessingPipelineDescriptor - Class in org.carrot2.text.preprocessing.pipeline
Metadata and attributes of the CompletePreprocessingPipeline component.
CompletePreprocessingPipelineDescriptor - Class in org.carrot2.text.preprocessing.pipeline
Metadata and attributes of the CompletePreprocessingPipeline component.
CompletePreprocessingPipelineDescriptor() - Constructor for class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
CompletePreprocessingPipelineDescriptor() - Constructor for class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
CompletePreprocessingPipelineDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.pipeline
Attribute map builder for the CompletePreprocessingPipeline component.
CompletePreprocessingPipelineDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.pipeline
Attribute map builder for the CompletePreprocessingPipeline component.
CompletePreprocessingPipelineDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
CompletePreprocessingPipelineDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
CompletePreprocessingPipelineDescriptor.Attributes - Class in org.carrot2.text.preprocessing.pipeline
All attributes of the CompletePreprocessingPipeline component.
CompletePreprocessingPipelineDescriptor.Attributes - Class in org.carrot2.text.preprocessing.pipeline
All attributes of the CompletePreprocessingPipeline component.
CompletePreprocessingPipelineDescriptor.Keys - Class in org.carrot2.text.preprocessing.pipeline
Constants for all attribute keys of the CompletePreprocessingPipeline component.
CompletePreprocessingPipelineDescriptor.Keys - Class in org.carrot2.text.preprocessing.pipeline
Constants for all attribute keys of the CompletePreprocessingPipeline component.
CompletePreprocessingPipelineDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.Keys
 
CompletePreprocessingPipelineDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.Keys
 
componentClass - Variable in class org.carrot2.core.ProcessingComponentConfiguration
The specific IProcessingComponent class.
componentId - Variable in class org.carrot2.core.ProcessingComponentConfiguration
Identifier of the component.
ComponentInitializationException - Exception in org.carrot2.core
Exception thrown if component initialization was unsuccessful.
ComponentInitializationException(String) - Constructor for exception org.carrot2.core.ComponentInitializationException
 
ComponentInitializationException(Throwable) - Constructor for exception org.carrot2.core.ComponentInitializationException
 
ComponentInitializationException(String, Throwable) - Constructor for exception org.carrot2.core.ComponentInitializationException
 
compressed - Variable in class org.carrot2.source.SearchEngineBase
Indicates whether the search engine returned a compressed result stream.
compressed() - Method in class org.carrot2.source.SearchEngineBaseDescriptor.AttributeBuilder
Indicates whether the search engine returned a compressed result stream.
compressed - Variable in class org.carrot2.source.SearchEngineBaseDescriptor.Attributes
 
COMPRESSED - Static variable in class org.carrot2.source.SearchEngineBaseDescriptor.Keys
Attribute key for: SearchEngineBase.compressed.
compression - Variable in class org.carrot2.util.httpclient.HttpUtils.Response
 
COMPRESSION_KEY - Static variable in class org.carrot2.source.SearchEngineResponse
Metadata key for the compression algorithm used to decompress the returned stream.
compute() - Method in class org.carrot2.matrix.factorization.KMeansMatrixFactorization
 
compute() - Method in class org.carrot2.matrix.factorization.LocalNonnegativeMatrixFactorization
 
compute() - Method in class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationED
 
compute() - Method in class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationKL
 
compute() - Method in class org.carrot2.matrix.factorization.PartialSingularValueDecomposition
 
computeOrthogonality(DoubleMatrix2D) - Static method in class org.carrot2.matrix.MatrixUtils
Computes the orthogonality of matrix A.
computeSparseness(DoubleMatrix2D) - Static method in class org.carrot2.matrix.MatrixUtils
Computers sparseness of matrix A as a fraction of non-zero elements to the total number of elements.
Constraint - Class in org.carrot2.util.attribute.constraint
A base class for implementing constraints.
Constraint() - Constructor for class org.carrot2.util.attribute.constraint.Constraint
 
ConstraintFactory - Class in org.carrot2.util.attribute.constraint
Builds constraint implementation from constraint annotations.
ConstraintFactory() - Constructor for class org.carrot2.util.attribute.constraint.ConstraintFactory
 
constraints - Variable in class org.carrot2.util.attribute.AttributeDescriptor
Constraints defined for the attribute.
ConstraintValidator - Class in org.carrot2.util.attribute.constraint
Checks whether values meet the provided constraints.
ConstraintValidator() - Constructor for class org.carrot2.util.attribute.constraint.ConstraintValidator
 
ConstraintViolationException - Exception in org.carrot2.util.attribute.constraint
An exception thrown when an attempt is made to bind attribute values that do not meet the constraints.
ConstraintViolationException(String, Object, Annotation...) - Constructor for exception org.carrot2.util.attribute.constraint.ConstraintViolationException
Creates a new ConstraintViolationException.
containsAttributePlaceholder(String, String) - Static method in class org.carrot2.util.resource.URLResourceWithParams
Returns true if the urlTemplate contains the attributePlaceholderName.
containsSuffix(ISequence) - Method in class org.carrot2.text.suffixtree.SuffixTree
 
contamination - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculator
Contamination metric.
CONTAMINATION - Static variable in class org.carrot2.output.metrics.ContaminationMetric
Key for the contamination value of a cluster.
ContaminationMetric - Class in org.carrot2.output.metrics
Computes cluster contamination.
ContaminationMetric() - Constructor for class org.carrot2.output.metrics.ContaminationMetric
 
ContaminationMetricDescriptor - Class in org.carrot2.output.metrics
Metadata and attributes of the ContaminationMetric component.
ContaminationMetricDescriptor() - Constructor for class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
ContaminationMetricDescriptor.AttributeBuilder - Class in org.carrot2.output.metrics
Attribute map builder for the ContaminationMetric component.
ContaminationMetricDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.output.metrics.ContaminationMetricDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
ContaminationMetricDescriptor.Attributes - Class in org.carrot2.output.metrics
All attributes of the ContaminationMetric component.
ContaminationMetricDescriptor.Keys - Class in org.carrot2.output.metrics
Constants for all attribute keys of the ContaminationMetric component.
ContaminationMetricDescriptor.Keys() - Constructor for class org.carrot2.output.metrics.ContaminationMetricDescriptor.Keys
 
CONTENT_FIELD - Static variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
Attribute key for: SimpleFieldMapper.contentField.
CONTENT_URL - Static variable in class org.carrot2.core.Document
Field name for an URL pointing to the full version of the document.
contentField - Variable in class org.carrot2.source.lucene.SimpleFieldMapper
Document content field name.
contentField(String) - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
Document content field name.
contentField - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Attributes
 
contentType - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.Thumbnail
 
CONTEXT_FRAGMENTS - Static variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
Attribute key for: SimpleFieldMapper.contextFragments.
ContextClassLoaderLocator - Class in org.carrot2.util.resource
Looks up resources in the thread's context class loader.
ContextClassLoaderLocator() - Constructor for class org.carrot2.util.resource.ContextClassLoaderLocator
 
contextFragments - Variable in class org.carrot2.source.lucene.SimpleFieldMapper
Number of context fragments for the highlighter.
contextFragments(int) - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
Number of context fragments for the highlighter.
contextFragments - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Attributes
 
Controller - Class in org.carrot2.core
A controller implementing the life cycle described in IProcessingComponent.
Controller(IProcessingComponentManager) - Constructor for class org.carrot2.core.Controller
Creates a controller with a custom IProcessingComponentManager, for experts only.
ControllerContextListenerAdapter - Class in org.carrot2.core
An empty adapter implementation of IControllerContextListener.
ControllerContextListenerAdapter() - Constructor for class org.carrot2.core.ControllerContextListenerAdapter
 
ControllerFactory - Class in org.carrot2.core
Creates Controllers in a number of common configurations.
ControllerStatistics - Class in org.carrot2.core
Provides some statistics about processing performed in a Controller.
copy(InputStream, OutputStream, int) - Static method in class org.carrot2.util.StreamUtils
Copies all available data from the input stream to the output stream.
copyAndClose(InputStream, OutputStream, int) - Static method in class org.carrot2.util.StreamUtils
Copies all available data from the input stream to the output stream.
country - Variable in class org.carrot2.source.etools.EToolsDocumentSource
Determines the country of origin for the returned search results.
country(EToolsDocumentSource.Country) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Determines the country of origin for the returned search results.
country(Class<? extends EToolsDocumentSource.Country>) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Determines the country of origin for the returned search results.
country - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Attributes
 
COUNTRY - Static variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Keys
Attribute key for: EToolsDocumentSource.country.
countUnique(int[], int, int) - Static method in class org.carrot2.text.preprocessing.SparseArray
Count unique values in the sorted array.
create(boolean, Class<? extends IProcessingComponent>...) - Static method in class org.carrot2.core.ControllerFactory
Creates a controller with the specified pooling and caching settings.
create(int, Class<? extends IProcessingComponent>...) - Static method in class org.carrot2.core.ControllerFactory
Creates a controller with the specified fixed-size pooling and caching settings.
create(LanguageCode, IStemmerFactory, ITokenizerFactory, ILexicalDataFactory) - Static method in class org.carrot2.text.linguistic.LanguageModel
 
createCaching(Class<? extends IProcessingComponent>...) - Static method in class org.carrot2.core.ControllerFactory
Creates a controller with no processing component pooling but with results caching.
createCachingPooling(Class<? extends IProcessingComponent>...) - Static method in class org.carrot2.core.ControllerFactory
Creates a controller with processing component pooling and results caching.
createConstraints(Annotation...) - Static method in class org.carrot2.util.attribute.constraint.ConstraintFactory
Create a list of constraints based on the provided annotations.
createExecutorService(int, Class<?>) - Static method in class org.carrot2.util.ExecutorServiceUtils
 
createFetcher(MultipageSearchEngine.SearchRange) - Method in class org.carrot2.source.google.GoogleDocumentSource
 
createFetcher(MultipageSearchEngine.SearchRange) - Method in class org.carrot2.source.idol.IdolDocumentSource
 
createFetcher(MultipageSearchEngine.SearchRange) - Method in class org.carrot2.source.microsoft.Bing2DocumentSource
Create a single page fetcher for the search range.
createFetcher(MultipageSearchEngine.SearchRange) - Method in class org.carrot2.source.MultipageSearchEngine
Subclasses should override this method and return a MultipageSearchEngine.SearchEngineResponseCallable instance that fetches search results in the given range.
createFetcher(MultipageSearchEngine.SearchRange) - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSource
 
createInstance() - Method in class org.carrot2.text.linguistic.lucene.SnowballStemmerFactory
 
createInstance() - Method in class org.carrot2.util.factory.CachedInstanceFactoryDecorator
 
createInstance() - Method in class org.carrot2.util.factory.FallbackFactory
Creates an instance of T, making sure it is functional.
createInstance() - Method in interface org.carrot2.util.factory.IFactory
 
createInstance() - Method in class org.carrot2.util.factory.NewClassInstanceFactory
 
createInstance() - Method in class org.carrot2.util.factory.SingletonFactory
 
createPersister(ResourceLookup, Strategy) - Static method in class org.carrot2.util.simplexml.PersisterHelpers
Create a persister with the given ResourceLookup key.
createPooling() - Static method in class org.carrot2.core.ControllerFactory
Creates a controller with processing component pooling but with no results caching.
createPooling(int) - Static method in class org.carrot2.core.ControllerFactory
Creates a controller with processing component pooling but with no results caching.
createSeedingStrategy() - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Returns RandomSeedingStrategy with constant seed.
createSeedingStrategy() - Method in interface org.carrot2.matrix.factorization.seeding.ISeedingStrategyFactory
Creates a ISeedingStrategy.
createSeedingStrategy() - Method in class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategyFactory
 
createSeedingStrategy() - Method in class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory
 
createSimple() - Static method in class org.carrot2.core.ControllerFactory
Creates a controller with no processing component pooling and no results caching.
currentStackTrace() - Static method in class org.carrot2.util.ExceptionUtils
Returns the current stack trace of the calling thread.

D

DATA_SOURCES - Static variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Keys
Attribute key for: EToolsDocumentSource.dataSources.
dataSources - Variable in class org.carrot2.source.etools.EToolsDocumentSource
Determines which data sources to search.
dataSources(EToolsDocumentSource.DataSources) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Determines which data sources to search.
dataSources(Class<? extends EToolsDocumentSource.DataSources>) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Determines which data sources to search.
dataSources - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Attributes
 
dateTime - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResult
 
dateTime - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResult
 
DEFAULT_K - Static variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
The default number of base vectors
DEFAULT_K - Static variable in class org.carrot2.matrix.factorization.PartialSingularValueDecomposition
The default number of desired base vectors
DEFAULT_K - Static variable in class org.carrot2.matrix.factorization.PartialSingularValueDecompositionFactory
The default desired number of base vectors
DEFAULT_LANGUAGE - Static variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Keys
Attribute key for: MultilingualClustering.defaultLanguage.
DEFAULT_LANGUAGE - Static variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Keys
Attribute key for: MultilingualClustering.defaultLanguage.
DEFAULT_MAX_ITERATIONS - Static variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
The default number of maximum iterations
DEFAULT_ORDERED - Static variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
 
DEFAULT_SEEDING_FACTORY - Static variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Default matrix seeding strategy factory
DEFAULT_STOP_THRESHOLD - Static variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
The default stop threshold
DEFAULT_TIMEOUT - Static variable in class org.carrot2.util.httpclient.HttpClientFactory
Default timeout for HttpClientFactory.getTimeoutingClient() in milliseconds.
DefaultConstructorSimpleXmlWrapper - Class in org.carrot2.util.simplexml
A generic wrapper for values of classes with default constructors.
DefaultConstructorSimpleXmlWrapper() - Constructor for class org.carrot2.util.simplexml.DefaultConstructorSimpleXmlWrapper
 
defaultLanguage - Variable in class org.carrot2.text.clustering.MultilingualClustering
Default clustering language.
defaultLanguage(LanguageCode) - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Default clustering language.
defaultLanguage(Class<? extends LanguageCode>) - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Default clustering language.
defaultLanguage(LanguageCode) - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Default clustering language.
defaultLanguage(Class<? extends LanguageCode>) - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Default clustering language.
defaultLanguage - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Attributes
 
defaultLanguage - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Attributes
 
DefaultLexicalDataFactory - Class in org.carrot2.text.linguistic
The default management of lexical resources.
DefaultLexicalDataFactory() - Constructor for class org.carrot2.text.linguistic.DefaultLexicalDataFactory
 
DefaultLexicalDataFactoryDescriptor - Class in org.carrot2.text.linguistic
Metadata and attributes of the DefaultLexicalDataFactory component.
DefaultLexicalDataFactoryDescriptor - Class in org.carrot2.text.linguistic
Metadata and attributes of the DefaultLexicalDataFactory component.
DefaultLexicalDataFactoryDescriptor() - Constructor for class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
DefaultLexicalDataFactoryDescriptor() - Constructor for class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
DefaultLexicalDataFactoryDescriptor.AttributeBuilder - Class in org.carrot2.text.linguistic
Attribute map builder for the DefaultLexicalDataFactory component.
DefaultLexicalDataFactoryDescriptor.AttributeBuilder - Class in org.carrot2.text.linguistic
Attribute map builder for the DefaultLexicalDataFactory component.
DefaultLexicalDataFactoryDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
DefaultLexicalDataFactoryDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
DefaultLexicalDataFactoryDescriptor.Attributes - Class in org.carrot2.text.linguistic
All attributes of the DefaultLexicalDataFactory component.
DefaultLexicalDataFactoryDescriptor.Attributes - Class in org.carrot2.text.linguistic
All attributes of the DefaultLexicalDataFactory component.
DefaultLexicalDataFactoryDescriptor.Keys - Class in org.carrot2.text.linguistic
Constants for all attribute keys of the DefaultLexicalDataFactory component.
DefaultLexicalDataFactoryDescriptor.Keys - Class in org.carrot2.text.linguistic
Constants for all attribute keys of the DefaultLexicalDataFactory component.
DefaultLexicalDataFactoryDescriptor.Keys() - Constructor for class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Keys
 
DefaultLexicalDataFactoryDescriptor.Keys() - Constructor for class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Keys
 
DefaultStemmerFactory - Class in org.carrot2.text.linguistic
 
DefaultStemmerFactory() - Constructor for class org.carrot2.text.linguistic.DefaultStemmerFactory
 
DefaultStemmerFactoryDescriptor - Class in org.carrot2.text.linguistic
Metadata and attributes of the DefaultStemmerFactory component.
DefaultStemmerFactoryDescriptor - Class in org.carrot2.text.linguistic
Metadata and attributes of the DefaultStemmerFactory component.
DefaultStemmerFactoryDescriptor() - Constructor for class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
DefaultStemmerFactoryDescriptor() - Constructor for class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
DefaultStemmerFactoryDescriptor.AttributeBuilder - Class in org.carrot2.text.linguistic
Attribute map builder for the DefaultStemmerFactory component.
DefaultStemmerFactoryDescriptor.AttributeBuilder - Class in org.carrot2.text.linguistic
Attribute map builder for the DefaultStemmerFactory component.
DefaultStemmerFactoryDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
DefaultStemmerFactoryDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
DefaultStemmerFactoryDescriptor.Attributes - Class in org.carrot2.text.linguistic
All attributes of the DefaultStemmerFactory component.
DefaultStemmerFactoryDescriptor.Attributes - Class in org.carrot2.text.linguistic
All attributes of the DefaultStemmerFactory component.
DefaultStemmerFactoryDescriptor.Keys - Class in org.carrot2.text.linguistic
Constants for all attribute keys of the DefaultStemmerFactory component.
DefaultStemmerFactoryDescriptor.Keys - Class in org.carrot2.text.linguistic
Constants for all attribute keys of the DefaultStemmerFactory component.
DefaultStemmerFactoryDescriptor.Keys() - Constructor for class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor.Keys
 
DefaultStemmerFactoryDescriptor.Keys() - Constructor for class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor.Keys
 
DefaultTokenizerFactory - Class in org.carrot2.text.linguistic
 
DefaultTokenizerFactory() - Constructor for class org.carrot2.text.linguistic.DefaultTokenizerFactory
 
DefaultTokenizerFactoryDescriptor - Class in org.carrot2.text.linguistic
Metadata and attributes of the DefaultTokenizerFactory component.
DefaultTokenizerFactoryDescriptor - Class in org.carrot2.text.linguistic
Metadata and attributes of the DefaultTokenizerFactory component.
DefaultTokenizerFactoryDescriptor() - Constructor for class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
DefaultTokenizerFactoryDescriptor() - Constructor for class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
DefaultTokenizerFactoryDescriptor.AttributeBuilder - Class in org.carrot2.text.linguistic
Attribute map builder for the DefaultTokenizerFactory component.
DefaultTokenizerFactoryDescriptor.AttributeBuilder - Class in org.carrot2.text.linguistic
Attribute map builder for the DefaultTokenizerFactory component.
DefaultTokenizerFactoryDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
DefaultTokenizerFactoryDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
DefaultTokenizerFactoryDescriptor.Attributes - Class in org.carrot2.text.linguistic
All attributes of the DefaultTokenizerFactory component.
DefaultTokenizerFactoryDescriptor.Attributes - Class in org.carrot2.text.linguistic
All attributes of the DefaultTokenizerFactory component.
DefaultTokenizerFactoryDescriptor.Keys - Class in org.carrot2.text.linguistic
Constants for all attribute keys of the DefaultTokenizerFactory component.
DefaultTokenizerFactoryDescriptor.Keys - Class in org.carrot2.text.linguistic
Constants for all attribute keys of the DefaultTokenizerFactory component.
DefaultTokenizerFactoryDescriptor.Keys() - Constructor for class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor.Keys
 
DefaultTokenizerFactoryDescriptor.Keys() - Constructor for class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor.Keys
 
defaultValue - Variable in class org.carrot2.util.attribute.AttributeDescriptor
Default value of the attribute.
description - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResult
 
description - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResult
 
description - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in enum org.carrot2.source.microsoft.MarketOption
Culture info description.
description - Variable in class org.carrot2.source.MultipageSearchEngineDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.SearchEngineBaseDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.SearchEngineStatsDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.SimpleSearchEngineDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
A longer, possibly multi sentence, description of the component.
description - Variable in class org.carrot2.util.attribute.AttributeInfo
Attribute description (javadoc excerpt).
description - Variable in class org.carrot2.util.attribute.AttributeValueSet
Human-readable description of this attribute value set.
description - Variable in class org.carrot2.util.attribute.metadata.CommonMetadata
 
deserialize(IResource, ResourceLookup) - Static method in class org.carrot2.core.ProcessingComponentSuite
Deserializes component suite information from an XML stream.
deserialize(CharSequence) - Static method in class org.carrot2.core.ProcessingResult
Deserialize from an input stream of characters.
deserialize(InputStream) - Static method in class org.carrot2.core.ProcessingResult
Deserializes a ProcessingResult from an XML stream.
deserialize(InputStream) - Static method in class org.carrot2.util.attribute.AttributeValueSets
Deserializes a collection of AttributeValueSets from an XML stream.
DESIRED_CLUSTER_COUNT_BASE - Static variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Keys
Attribute key for: LingoClusteringAlgorithm.desiredClusterCountBase.
desiredClusterCountBase - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Desired cluster count base.
desiredClusterCountBase(int) - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Desired cluster count base.
desiredClusterCountBase - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
 
destroy() - Method in class org.carrot2.util.xsltfilter.XSLTFilter
Take this filter out of service.
detach(String, BufferingAppender) - Static method in class org.carrot2.log4j.BufferingAppender
 
detachFromRootLogger(BufferingAppender) - Static method in class org.carrot2.log4j.BufferingAppender
Detaches the provided appender from the root logger.
DF_THRESHOLD - Static variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.Keys
Attribute key for: CaseNormalizer.dfThreshold.
DF_THRESHOLD - Static variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.Keys
Attribute key for: CaseNormalizer.dfThreshold.
DF_THRESHOLD - Static variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.Keys
Attribute key for: PhraseExtractor.dfThreshold.
DF_THRESHOLD - Static variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.Keys
Attribute key for: PhraseExtractor.dfThreshold.
dfThreshold - Variable in class org.carrot2.text.preprocessing.CaseNormalizer
Word Document Frequency threshold.
dfThreshold(int) - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.AttributeBuilder
Word Document Frequency threshold.
dfThreshold(int) - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.AttributeBuilder
Word Document Frequency threshold.
dfThreshold - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.Attributes
 
dfThreshold - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.Attributes
 
dfThreshold - Variable in class org.carrot2.text.preprocessing.PhraseExtractor
Phrase Document Frequency threshold.
dfThreshold(int) - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.AttributeBuilder
Phrase Document Frequency threshold.
dfThreshold(int) - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.AttributeBuilder
Phrase Document Frequency threshold.
dfThreshold - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.Attributes
 
dfThreshold - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.Attributes
 
directory - Variable in class org.carrot2.source.lucene.LuceneDocumentSource
Search index Directory.
directory(Directory) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
Search index Directory.
directory(Class<? extends Directory>) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
Search index Directory.
directory - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
 
DIRECTORY - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
Attribute key for: LuceneDocumentSource.directory.
DirLocator - Class in org.carrot2.util.resource
Looks up resources in a folder.
DirLocator(File) - Constructor for class org.carrot2.util.resource.DirLocator
Initializes the locator using the given directory.
DirLocator(String) - Constructor for class org.carrot2.util.resource.DirLocator
Initializes the locator using the given path.
displayUrl - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResult
 
displayUrl - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResult
 
dispose() - Method in class org.carrot2.core.CachingProcessingComponentManager
 
dispose() - Method in class org.carrot2.core.Controller
Shuts down this controller.
dispose() - Method in interface org.carrot2.core.IProcessingComponent
Invoked before this processing component is about to be destroyed.
dispose() - Method in interface org.carrot2.core.IProcessingComponentManager
Called upon disposal of the controller.
dispose() - Method in class org.carrot2.core.PoolingProcessingComponentManager
 
dispose() - Method in class org.carrot2.core.ProcessingComponentBase
 
dispose() - Method in class org.carrot2.core.SimpleProcessingComponentManager
 
dispose() - Method in class org.carrot2.util.pool.FixedSizePool
 
dispose(T, P) - Method in interface org.carrot2.util.pool.IDisposalListener
Called before the object is disposed of.
dispose() - Method in interface org.carrot2.util.pool.IParameterizedPool
Disposes of the pool.
dispose() - Method in class org.carrot2.util.pool.SoftUnboundedPool
 
Document - Class in org.carrot2.core
A document that to be processed by the framework.
Document() - Constructor for class org.carrot2.core.Document
Creates an empty document with no fields.
Document(String) - Constructor for class org.carrot2.core.Document
Creates a document with the provided title.
Document(String, String) - Constructor for class org.carrot2.core.Document
Creates a document with the provided title and summary.
Document(String, String, LanguageCode) - Constructor for class org.carrot2.core.Document
Creates a document with the provided title, summary and language.
Document(String, String, String) - Constructor for class org.carrot2.core.Document
Creates a document with the provided title, summary and contentUrl.
Document(String, String, String, LanguageCode) - Constructor for class org.carrot2.core.Document
Creates a document with the provided title, summary, contentUrl and language.
document(PreprocessingContext, int, int) - Method in class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
Invoked for each document.
Document.DocumentToId - Class in org.carrot2.core
Transforms a Document to its identifier returned by Document.getId().
Document.IDocumentSerializationListener - Interface in org.carrot2.core
Enables listening to events related to XML/JSON serialization of Documents.
DOCUMENT_COUNT_BOOST - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.documentCountBoost.
DOCUMENT_FIELDS - Static variable in class org.carrot2.text.preprocessing.TokenizerDescriptor.Keys
Attribute key for: Tokenizer.documentFields.
DOCUMENT_FIELDS - Static variable in class org.carrot2.text.preprocessing.TokenizerDescriptor.Keys
Attribute key for: Tokenizer.documentFields.
DocumentAssigner - Class in org.carrot2.text.preprocessing
Assigns document to label candidates.
DocumentAssigner() - Constructor for class org.carrot2.text.preprocessing.DocumentAssigner
 
documentAssigner - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipeline
Document assigner used by the algorithm, contains bindable attributes.
documentAssigner() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested DocumentAssigner component, backed by the same attribute map as the current builder.
documentAssigner() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested DocumentAssigner component, backed by the same attribute map as the current builder.
documentAssigner - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.Attributes
Attributes of the nested DocumentAssigner component.
documentAssigner - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.Attributes
Attributes of the nested DocumentAssigner component.
DocumentAssignerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the DocumentAssigner component.
DocumentAssignerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the DocumentAssigner component.
DocumentAssignerDescriptor() - Constructor for class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
DocumentAssignerDescriptor() - Constructor for class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
DocumentAssignerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the DocumentAssigner component.
DocumentAssignerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the DocumentAssigner component.
DocumentAssignerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
DocumentAssignerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
DocumentAssignerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the DocumentAssigner component.
DocumentAssignerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the DocumentAssigner component.
DocumentAssignerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the DocumentAssigner component.
DocumentAssignerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the DocumentAssigner component.
DocumentAssignerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Keys
 
DocumentAssignerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Keys
 
documentCountBoost - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Document count boost.
documentCountBoost(double) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Document count boost.
documentCountBoost - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
documentFields - Variable in class org.carrot2.text.preprocessing.Tokenizer
Textual fields of documents that should be tokenized and parsed for clustering.
documentFields(Collection<String>) - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor.AttributeBuilder
Textual fields of documents that should be tokenized and parsed for clustering.
documentFields(Collection<String>) - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor.AttributeBuilder
Textual fields of documents that should be tokenized and parsed for clustering.
documentFields - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor.Attributes
 
documentFields - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor.Attributes
 
documentIndex - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
Index of the document this token came from, points to elements of PreprocessingContext.documents.
documentIndices - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllLabels
Indices of documents assigned to the label candidate.
documents - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
 
documents(List<Document>) - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
 
documents - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
Attribute key for: BisectingKMeansClusteringAlgorithm.documents.
documents - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Documents to cluster.
documents(List<Document>) - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Documents to cluster.
documents - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Keys
Attribute key for: LingoClusteringAlgorithm.documents.
documents - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Documents to cluster.
documents(List<Document>) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Documents to cluster.
documents - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.documents.
documents - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithm
Documents to cluster.
documents(List<Document>) - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.AttributeBuilder
Documents to cluster.
documents - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.Keys
Attribute key for: ByFieldClusteringAlgorithm.documents.
documents - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithm
Documents to cluster.
documents(List<Document>) - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.AttributeBuilder
Documents to cluster.
documents - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.Keys
Attribute key for: ByUrlClusteringAlgorithm.documents.
DOCUMENTS - Static variable in class org.carrot2.core.attribute.AttributeNames
 
documents - Variable in class org.carrot2.core.attribute.CommonAttributes
Documents returned by the search engine/ document retrieval system or documents passed as input to the clustering algorithm.
documents(List<Document>) - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Documents returned by the search engine/ document retrieval system or documents passed as input to the clustering algorithm.
documents() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Documents returned by the search engine/ document retrieval system or documents passed as input to the clustering algorithm.
documents - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.documents.
documents - Variable in class org.carrot2.output.metrics.ContaminationMetric
 
documents(List<Document>) - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor.AttributeBuilder
 
documents - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.Keys
Attribute key for: ContaminationMetric.documents.
documents - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetric
 
documents(List<Document>) - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.AttributeBuilder
 
documents - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Keys
Attribute key for: NormalizedMutualInformationMetric.documents.
documents - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
 
documents(List<Document>) - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
 
documents - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.documents.
documents - Variable in class org.carrot2.source.ambient.FubDocumentSource
 
documents() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.AttributeBuilder
 
documents - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Keys
Attribute key for: FubDocumentSource.documents.
documents - Variable in class org.carrot2.source.lucene.LuceneDocumentSource
 
documents() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
 
documents - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
Attribute key for: LuceneDocumentSource.documents.
documents - Variable in class org.carrot2.source.SearchEngineBase
 
documents() - Method in class org.carrot2.source.SearchEngineBaseDescriptor.AttributeBuilder
 
documents - Variable in class org.carrot2.source.SearchEngineBaseDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.source.SearchEngineBaseDescriptor.Keys
Attribute key for: SearchEngineBase.documents.
documents - Variable in class org.carrot2.source.xml.XmlDocumentSource
Documents read from the XML data.
documents() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
Documents read from the XML data.
documents - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 
DOCUMENTS - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.documents.
documents - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
A list of documents to process.
DocumentSourceDescriptor - Class in org.carrot2.core
Descriptor of a IDocumentSource being part of a ProcessingComponentSuite.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.carrot2.util.xsltfilter.XSLTFilter
Apply the XSLT stylesheet to the response and pass the result to the next filter.
doGET(String, Collection<NameValuePair>, Collection<Header>) - Static method in class org.carrot2.util.httpclient.HttpUtils
Opens a HTTP/1.1 connection to the given URL using the GET method, decompresses compressed response streams, if supported by the server.
doGET(String, Collection<NameValuePair>, Collection<Header>, String, String) - Static method in class org.carrot2.util.httpclient.HttpUtils
Opens a HTTP/1.1 connection to the given URL using the GET method, decompresses compressed response streams, if supported by the server.
doGET(String, Collection<NameValuePair>, Collection<Header>, String, String, int) - Static method in class org.carrot2.util.httpclient.HttpUtils
Opens a HTTP/1.1 connection to the given URL using the GET method, decompresses compressed response streams, if supported by the server.
DoubleRange - Annotation Type in org.carrot2.util.attribute.constraint
Requires that the double attribute value is between DoubleRange.min() (inclusively) and DoubleRange.max() (inclusively).

E

E_FETCH_URL - Static variable in class org.carrot2.source.pubmed.PubMedDocumentSource
PubMed fetch service URL
E_SEARCH_URL - Static variable in class org.carrot2.source.pubmed.PubMedDocumentSource
PubMed search service URL
edge(int, int, int, int) - Method in interface org.carrot2.text.suffixtree.SuffixTree.IVisitor
Invoked when an edge is visited.
edge(int, int, int, int) - Method in class org.carrot2.text.suffixtree.SuffixTree.VisitorAdapter
 
EMPTY_ARRAY - Static variable in class org.carrot2.util.CharArrayUtils
 
enabled - Variable in class org.carrot2.output.metrics.ContaminationMetric
Calculate contamination metric.
enabled(boolean) - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor.AttributeBuilder
Calculate contamination metric.
enabled - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.Keys
Attribute key for: ContaminationMetric.enabled.
enabled - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetric
Calculate Normalized Mutual Information metric.
enabled(boolean) - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.AttributeBuilder
Calculate Normalized Mutual Information metric.
enabled - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Keys
Attribute key for: NormalizedMutualInformationMetric.enabled.
enabled - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
Calculate F-measure.
enabled(boolean) - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
Calculate F-measure.
enabled - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.enabled.
enabled - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilter
Remove truncated phrases.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.AttributeBuilder
Remove truncated phrases.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.AttributeBuilder
Remove truncated phrases.
enabled - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Attributes
 
enabled - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Keys
Attribute key for: CompleteLabelFilter.enabled.
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Keys
Attribute key for: CompleteLabelFilter.enabled.
enabled - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilter
Remove labels ending in genitive form.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.AttributeBuilder
Remove labels ending in genitive form.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.AttributeBuilder
Remove labels ending in genitive form.
enabled - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.Attributes
 
enabled - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.Keys
Attribute key for: GenitiveLabelFilter.enabled.
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.Keys
Attribute key for: GenitiveLabelFilter.enabled.
enabled - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilter
Remove labels shorter than 3 characters.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.AttributeBuilder
Remove labels shorter than 3 characters.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.AttributeBuilder
Remove labels shorter than 3 characters.
enabled - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.Attributes
 
enabled - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.Keys
Attribute key for: MinLengthLabelFilter.enabled.
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.Keys
Attribute key for: MinLengthLabelFilter.enabled.
enabled - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilter
Remove numeric labels.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.AttributeBuilder
Remove numeric labels.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.AttributeBuilder
Remove numeric labels.
enabled - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.Attributes
 
enabled - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.Keys
Attribute key for: NumericLabelFilter.enabled.
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.Keys
Attribute key for: NumericLabelFilter.enabled.
enabled - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilter
Remove query words.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.AttributeBuilder
Remove query words.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.AttributeBuilder
Remove query words.
enabled - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.Attributes
 
enabled - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.Keys
Attribute key for: QueryLabelFilter.enabled.
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.Keys
Attribute key for: QueryLabelFilter.enabled.
enabled - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilter
Remove stop labels.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.AttributeBuilder
Remove stop labels.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.AttributeBuilder
Remove stop labels.
enabled - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.Attributes
 
enabled - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.Keys
Attribute key for: StopLabelFilter.enabled.
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.Keys
Attribute key for: StopLabelFilter.enabled.
enabled - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilter
Remove leading and trailing stop words.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.AttributeBuilder
Remove leading and trailing stop words.
enabled(boolean) - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.AttributeBuilder
Remove leading and trailing stop words.
enabled - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.Attributes
 
enabled - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.Attributes
 
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.Keys
Attribute key for: StopWordLabelFilter.enabled.
ENABLED - Static variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.Keys
Attribute key for: StopWordLabelFilter.enabled.
equals(Object) - Method in class org.carrot2.core.ClusterWithParent
 
equals(Object) - Method in class org.carrot2.text.util.MutableCharArray
See comments in the header of this class.
equals(Object) - Method in class org.carrot2.util.Pair
 
equals(Object) - Method in class org.carrot2.util.resource.ClassLoaderLocator
 
equals(Object) - Method in class org.carrot2.util.resource.ClassLoaderResource
 
equals(Object) - Method in class org.carrot2.util.resource.ClassLocator
 
equals(Object) - Method in class org.carrot2.util.resource.ContextClassLoaderLocator
 
equals(Object) - Method in class org.carrot2.util.resource.DirLocator
 
equals(Object) - Method in class org.carrot2.util.resource.FileResource
 
equals(Object) - Method in interface org.carrot2.util.resource.IResourceLocator
Override equals to return true for locators scanning an identical set of locations.
equals(Object) - Method in class org.carrot2.util.resource.PrefixDecoratorLocator
 
equals(Object) - Method in class org.carrot2.util.resource.ResourceLookup
 
equals(Object) - Method in class org.carrot2.util.resource.ServletContextLocator
 
equals(Object) - Method in class org.carrot2.util.resource.URLResource
 
equals(Object) - Method in class org.carrot2.util.resource.URLResourceWithParams
 
equalTo(short) - Static method in class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
Return a new ShortPredicate returning true if the argument equals a given value.
error(TransformerException) - Method in class org.carrot2.util.xslt.StylesheetErrorListener
 
error(TransformerException) - Method in class org.carrot2.util.xslt.TransformerErrorListener
 
EToolsDocumentSource - Class in org.carrot2.source.etools
A Carrot2 input component for the eTools service (http://www.etools.ch).
EToolsDocumentSource() - Constructor for class org.carrot2.source.etools.EToolsDocumentSource
 
EToolsDocumentSource.Country - Enum in org.carrot2.source.etools
Enumeration for countries supported by EToolsDocumentSource, see EToolsDocumentSource.country.
EToolsDocumentSource.DataSources - Enum in org.carrot2.source.etools
Enumeration for the data sources modes supported by EToolsDocumentSource, see EToolsDocumentSource.dataSources.
EToolsDocumentSource.Language - Enum in org.carrot2.source.etools
Enumeration for languages supported by EToolsDocumentSource, see EToolsDocumentSource.language.
EToolsDocumentSourceDescriptor - Class in org.carrot2.source.etools
Metadata and attributes of the EToolsDocumentSource component.
EToolsDocumentSourceDescriptor() - Constructor for class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
EToolsDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.etools
Attribute map builder for the EToolsDocumentSource component.
EToolsDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
EToolsDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.etools
All attributes of the EToolsDocumentSource component.
EToolsDocumentSourceDescriptor.Keys - Class in org.carrot2.source.etools
Constants for all attribute keys of the EToolsDocumentSource component.
EToolsDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Keys
 
EXACT_PHRASE_ASSIGNMENT - Static variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Keys
Attribute key for: DocumentAssigner.exactPhraseAssignment.
EXACT_PHRASE_ASSIGNMENT - Static variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Keys
Attribute key for: DocumentAssigner.exactPhraseAssignment.
exactPhraseAssignment - Variable in class org.carrot2.text.preprocessing.DocumentAssigner
Only exact phrase assignments.
exactPhraseAssignment(boolean) - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.AttributeBuilder
Only exact phrase assignments.
exactPhraseAssignment(boolean) - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.AttributeBuilder
Only exact phrase assignments.
exactPhraseAssignment - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Attributes
 
exactPhraseAssignment - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Attributes
 
exception - Variable in class org.carrot2.util.xslt.TransformerErrorListener
We store the exception internally as a workaround to xalan, which reports TransformerException as RuntimeException (wrapped).
ExceptionUtils - Class in org.carrot2.util
A number of utility classes for working with Throwables.
ExecutorServiceUtils - Class in org.carrot2.util
A number of utility methods for working with the Executors framework.
ExecutorServiceUtils() - Constructor for class org.carrot2.util.ExecutorServiceUtils
 
ExtendedWhitespaceTokenizer - Class in org.carrot2.text.analysis
A tokenizer separating input characters on whitespace, but capable of extracting more complex tokens, such as URLs, e-mail addresses and sentence delimiters.
ExtendedWhitespaceTokenizer() - Constructor for class org.carrot2.text.analysis.ExtendedWhitespaceTokenizer
 
extractPhrases(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.PhraseExtractor
Performs phrase extraction and saves the results to the provided context.

F

F_MEASURE_BY_PARTITION - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.fMeasureByPartition.
FACTORIZATION_FACTORY - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Keys
Attribute key for: TermDocumentMatrixReducer.factorizationFactory.
FACTORIZATION_FACTORY - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Keys
Attribute key for: TermDocumentMatrixReducer.factorizationFactory.
FACTORIZATION_QUALITY - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Keys
Attribute key for: TermDocumentMatrixReducer.factorizationQuality.
FACTORIZATION_QUALITY - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Keys
Attribute key for: TermDocumentMatrixReducer.factorizationQuality.
factorizationFactory - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducer
Factorization method.
factorizationFactory(IMatrixFactorizationFactory) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Factorization method.
factorizationFactory(Class<? extends IMatrixFactorizationFactory>) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Factorization method.
factorizationFactory(IMatrixFactorizationFactory) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Factorization method.
factorizationFactory(Class<? extends IMatrixFactorizationFactory>) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Factorization method.
factorizationFactory - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Attributes
 
factorizationFactory - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Attributes
 
factorizationQuality - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducer
Factorization quality.
factorizationQuality(IterationNumberGuesser.FactorizationQuality) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Factorization quality.
factorizationQuality(Class<? extends IterationNumberGuesser.FactorizationQuality>) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Factorization quality.
factorizationQuality(IterationNumberGuesser.FactorizationQuality) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Factorization quality.
factorizationQuality(Class<? extends IterationNumberGuesser.FactorizationQuality>) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Factorization quality.
factorizationQuality - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Attributes
 
factorizationQuality - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Attributes
 
factorize(DoubleMatrix2D) - Method in interface org.carrot2.matrix.factorization.IMatrixFactorizationFactory
Factorizes matrix A.
factorize(DoubleMatrix2D) - Method in class org.carrot2.matrix.factorization.KMeansMatrixFactorizationFactory
 
factorize(DoubleMatrix2D) - Method in class org.carrot2.matrix.factorization.LocalNonnegativeMatrixFactorizationFactory
 
factorize(DoubleMatrix2D) - Method in class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationEDFactory
 
factorize(DoubleMatrix2D) - Method in class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationKLFactory
 
factorize(DoubleMatrix2D) - Method in class org.carrot2.matrix.factorization.PartialSingularValueDecompositionFactory
 
FallbackFactory<T> - Class in org.carrot2.util.factory
Fallback to the first factory that returns a value.
FallbackFactory(IFactory<T>, IFactory<T>, Predicate<T>, Logger, String) - Constructor for class org.carrot2.util.factory.FallbackFactory
 
FAST_CHAR_ARRAY_COMPARATOR - Static variable in class org.carrot2.text.util.CharArrayComparators
A case-sensitive lexicographic comparator.
fatalError(TransformerException) - Method in class org.carrot2.util.xslt.StylesheetErrorListener
Unrecoverable errors cause an exception to be rethrown.
fatalError(TransformerException) - Method in class org.carrot2.util.xslt.TransformerErrorListener
Unrecoverable errors cause an exception to be rethrown.
featureIndex - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllLabels
Feature index of the label candidate.
featureScorer - Variable in class org.carrot2.clustering.lingo.ClusterBuilder
Optional feature scorer.
FEED_URL_PARAMS - Static variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Keys
Attribute key for: OpenSearchDocumentSource.feedUrlParams.
FEED_URL_TEMPLATE - Static variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Keys
Attribute key for: OpenSearchDocumentSource.feedUrlTemplate.
feedUrlParams - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSource
Additional parameters to be appended to OpenSearchDocumentSource.feedUrlTemplate on each request.
feedUrlParams(Map<String, String>) - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.AttributeBuilder
Additional parameters to be appended to OpenSearchDocumentSource.feedUrlTemplate on each request.
feedUrlParams - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Attributes
 
feedUrlTemplate - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSource
URL to fetch the search feed from.
feedUrlTemplate(String) - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.AttributeBuilder
URL to fetch the search feed from.
feedUrlTemplate - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Attributes
 
fetchSearchResponse() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSource
 
fetchSearchResponse() - Method in class org.carrot2.source.lucene.LuceneDocumentSource
Fetch search engine response.
fetchSearchResponse() - Method in class org.carrot2.source.pubmed.PubMedDocumentSource
 
fetchSearchResponse() - Method in class org.carrot2.source.SimpleSearchEngine
Requests and returns results from the underlying search engine.
fetchSearchResponse() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
 
fetchUrl(String, FeedFetcher) - Static method in class org.carrot2.source.opensearch.RomeFetcherUtils
Fetches an OpenSearch feed from the provided URL and returns the entries as Carrot2 SearchEngineResponse.
field(PreprocessingContext, int, int) - Method in class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
Invoked for each document's field.
FIELD_MAPPER - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
Attribute key for: LuceneDocumentSource.fieldMapper.
FIELD_NAME - Static variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.Keys
Attribute key for: ByFieldClusteringAlgorithm.fieldName.
fieldIndex - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
Document field the token came from.
fieldIndices - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllStems
A bit-packed indices of all fields in which this word appears at least once.
fieldIndices - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllWords
A bit-packed indices of all fields in which this word appears at least once.
fieldMapper - Variable in class org.carrot2.source.lucene.LuceneDocumentSource
IFieldMapper provides the link between Carrot2 Document fields and Lucene index fields.
fieldMapper(IFieldMapper) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
IFieldMapper provides the link between Carrot2 Document fields and Lucene index fields.
fieldMapper(Class<? extends IFieldMapper>) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
IFieldMapper provides the link between Carrot2 Document fields and Lucene index fields.
fieldMapper - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
 
fieldName - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithm
Name of the field to cluster by.
fieldName(String) - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.AttributeBuilder
Name of the field to cluster by.
fieldName - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.Attributes
 
fieldName - Variable in class org.carrot2.util.attribute.AttributeInfo
Name of the declaring field.
FILE_TYPES - Static variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.Keys
Attribute key for: Bing2WebDocumentSource.fileTypes.
FileResource - Class in org.carrot2.util.resource
A local filesystem resource.
FileResource(File) - Constructor for class org.carrot2.util.resource.FileResource
 
fileSize - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.Thumbnail
 
fileTypes - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSource
Specify the allowed file types.
fileTypes(String) - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.AttributeBuilder
Specify the allowed file types.
fileTypes - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.Attributes
 
filter(PreprocessingContext, boolean[], boolean[]) - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilter
Marks incomplete labels.
filter(PreprocessingContext, boolean[], boolean[]) - Method in interface org.carrot2.text.preprocessing.filter.ILabelFilter
Called to perform label filtering.
filter(PreprocessingContext, boolean[], boolean[]) - Method in class org.carrot2.text.preprocessing.filter.SingleLabelFilterBase
 
filter(PreprocessingContext, boolean[], boolean[]) - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilter
 
find(int, Collection<Cluster>) - Static method in class org.carrot2.core.Cluster
Locate the first cluster that has id equal to id.
find(int, Collection<ClusterWithParent>) - Static method in class org.carrot2.core.ClusterWithParent
Locate the first cluster that has id equal to id.
findCoherentSubgraphs(int, GraphUtils.IArcPredicate, boolean) - Static method in class org.carrot2.util.GraphUtils
Finds coherent subgraphs of an undirected graph.
findEdge(int, int) - Method in class org.carrot2.text.suffixtree.SuffixTree
Find a transition from state state, labeled with a given symbol.
firstEdge(int) - Method in class org.carrot2.text.suffixtree.SuffixTree
Returns the index of the first edge from a given state or SuffixTree.NO_EDGE if a given state has no edges.
firstPhraseIndex - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllLabels
The first index in PreprocessingContext.AllLabels.featureIndex which points to PreprocessingContext.AllPhrases, or -1 if there are no phrases in PreprocessingContext.AllLabels.featureIndex.
FixedSizePool<T,P> - Class in org.carrot2.util.pool
An object pool storing hard references to a fixed number of instantiated objects at the given key.
FixedSizePool(int) - Constructor for class org.carrot2.util.pool.FixedSizePool
 
flatten(Collection<Cluster>) - Static method in class org.carrot2.core.Cluster
Flattens a hierarchy of clusters into a flat list.
flatten() - Method in class org.carrot2.util.attribute.BindableDescriptor
Returns a flattened structure of attribute descriptors.
flatten(IntIntOpenHashMap) - Static method in class org.carrot2.util.IntMapUtils
Converts an IntIntOpenHashMap into a flat int [] array.
flattenSortedByKey(IntIntOpenHashMap) - Static method in class org.carrot2.util.IntMapUtils
Converts an IntIntOpenHashMap into a flat int [] array.
flushCenter() - Method in class org.carrot2.text.util.Tabular
Sets column flush on the last added column.
flushLeft() - Method in class org.carrot2.text.util.Tabular
Sets column flush on the last added column.
flushRight() - Method in class org.carrot2.text.util.Tabular
Sets column flush on the last added column.
fMeasureByPartition - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
F-measure by partition.
fMeasureByPartition() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
F-measure by partition.
fMeasureByPartition - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
forClassWithParents(Class<?>) - Static method in class org.carrot2.util.attribute.metadata.BindableMetadata
Load metadata of a given bindable class, merged with bindable attributes from parent classes marked with Bindable as well.
forISOCode(String) - Static method in enum org.carrot2.core.LanguageCode
Return a LanguageCode constant for a given ISO code (or null) if not available.
format(PreprocessingContext, int) - Method in class org.carrot2.text.preprocessing.LabelFormatter
Formats a cluster label for final rendering.
format(char[][], boolean[], boolean) - Static method in class org.carrot2.text.preprocessing.LabelFormatter
A method for formatting cluster labels that is not coupled to PreprocessingContext.allLabels and can be used in algorithms that do not use the full preprocessing pipeline.
formatAttributePlaceholder(String) - Static method in class org.carrot2.util.resource.URLResourceWithParams
Returns attribute place holder based on the attribute name.
formatter - Variable in class org.carrot2.source.lucene.SimpleFieldMapper
Snippet formatter for the highlighter.
formatter(Formatter) - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
Snippet formatter for the highlighter.
formatter(Class<? extends Formatter>) - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
Snippet formatter for the highlighter.
formatter - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Attributes
 
FORMATTER - Static variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
Attribute key for: SimpleFieldMapper.formatter.
FRAGMENT_JOIN - Static variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
Attribute key for: SimpleFieldMapper.fragmentJoin.
fragmentJoin - Variable in class org.carrot2.source.lucene.SimpleFieldMapper
A string used to join context fragments when highlighting.
fragmentJoin(String) - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
A string used to join context fragments when highlighting.
fragmentJoin - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Attributes
 
frobeniusNorm(DoubleMatrix2D) - Static method in class org.carrot2.matrix.MatrixUtils
Calculates the Frobenius norm of a matrix.
from(ISequence) - Static method in class org.carrot2.text.suffixtree.SuffixTreeBuilder
Returns the builder for a suffix tree made from sequence.
FSDirectoryWrapper - Class in org.carrot2.source.lucene
Wraps FSDirectory for serialization with SimpleXML.
FSDirectoryWrapper() - Constructor for class org.carrot2.source.lucene.FSDirectoryWrapper
 
FubDocumentSource - Class in org.carrot2.source.ambient
A base document source for test collections developed at Fondazione Ugo Bordoni.
FubDocumentSource() - Constructor for class org.carrot2.source.ambient.FubDocumentSource
 
FubDocumentSourceDescriptor - Class in org.carrot2.source.ambient
Metadata and attributes of the FubDocumentSource component.
FubDocumentSourceDescriptor() - Constructor for class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
FubDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.ambient
Attribute map builder for the FubDocumentSource component.
FubDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.ambient.FubDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
FubDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.ambient
All attributes of the FubDocumentSource component.
FubDocumentSourceDescriptor.Keys - Class in org.carrot2.source.ambient
Constants for all attribute keys of the FubDocumentSource component.
FubDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Keys
 

G

GenitiveLabelFilter - Class in org.carrot2.text.preprocessing.filter
Accepts labels that do not end in words in the Saxon Genitive form (e.g.
GenitiveLabelFilter() - Constructor for class org.carrot2.text.preprocessing.filter.GenitiveLabelFilter
 
genitiveLabelFilter - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessor
Genitive length label filter.
GenitiveLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the GenitiveLabelFilter component.
GenitiveLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the GenitiveLabelFilter component.
GenitiveLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
GenitiveLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
GenitiveLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the GenitiveLabelFilter component.
GenitiveLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the GenitiveLabelFilter component.
GenitiveLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
GenitiveLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
GenitiveLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the GenitiveLabelFilter component.
GenitiveLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the GenitiveLabelFilter component.
GenitiveLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the GenitiveLabelFilter component.
GenitiveLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the GenitiveLabelFilter component.
GenitiveLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.Keys
 
GenitiveLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.Keys
 
get(Object, Map<String, Object>, Class<? extends Annotation>...) - Static method in class org.carrot2.util.attribute.AttributeBinder
Gets (collects) Attribute values from the provided instance into the provided Map.
get(ResourceLookup, boolean) - Method in class org.carrot2.util.resource.ResourceCache
Acquire a resource from the resource lookup.
getAlgorithms() - Method in class org.carrot2.core.ProcessingComponentSuite
Returns the internal list of algorithms.
getAll(String) - Method in class org.carrot2.util.resource.ClassLoaderLocator
 
getAll(String) - Method in class org.carrot2.util.resource.ClassLocator
 
getAll(String) - Method in class org.carrot2.util.resource.ContextClassLoaderLocator
 
getAll(String) - Method in class org.carrot2.util.resource.DirLocator
 
getAll(String) - Method in interface org.carrot2.util.resource.IResourceLocator
Locate all matching resources and return their IResource handles.
getAll(String) - Method in class org.carrot2.util.resource.PrefixDecoratorLocator
 
getAll(String) - Method in class org.carrot2.util.resource.ResourceLookup
Scans all resource locators and returns matching resources.
getAll(String) - Method in class org.carrot2.util.resource.ServletContextLocator
 
getAllDocuments() - Method in class org.carrot2.core.Cluster
Returns all documents contained in this cluster and (recursively) all documents from this cluster's subclusters.
getAllDocuments(Comparator<Document>) - Method in class org.carrot2.core.Cluster
Returns all documents in this cluster ordered according to the provided comparator.
getAnnotation(Class<T>) - Method in class org.carrot2.util.attribute.AttributeDescriptor
Returns an annotation specified for the attribute.
getApproximationError() - Method in interface org.carrot2.matrix.factorization.IIterativeMatrixFactorization
Returns approximation error achieved after the last iteration of the algorithm or -1 if the approximation error is not available.
getAttribute(String) - Method in class org.carrot2.core.Cluster
Returns the attribute associated with this cluster under the provided key.
getAttribute(String) - Method in interface org.carrot2.core.IControllerContext
Atomically retrieves the value for a given key.
getAttribute(String) - Method in class org.carrot2.core.ProcessingResult
Returns a specific attribute of this result set.
getAttributeMetadata() - Method in class org.carrot2.util.attribute.metadata.BindableMetadata
Returns metadata for all attributes in the bindable type.
getAttributes() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
getAttributes() - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
getAttributes() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
getAttributes() - Method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
getAttributes() - Method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
getAttributes() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
getAttributes() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
getAttributes() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
getAttributes() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor
 
getAttributes() - Method in class org.carrot2.core.Cluster
Returns all attributes of this cluster.
getAttributes() - Method in class org.carrot2.core.ProcessingResult
Returns attributes fed-in and collected during processing.
getAttributes() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
getAttributes() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
getAttributes() - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
getAttributes() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
getAttributes() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
getAttributes() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
getAttributes() - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.MultipageSearchEngineDescriptor
 
getAttributes() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.SearchEngineBaseDescriptor
 
getAttributes() - Method in class org.carrot2.source.SearchEngineStatsDescriptor
 
getAttributes() - Method in class org.carrot2.source.SimpleSearchEngineDescriptor
 
getAttributes() - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
getAttributes() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
getAttributes() - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
getAttributes() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getAttributes() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getAttributes() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getAttributes() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getAttributes() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getAttributes() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getAttributes() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getAttributes() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getAttributes() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getAttributes() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getAttributes() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getAttributes() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getAttributes() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getAttributes() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getAttributes() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getAttributes() - Method in interface org.carrot2.util.attribute.IBindableDescriptor
Returns descriptors of attributes declared by the component or its superclasses.
getAttributesByFieldName() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.MultipageSearchEngineDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.SearchEngineBaseDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.SearchEngineStatsDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.SimpleSearchEngineDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getAttributesByFieldName() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getAttributesByFieldName() - Method in interface org.carrot2.util.attribute.IBindableDescriptor
Returns descriptors of attributes declared by the component or its superclasses mapped by the field name.
getAttributesByKey() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
getAttributesByKey() - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
getAttributesByKey() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
getAttributesByKey() - Method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
getAttributesByKey() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
getAttributesByKey() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
getAttributesByKey() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor
 
getAttributesByKey() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
getAttributesByKey() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
getAttributesByKey() - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
getAttributesByKey() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
getAttributesByKey() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.MultipageSearchEngineDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.SearchEngineBaseDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.SearchEngineStatsDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.SimpleSearchEngineDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
getAttributesByKey() - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getAttributesByKey() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getAttributesByKey() - Method in interface org.carrot2.util.attribute.IBindableDescriptor
Returns descriptors of attributes declared by the component or its superclasses mapped by the attribute key.
getAttributeSetId() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getAttributeSets() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getAttributeSetsResource() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getAttributeValue(String) - Method in class org.carrot2.util.attribute.AttributeValueSet
Returns value of the attribute with the provided key.
getAttributeValue() - Method in interface org.carrot2.util.attribute.constraint.IValueHintMapping
 
getAttributeValues() - Method in class org.carrot2.util.attribute.AttributeValueSet
Returns attribute values defined by this AttributeValueSet and all other AttributeValueSets that this set is based on.
getAttributeValues(AttributeValueSet) - Static method in class org.carrot2.util.attribute.AttributeValueSet
Returns attribute values from the provided AttributeValueSet or null if the provided AttributeValueSet is null.
getAttributeValueSet(String) - Method in class org.carrot2.util.attribute.AttributeValueSets
Returns the AttributeValueSet corresponding to the provided id or null if no AttributeValueSet corresponds to the id.
getAttributeValueSet(String, boolean) - Method in class org.carrot2.util.attribute.AttributeValueSets
Returns the AttributeValueSet corresponding to the provided id or the default AttributeValueSet (possibly null) if no AttributeValueSet corresponds to the id.
getAttributeValueSetIds() - Method in class org.carrot2.util.attribute.AttributeValueSets
Returns identifiers of all AttributeValueSets in this collection.
getAttributeValueSetsBasedOn(AttributeValueSet) - Method in class org.carrot2.util.attribute.AttributeValueSets
Returns all AttributeValueSets from this collection that are based, directly or indirectly, on the provided baseAttributeValueSet.
getBindableDescriptor() - Method in class org.carrot2.core.ProcessingComponentDescriptor
Builds and returns a BindableDescriptor for an instance of this descriptor's IProcessingComponent, with default Init attributes initialized with the default attribute set.
getBuffer() - Method in class org.carrot2.log4j.BufferingAppender
 
getBuffer() - Method in class org.carrot2.text.util.MutableCharArray
 
getCapitalizedRatio(char[]) - Static method in class org.carrot2.util.CharArrayUtils
Computes and returns the ratio of capitalized letters in the string to the numbers of all letters.
getClusters() - Method in class org.carrot2.core.ProcessingResult
Returns the clusters that have been created during processing.
getCode() - Method in enum org.carrot2.source.etools.EToolsDocumentSource.Country
 
getCode() - Method in enum org.carrot2.source.etools.EToolsDocumentSource.DataSources
 
getCode() - Method in enum org.carrot2.source.etools.EToolsDocumentSource.Language
 
getComponentClass() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getComponentConfiguration() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getComponentConfigurations() - Method in class org.carrot2.core.ProcessingComponentSuite
Returns all processing component configurations available in this suite.
getComponents() - Method in class org.carrot2.core.ProcessingComponentSuite
Returns all components available in this suite, including data sources, algorithms and any other types.
getContentUrl() - Method in class org.carrot2.core.Document
Returns this document's Document.CONTENT_URL field.
getContext() - Method in class org.carrot2.core.ProcessingComponentBase
Return the IControllerContext passed in ProcessingComponentBase.init(IControllerContext).
getCurrentAverage() - Method in class org.carrot2.util.RollingWindowAverage
 
getDateSeed() - Method in class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory
Returns true if the current system time is used to generate seed.
getDefaultAttributeValueSet() - Method in class org.carrot2.util.attribute.AttributeValueSets
Returns the default AttributeValueSet of this AttributeValueSets or the first available AttributeValueSet if AttributeValueSets.getDefaultAttributeValueSetId() is null.
getDefaultAttributeValueSetId() - Method in class org.carrot2.util.attribute.AttributeValueSets
Returns the identifier of the default AttributeValueSet within this AttributeValueSets.
getDefaultValues() - Method in class org.carrot2.util.attribute.BindableDescriptor
Returns a map of default values of attributes associated with this bindable.
getDescription() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
getDescription() - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
getDescription() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
getDescription() - Method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
getDescription() - Method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
getDescription() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
getDescription() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
getDescription() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
getDescription() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor
 
getDescription() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getDescription() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
getDescription() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
getDescription() - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
getDescription() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
getDescription() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
getDescription() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
getDescription() - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.MultipageSearchEngineDescriptor
 
getDescription() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.SearchEngineBaseDescriptor
 
getDescription() - Method in class org.carrot2.source.SearchEngineStatsDescriptor
 
getDescription() - Method in class org.carrot2.source.SimpleSearchEngineDescriptor
 
getDescription() - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
getDescription() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
getDescription() - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
getDescription() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getDescription() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getDescription() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getDescription() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getDescription() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getDescription() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getDescription() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getDescription() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getDescription() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getDescription() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getDescription() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getDescription() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getDescription() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getDescription() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getDescription() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getDescription() - Method in interface org.carrot2.util.attribute.IBindableDescriptor
Returns a one sentence summary of the component.
getDescription() - Method in class org.carrot2.util.attribute.metadata.CommonMetadata
A longer, possibly multi sentence, description of the element.
getDescriptor(Class<?>) - Static method in class org.carrot2.util.attribute.BindableDescriptorUtils
 
getDescriptorClass(Class<?>) - Static method in class org.carrot2.util.attribute.BindableDescriptorUtils
 
getDescriptorClassName(String) - Static method in class org.carrot2.util.attribute.BindableDescriptorUtils
Return the mapped descriptor class name for a given class name (descriptors for nested classes become top-level classes).
getDocuments() - Method in class org.carrot2.core.Cluster
Returns all documents contained in this cluster.
getDocuments() - Method in class org.carrot2.core.ProcessingResult
Returns the documents that have been processed.
getDoubleMajorTicks(double, double) - Static method in class org.carrot2.util.RangeUtils
Calculates the spacing between major (primary) "ticks" of a slider.
getDoubleMinorTicks(double, double) - Static method in class org.carrot2.util.RangeUtils
Calculates the spacing between minor (secondary) "ticks" of a slider.
getEndIndex(int) - Method in class org.carrot2.text.suffixtree.SuffixTree
Returns the edge label's end index (inclusive).
getExampleQueries() - Method in class org.carrot2.core.DocumentSourceDescriptor
 
getFeatureScores(LingoProcessingContext) - Method in interface org.carrot2.clustering.lingo.IFeatureScorer
Returns scores for features from PreprocessingContext.allLabels.
getField(String) - Method in class org.carrot2.core.Document
Returns value of the specified field of this document.
getFields() - Method in class org.carrot2.core.Document
Returns all fields of this document.
getFile() - Method in class org.carrot2.util.resource.FileResource
 
getFirst(Collection<T>) - Static method in class org.carrot2.util.CollectionUtils
Returns the first element from the provided collection.
getFirst(String) - Method in class org.carrot2.util.resource.ResourceLookup
Scans through resource locators and returns the first matching resource.
getGroup() - Method in class org.carrot2.util.attribute.metadata.AttributeMetadata
Returns the label of the group this attribute belongs to or null if the attribute is not assigned to any group.
getIconPath() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getId() - Method in class org.carrot2.core.Cluster
Internal identifier of this cluster within the ProcessingResult.
getId() - Method in class org.carrot2.core.Document
A unique identifier of this document.
getId() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getIdentityTransformerHandler() - Method in class org.carrot2.util.xslt.TemplatesPool
 
getInitializationFailure() - Method in class org.carrot2.core.ProcessingComponentDescriptor
Returns initialization failure (Throwable) or null.
getIntMajorTicks(int, int) - Static method in class org.carrot2.util.RangeUtils
Calculates the spacing between major (primary) "ticks" of a slider.
getIntMinorTicks(int, int) - Static method in class org.carrot2.util.RangeUtils
Calculates the spacing between minor (secondary) "ticks" of a slider.
getIsoCode() - Method in enum org.carrot2.core.LanguageCode
 
getIterationsCompleted() - Method in interface org.carrot2.matrix.factorization.IIterativeMatrixFactorization
Returns the number of iterations the algorithm has completed.
getK() - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Returns the number of base vectors k .
getK() - Method in class org.carrot2.matrix.factorization.PartialSingularValueDecomposition
Returns the number of base vectors k .
getK() - Method in class org.carrot2.matrix.factorization.PartialSingularValueDecompositionFactory
Returns the number of base vectors k .
getKey(Class<?>, String) - Static method in class org.carrot2.util.attribute.AttributeUtils
Computes the attribute key according to the definition in Attribute.key().
getKey(Field) - Static method in class org.carrot2.util.attribute.BindableUtils
Computes the attribute key according to the definition in Attribute.key().
getLabel() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
getLabel() - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
getLabel() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
getLabel() - Method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
getLabel() - Method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
getLabel() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
getLabel() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
getLabel() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
getLabel() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor
 
getLabel() - Method in class org.carrot2.core.Cluster
Formats this cluster's label.
getLabel() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getLabel() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
getLabel() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
getLabel() - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
getLabel() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
getLabel() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
getLabel() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
getLabel() - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.MultipageSearchEngineDescriptor
 
getLabel() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.SearchEngineBaseDescriptor
 
getLabel() - Method in class org.carrot2.source.SearchEngineStatsDescriptor
 
getLabel() - Method in class org.carrot2.source.SimpleSearchEngineDescriptor
 
getLabel() - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
getLabel() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
getLabel() - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
getLabel() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getLabel() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getLabel() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getLabel() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getLabel() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getLabel() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getLabel() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getLabel() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getLabel() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getLabel() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getLabel() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getLabel() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getLabel() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getLabel() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getLabel() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getLabel() - Method in interface org.carrot2.util.attribute.IBindableDescriptor
Returns a short label for the component.
getLabel() - Method in class org.carrot2.util.attribute.metadata.CommonMetadata
A short label for the element which can be presented as the label of the corresponding UI component.
getLabelOrTitle() - Method in class org.carrot2.util.attribute.metadata.CommonMetadata
Returns the label if it is not-null, otherwise returns title.
getLanguage() - Method in class org.carrot2.core.Document
Returns this document's Document.LANGUAGE.
getLanguageCode() - Method in class org.carrot2.text.linguistic.LanguageModel
 
getLength() - Method in class org.carrot2.util.IntArrayPredicateIterator
Returns the length (number of elements) of the range most recently acquired from IntArrayPredicateIterator.next().
getLevel() - Method in class org.carrot2.util.attribute.metadata.AttributeMetadata
Returns the attribute level (basic, medium, advanced) or null if the attribute has no level assigned.
getLexicalData(LanguageCode) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactory
The main logic for acquiring a shared ILexicalData instance.
getLexicalData(LanguageCode) - Method in interface org.carrot2.text.linguistic.ILexicalDataFactory
Provide ILexicalData for a given language.
getLexicalData() - Method in class org.carrot2.text.linguistic.LanguageModel
 
getLocale() - Method in enum org.carrot2.core.LanguageCode
 
getLocators() - Method in class org.carrot2.util.resource.ResourceLookup
Returns a copy of the internal locators array.
getMaxIterations() - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Returns the maximum number of iterations used by this factory.
getMaxIterations() - Method in class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategyFactory
Returns the maximum number of iterations the k-means algorithm is allowed to perform.
getMessage() - Method in exception org.carrot2.util.attribute.constraint.ConstraintViolationException
 
getMnemonic() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getOwnAttributes() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
getOwnAttributes() - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
getOwnAttributes() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
getOwnAttributes() - Method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
getOwnAttributes() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
getOwnAttributes() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
getOwnAttributes() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor
 
getOwnAttributes() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
getOwnAttributes() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
getOwnAttributes() - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
getOwnAttributes() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
getOwnAttributes() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.MultipageSearchEngineDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.SearchEngineBaseDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.SearchEngineStatsDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.SimpleSearchEngineDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
getOwnAttributes() - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getOwnAttributes() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getOwnAttributes() - Method in interface org.carrot2.util.attribute.IBindableDescriptor
Returns descriptors of attributes declared directly by the component.
getPassword() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
Returns the password to use for HTTP Basic Authentication.
getPayloadAsStream() - Method in class org.carrot2.util.httpclient.HttpUtils.Response
 
getPhrase(int) - Method in class org.carrot2.text.preprocessing.PreprocessingContext.AllPhrases
Returns space-separated words that constitute this phrase.
getPhrases() - Method in class org.carrot2.core.Cluster
Returns all phrases describing this cluster.
getPlatform() - Static method in enum org.carrot2.core.Platform
Returns the current execution platform (hardcoded at build time).
getPrefix() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
getPrefix() - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
getPrefix() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
getPrefix() - Method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
getPrefix() - Method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
getPrefix() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
getPrefix() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
getPrefix() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
getPrefix() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor
 
getPrefix() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
getPrefix() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
getPrefix() - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
getPrefix() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
getPrefix() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
getPrefix() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
getPrefix() - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.MultipageSearchEngineDescriptor
 
getPrefix() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.SearchEngineBaseDescriptor
 
getPrefix() - Method in class org.carrot2.source.SearchEngineStatsDescriptor
 
getPrefix() - Method in class org.carrot2.source.SimpleSearchEngineDescriptor
 
getPrefix() - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
getPrefix() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
getPrefix() - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
getPrefix() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getPrefix() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getPrefix() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getPrefix() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getPrefix() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getPrefix() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getPrefix() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getPrefix() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getPrefix() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getPrefix() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getPrefix() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getPrefix() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getPrefix() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getPrefix() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getPrefix() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getPrefix() - Method in interface org.carrot2.util.attribute.IBindableDescriptor
Returns the attribute prefix used by the component.
getResourceLookup(Map<Object, Object>) - Static method in class org.carrot2.util.simplexml.PersisterHelpers
Acquire ResourceLookup from a serialization/ deserialization session.
getResultsTotal() - Method in class org.carrot2.source.SearchEngineResponse
 
getRootState() - Method in class org.carrot2.text.suffixtree.SuffixTree
For procedural traversals (not visitors).
getScore() - Method in class org.carrot2.core.Cluster
Returns this cluster's "score" field.
getScore() - Method in class org.carrot2.core.Document
Returns this document's Document.SCORE.
getSearchFields() - Method in interface org.carrot2.source.lucene.IFieldMapper
Return the names of search fields in the index.
getSearchFields() - Method in class org.carrot2.source.lucene.SimpleFieldMapper
 
getSearchRanges(int, int, int, int, boolean) - Static method in class org.carrot2.source.MultipageSearchEngine.SearchRange
Given an unconstrained start and results count, adjust it to the allowed window and split into page buckets if necessary.
getSeed() - Method in class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory
Returns the random seed to be used.
getSeedingFactory() - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Returns the ISeedingStrategyFactory used by this factory.
getSentinelObject() - Method in class org.carrot2.util.PriorityQueue
This method can be overridden by extending classes to return a sentinel object which will be used by PriorityQueue.initialize(int) to fill the queue, so that the code which uses that queue can always assume it's full and only change the top without attempting to insert any new object.
Those sentinel values should always compare worse than any non-sentinel value (i.e., PriorityQueue.lessThan(T, T) should always favor the non-sentinel values).
By default, this method returns false, which means the queue will not be filled with sentinel values.
getSharedExecutor(int, Class<?>) - Method in class org.carrot2.core.ProcessingComponentBase
 
getSingularValues() - Method in class org.carrot2.matrix.factorization.PartialSingularValueDecomposition
Returns singular values of the matrix.
getSources() - Method in class org.carrot2.core.Document
Returns this document's Document.SOURCES field.
getSources() - Method in class org.carrot2.core.ProcessingComponentSuite
Returns the internal list of document sources.
getStart() - Method in class org.carrot2.text.util.MutableCharArray
 
getStartIndex(int) - Method in class org.carrot2.text.suffixtree.SuffixTree
Returns the edge label's start index (inclusive).
getStatesCount() - Method in class org.carrot2.text.suffixtree.SuffixTree
 
getStatistics() - Method in class org.carrot2.core.CachingProcessingComponentManager
 
getStatistics() - Method in class org.carrot2.core.Controller
Returns current statistics related to the processing performed in this controller, including: number of queries, number of successful queries, processing times, cache utilization if applicable.
getStemmer(LanguageCode) - Method in class org.carrot2.text.linguistic.DefaultStemmerFactory
 
getStemmer(LanguageCode) - Method in class org.carrot2.text.linguistic.IdentityStemmerFactory
 
getStemmer(LanguageCode) - Method in interface org.carrot2.text.linguistic.IStemmerFactory
Provide IStemmer for a given language.
getStemmer() - Method in class org.carrot2.text.linguistic.LanguageModel
 
getStopThreshold() - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Returns the stop threshold used by this factory.
getSubclusters() - Method in class org.carrot2.core.Cluster
Returns all subclusters of this cluster.
getSummary() - Method in class org.carrot2.core.Document
Returns this document's Document.SUMMARY field.
getTemplate(String) - Method in class org.carrot2.util.xslt.TemplatesPool
Retrieves a previously stored template, if available.
getTimeoutingClient(int) - Static method in class org.carrot2.util.httpclient.HttpClientFactory
 
getTimeoutingClient() - Static method in class org.carrot2.util.httpclient.HttpClientFactory
 
getTitle() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
 
getTitle() - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
 
getTitle() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
getTitle() - Method in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
getTitle() - Method in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
getTitle() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
getTitle() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
 
getTitle() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
 
getTitle() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor
 
getTitle() - Method in class org.carrot2.core.Document
Returns this document's Document.TITLE field.
getTitle() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
getTitle() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
 
getTitle() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor
 
getTitle() - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
getTitle() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
getTitle() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
getTitle() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
getTitle() - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.MultipageSearchEngineDescriptor
 
getTitle() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.SearchEngineBaseDescriptor
 
getTitle() - Method in class org.carrot2.source.SearchEngineStatsDescriptor
 
getTitle() - Method in class org.carrot2.source.SimpleSearchEngineDescriptor
 
getTitle() - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
getTitle() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
getTitle() - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
getTitle() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getTitle() - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
getTitle() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getTitle() - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
 
getTitle() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getTitle() - Method in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
 
getTitle() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getTitle() - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
 
getTitle() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getTitle() - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getTitle() - Method in class org.carrot2.text.preprocessing.TokenizerDescriptor
 
getTitle() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getTitle() - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
getTitle() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getTitle() - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
getTitle() - Method in interface org.carrot2.util.attribute.IBindableDescriptor
Returns a one sentence summary of the component.
getTitle() - Method in class org.carrot2.util.attribute.metadata.CommonMetadata
A one sentence summary of the element.
getTokenizer(LanguageCode) - Method in class org.carrot2.text.linguistic.DefaultTokenizerFactory
 
getTokenizer(LanguageCode) - Method in interface org.carrot2.text.linguistic.ITokenizerFactory
Provide ITokenizer for a given language.
getTokenizer() - Method in class org.carrot2.text.linguistic.LanguageModel
 
getTopicId() - Method in enum org.carrot2.source.ambient.AmbientDocumentSource.AmbientTopic
 
getTopicId() - Method in enum org.carrot2.source.ambient.Odp239DocumentSource.Odp239Topic
 
getTopicLabel(String) - Static method in class org.carrot2.source.ambient.AmbientDocumentSource
 
getTopicLabel(String) - Static method in class org.carrot2.source.ambient.Odp239DocumentSource
 
getToState(int) - Method in class org.carrot2.text.suffixtree.SuffixTree
Returns the target state for a given edge.
getTransitionsCount() - Method in class org.carrot2.text.suffixtree.SuffixTree
 
getU() - Method in interface org.carrot2.matrix.factorization.IMatrixFactorization
Returns the U matrix (base vectors matrix).
getUpdatesInWindow() - Method in class org.carrot2.util.RollingWindowAverage
Returns the number of updates kept in the rolling window's scope.
getUrl() - Method in class org.carrot2.util.resource.URLResource
 
getUrl() - Method in class org.carrot2.util.resource.URLResourceWithParams
 
getUser() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
Returns the user name to use for HTTP Basic Authentication.
getUserFriendlyName() - Method in interface org.carrot2.util.attribute.constraint.IValueHintMapping
 
getV() - Method in interface org.carrot2.matrix.factorization.IMatrixFactorization
Returns the V matrix (coefficient matrix)
getValidValuesMap(Class<? extends Enum<?>>) - Static method in class org.carrot2.util.attribute.constraint.ValueHintMappingUtils
Returns a bidirectional mapping between valid attribute values (keys) and their enum constants (values).
getValue() - Method in class org.carrot2.source.lucene.FSDirectoryWrapper
 
getValue() - Method in class org.carrot2.source.lucene.StandardAnalyzerWrapper
 
getValue(double) - Method in class org.carrot2.util.LinearApproximation
Returns approximated value for the provided argument.
getValue() - Method in class org.carrot2.util.simplexml.DefaultConstructorSimpleXmlWrapper
 
getValue() - Method in interface org.carrot2.util.simplexml.ISimpleXmlWrapper
Returns the value represented by this wrapper.
getValueToFriendlyName(Class<? extends Enum<?>>) - Static method in class org.carrot2.util.attribute.constraint.ValueHintMappingUtils
Returns a bidirectional mapping between valid attribute values (keys) and user-friendly names (values).
getWindowSizeMillis() - Method in class org.carrot2.util.RollingWindowAverage
Returns the size of the rolling window.
getXsltParameters() - Method in class org.carrot2.source.solr.SolrDocumentSource
 
getXsltParameters() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
Returns parameters to be passed to the XSLT transformer.
getXsltResource() - Method in class org.carrot2.source.etools.EToolsDocumentSource
 
getXsltResource() - Method in class org.carrot2.source.google.GoogleDesktopDocumentSource
 
getXsltResource() - Method in class org.carrot2.source.solr.SolrDocumentSource
 
getXsltResource() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
Returns the XSLT stylesheet that transforms the custom XML into Carrot2 compliant XML.
goodQueries - Variable in class org.carrot2.core.ControllerStatistics
Number of queries handled without an exception.
GoogleDesktopDocumentSource - Class in org.carrot2.source.google
Fetches documents from an instance of Google Desktop search engine.
GoogleDesktopDocumentSource() - Constructor for class org.carrot2.source.google.GoogleDesktopDocumentSource
 
GoogleDesktopDocumentSourceDescriptor - Class in org.carrot2.source.google
Metadata and attributes of the GoogleDesktopDocumentSource component.
GoogleDesktopDocumentSourceDescriptor() - Constructor for class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
 
GoogleDesktopDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.google
Attribute map builder for the GoogleDesktopDocumentSource component.
GoogleDesktopDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
GoogleDesktopDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.google
All attributes of the GoogleDesktopDocumentSource component.
GoogleDesktopDocumentSourceDescriptor.Keys - Class in org.carrot2.source.google
Constants for all attribute keys of the GoogleDesktopDocumentSource component.
GoogleDesktopDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.Keys
 
GoogleDocumentSource - Class in org.carrot2.source.google
A IDocumentSource fetching search results from Google JSON API.
GoogleDocumentSource() - Constructor for class org.carrot2.source.google.GoogleDocumentSource
 
GoogleDocumentSourceDescriptor - Class in org.carrot2.source.google
Metadata and attributes of the GoogleDocumentSource component.
GoogleDocumentSourceDescriptor() - Constructor for class org.carrot2.source.google.GoogleDocumentSourceDescriptor
 
GoogleDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.google
Attribute map builder for the GoogleDocumentSource component.
GoogleDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.google.GoogleDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
GoogleDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.google
All attributes of the GoogleDocumentSource component.
GoogleDocumentSourceDescriptor.Keys - Class in org.carrot2.source.google
Constants for all attribute keys of the GoogleDocumentSource component.
GoogleDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Keys
 
GraphUtils - Class in org.carrot2.util
Various utilities for processing graphs.
GraphUtils() - Constructor for class org.carrot2.util.GraphUtils
 
GraphUtils.IArcPredicate - Interface in org.carrot2.util
A predicate defining arcs of an undirected graph.
group - Variable in class org.carrot2.util.attribute.AttributeInfo
Attribute group in the user interface.
group(BindableDescriptor.GroupingMethod) - Method in class org.carrot2.util.attribute.BindableDescriptor
Returns a grouped structure of attribute descriptors.
groupedBy - Variable in class org.carrot2.util.attribute.BindableDescriptor
The method by which this BindableDescriptor is grouped.
GZIP_ENCODING - Static variable in class org.carrot2.util.httpclient.HttpHeaders
HTTP header for declaring allowed GZIP encoding.

H

harmonicMean(double, double) - Static method in class org.carrot2.util.MathUtils
Returns the harmonic mean of v1 and v2, giving both arguments equal weight.
harmonicMean(double, double, double, double) - Static method in class org.carrot2.util.MathUtils
Returns the harmonic mean of v1 and v2, weighting them by w1 and w2, respectively.
hasCapitalizedLetters(char[]) - Static method in class org.carrot2.util.CharArrayUtils
Returns true if the input array contains any capitalized characters.
hashCode() - Method in class org.carrot2.core.ClusterWithParent
 
hashCode() - Method in class org.carrot2.text.util.MutableCharArray
See comments in the header of this class.
hashCode(char[], int, int) - Static method in class org.carrot2.text.util.MutableCharArray
Calculates a hash code for a given portion of the character buffer.
hashCode() - Method in class org.carrot2.util.Pair
 
hashCode() - Method in class org.carrot2.util.resource.ClassLoaderLocator
 
hashCode() - Method in class org.carrot2.util.resource.ClassLoaderResource
 
hashCode() - Method in class org.carrot2.util.resource.ClassLocator
 
hashCode() - Method in class org.carrot2.util.resource.ContextClassLoaderLocator
 
hashCode() - Method in class org.carrot2.util.resource.DirLocator
 
hashCode() - Method in class org.carrot2.util.resource.FileResource
 
hashCode() - Method in interface org.carrot2.util.resource.IResourceLocator
Override hash code to return consistent hash code depending on all locations scanned by this locator.
hashCode() - Method in class org.carrot2.util.resource.PrefixDecoratorLocator
 
hashCode() - Method in class org.carrot2.util.resource.ResourceLookup
 
hashCode() - Method in class org.carrot2.util.resource.ServletContextLocator
 
hashCode() - Method in class org.carrot2.util.resource.URLResource
 
hashCode() - Method in class org.carrot2.util.resource.URLResourceWithParams
 
hasLabels() - Method in class org.carrot2.text.preprocessing.PreprocessingContext
Returns true if this context contains any label candidates.
hasNext() - Method in class org.carrot2.util.IntArrayPredicateIterator
 
hasWords() - Method in class org.carrot2.text.preprocessing.PreprocessingContext
Returns true if this context contains any words.
headers - Variable in class org.carrot2.util.httpclient.HttpUtils.Response
 
heap - Variable in class org.carrot2.util.PriorityQueue
 
height - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.Thumbnail
 
highlightTerm(String, TokenGroup) - Method in class org.carrot2.source.lucene.PlainTextFormatter
 
HttpClientFactory - Class in org.carrot2.util.httpclient
Prepare instances of HttpClient with desired socket configuration settings.
HttpHeaders - Class in org.carrot2.util.httpclient
Some commonly used HTTP headers.
HttpUtils - Class in org.carrot2.util.httpclient
Various utilities for working with HTTP data streams.
HttpUtils.Response - Class in org.carrot2.util.httpclient
A static holder storing HTTP response fields.
HttpUtils.Response() - Constructor for class org.carrot2.util.httpclient.HttpUtils.Response
 

I

IActivationListener<T,P> - Interface in org.carrot2.util.pool
Pooled object activation listener.
IBindableDescriptor - Interface in org.carrot2.util.attribute
Additional, statically derived, metadata describing a Bindable component.
IClusteringAlgorithm - Interface in org.carrot2.core
A marker interface for processing components performing clustering of documents.
IClusteringMetric - Interface in org.carrot2.output.metrics
A clustering quality metric.
IControllerContext - Interface in org.carrot2.core
The controller context is a map of key-value pairs, attached to an initialized Controller instance.
IControllerContextListener - Interface in org.carrot2.core
A listener receiving events related to a IControllerContext.
IdealPartitioningBasedMetricDescriptor - Class in org.carrot2.output.metrics
Metadata and attributes of the IdealPartitioningBasedMetric component.
IdealPartitioningBasedMetricDescriptor() - Constructor for class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
 
IdealPartitioningBasedMetricDescriptor.AttributeBuilder - Class in org.carrot2.output.metrics
Attribute map builder for the IdealPartitioningBasedMetric component.
IdealPartitioningBasedMetricDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
IdealPartitioningBasedMetricDescriptor.Attributes - Class in org.carrot2.output.metrics
All attributes of the IdealPartitioningBasedMetric component.
IdealPartitioningBasedMetricDescriptor.Keys - Class in org.carrot2.output.metrics
Constants for all attribute keys of the IdealPartitioningBasedMetric component.
IdealPartitioningBasedMetricDescriptor.Keys() - Constructor for class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.Keys
 
identifierToHumanReadable(String) - Static method in class org.carrot2.util.StringUtils
 
IdentityStemmer - Class in org.carrot2.text.linguistic
An implementation of IStemmer that always returns null from IdentityStemmer.stem(CharSequence).
IdentityStemmer() - Constructor for class org.carrot2.text.linguistic.IdentityStemmer
 
IdentityStemmerFactory - Class in org.carrot2.text.linguistic
An IStemmerFactory implementation that returns IdentityStemmers for all supported languages.
IdentityStemmerFactory() - Constructor for class org.carrot2.text.linguistic.IdentityStemmerFactory
 
IDisposalListener<T,P> - Interface in org.carrot2.util.pool
Pooled object disposal listener.
IDocumentSource - Interface in org.carrot2.core
A marker interface for processing components providing documents for further processing.
IDOL_SERVER_NAME - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.idolServerName.
IDOL_SERVER_PORT - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.idolServerPort.
IdolDocumentSource - Class in org.carrot2.source.idol
A IDocumentSource fetching Documents (search results) from an IDOL Search Engine.
IdolDocumentSource() - Constructor for class org.carrot2.source.idol.IdolDocumentSource
 
IdolDocumentSourceDescriptor - Class in org.carrot2.source.idol
Metadata and attributes of the IdolDocumentSource component.
IdolDocumentSourceDescriptor() - Constructor for class org.carrot2.source.idol.IdolDocumentSourceDescriptor
 
IdolDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.idol
Attribute map builder for the IdolDocumentSource component.
IdolDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
IdolDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.idol
All attributes of the IdolDocumentSource component.
IdolDocumentSourceDescriptor.Keys - Class in org.carrot2.source.idol
Constants for all attribute keys of the IdolDocumentSource component.
IdolDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
 
idolServerName - Variable in class org.carrot2.source.idol.IdolDocumentSource
URL of the IDOL Server.
idolServerName(String) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
URL of the IDOL Server.
idolServerName - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
idolServerPort - Variable in class org.carrot2.source.idol.IdolDocumentSource
IDOL Server Port.
idolServerPort(int) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
IDOL Server Port.
idolServerPort - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
IFactory<T> - Interface in org.carrot2.util.factory
A factory of T.
IFeatureScorer - Interface in org.carrot2.clustering.lingo
Generates additional scores for features.
IFieldMapper - Interface in org.carrot2.source.lucene
Maps Lucene index's fields onto Carrot2 Document fields.
IGNORE_WORD_IF_IN_FEWER_DOCS - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.ignoreWordIfInFewerDocs.
IGNORE_WORD_IF_IN_HIGHER_DOCS_PERCENT - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.ignoreWordIfInHigherDocsPercent.
ignoreWordIfInFewerDocs - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Minimum word-document recurrences.
ignoreWordIfInFewerDocs(int) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Minimum word-document recurrences.
ignoreWordIfInFewerDocs - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
ignoreWordIfInHigherDocsPercent - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Maximum word-document ratio.
ignoreWordIfInHigherDocsPercent(double) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Maximum word-document ratio.
ignoreWordIfInHigherDocsPercent - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
IInstantiationListener<T,P> - Interface in org.carrot2.util.pool
Pooled object instantiation listener.
IIterativeMatrixFactorization - Interface in org.carrot2.matrix.factorization
Performs an iterative matrix factorization.
ILabelAssigner - Interface in org.carrot2.clustering.lingo
Assigns labels to base vectors obtained from the factorization.
ILabelFilter - Interface in org.carrot2.text.preprocessing.filter
Defines the contract for label filtering components, which mark words and phrases that should not be considered as candidates for cluster labels
ILexicalData - Interface in org.carrot2.text.linguistic
Additional lexical information for a given language.
ILexicalDataFactory - Interface in org.carrot2.text.linguistic
Provides instances of ILexicalData for each language.
image - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllStems
Stem image as produced by the IStemmer, may not correspond to any correct word.
image - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
Token image as it appears in the input.
image - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllWords
The most frequently appearing variant of the word with respect to case.
images - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.BingResponse
 
IMatrixFactorization - Interface in org.carrot2.matrix.factorization
For an m × n matrix A and given k, computes an m × k matrix U and k × n matrix V' such that A ~= UV'.
IMatrixFactorizationFactory - Interface in org.carrot2.matrix.factorization
A factory of IMatrixFactorizations.
Immutable - Annotation Type in org.carrot2.util.annotations
Marker interface for classes that are immutable (once created, never change their state.
IMonolingualClusteringAlgorithm - Interface in org.carrot2.text.clustering
An internal interface of an algorithm performing clustering in one language.
ImplementingClasses - Annotation Type in org.carrot2.util.attribute.constraint
Requires that instances bound to the attribute are of one of the provided ImplementingClasses.classes().
includeDocumentsWithoutTopic - Variable in class org.carrot2.source.ambient.FubDocumentSource
Include documents without topics.
increment(Map<K, Integer>, K) - Static method in class org.carrot2.util.MapUtils
 
increment(Map<K, Integer>, K, int) - Static method in class org.carrot2.util.MapUtils
 
incrementByPage - Variable in class org.carrot2.source.MultipageSearchEngineMetadata
If false, the start position of the search is determined by the result index, which is the case for most search engines.
incrPageRequestCount() - Method in class org.carrot2.source.SearchEngineStats
 
incrQueryCount() - Method in class org.carrot2.source.SearchEngineStats
 
Init - Annotation Type in org.carrot2.core.attribute
Marks attributes that will be bound upon initialization of a Carrot2 component instance.
init(IControllerContext, Map<String, Object>, ProcessingComponentConfiguration...) - Method in class org.carrot2.core.CachingProcessingComponentManager
 
init() - Method in class org.carrot2.core.Controller
Initializes this controller with an empty Init-time attributes map.
init(Map<String, Object>) - Method in class org.carrot2.core.Controller
Initializes this controller with the provided @Init-time attributes.
init(Map<String, Object>, ProcessingComponentConfiguration...) - Method in class org.carrot2.core.Controller
Initializes this controller with the provided Init-time attributes and additional component-specific Init-time attributes.
init(IControllerContext) - Method in interface org.carrot2.core.IProcessingComponent
Invoked after component's attributes marked with Init and Input annotations have been bound, but before calls to any other methods of this component.
init(IControllerContext, Map<String, Object>, ProcessingComponentConfiguration...) - Method in interface org.carrot2.core.IProcessingComponentManager
Called upon initialization of the Controller.
init(IControllerContext, Map<String, Object>, ProcessingComponentConfiguration...) - Method in class org.carrot2.core.PoolingProcessingComponentManager
 
init(IControllerContext) - Method in class org.carrot2.core.ProcessingComponentBase
 
init(IControllerContext, Map<String, Object>, ProcessingComponentConfiguration...) - Method in class org.carrot2.core.SimpleProcessingComponentManager
 
init(IControllerContext) - Method in class org.carrot2.source.lucene.LuceneDocumentSource
 
init(IControllerContext) - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
 
init(IControllerContext) - Method in class org.carrot2.source.xml.XmlDocumentSource
 
init(IInstantiationListener<T, P>, IActivationListener<T, P>, IPassivationListener<T, P>, IDisposalListener<T, P>) - Method in class org.carrot2.util.pool.FixedSizePool
Initialize listeners.
init(IInstantiationListener<T, P>, IActivationListener<T, P>, IPassivationListener<T, P>, IDisposalListener<T, P>) - Method in interface org.carrot2.util.pool.IParameterizedPool
Initializes the pool with a number of listeners.
init(IInstantiationListener<T, P>, IActivationListener<T, P>, IPassivationListener<T, P>, IDisposalListener<T, P>) - Method in class org.carrot2.util.pool.SoftUnboundedPool
 
init(FilterConfig) - Method in class org.carrot2.util.xsltfilter.XSLTFilter
Place this filter into service.
initialize(int) - Method in class org.carrot2.util.PriorityQueue
Subclass constructors must call this.
injectByType(Class<? extends Annotation>, Map<Class<?>, Object>, Object...) - Static method in class org.carrot2.util.attribute.AttributeBinderInjector
Injects values to an object's non-static fields by value type.
Input - Annotation Type in org.carrot2.util.attribute
Denotes fields whose values can be set (written) by AttributeBinder.
inputAttribute - Variable in class org.carrot2.util.attribute.AttributeDescriptor
True if the attribute is an Input attribute.
insertWithOverflow(T) - Method in class org.carrot2.util.PriorityQueue
Adds an Object to a PriorityQueue in log(size) time.
INSTANCE - Static variable in class org.carrot2.core.Document.DocumentToId
 
INSTANCE - Static variable in class org.carrot2.core.ProcessingComponentDescriptor.ProcessingComponentDescriptorToId
 
INSTANCE - Static variable in class org.carrot2.util.attribute.AttributeBinder.AttributeTransformerFromString
Shared instance of the transformer.
INSTANCE - Static variable in class org.carrot2.util.attribute.AttributeDescriptor.AttributeDescriptorToKey
 
IntArrayPredicateIterator - Class in org.carrot2.util
Iterates over ranges between elements for which a given predicate returns true.
IntArrayPredicateIterator(short[], int, int, ShortPredicate) - Constructor for class org.carrot2.util.IntArrayPredicateIterator
 
IntArrayPredicateIterator(short[], ShortPredicate) - Constructor for class org.carrot2.util.IntArrayPredicateIterator
 
IntegerSequence - Class in org.carrot2.text.suffixtree
An ISequence wrapper for an array of integers.
IntegerSequence(int[]) - Constructor for class org.carrot2.text.suffixtree.IntegerSequence
 
IntegerSequence(int[], int, int) - Constructor for class org.carrot2.text.suffixtree.IntegerSequence
 
intern(MutableCharArray) - Method in class org.carrot2.text.preprocessing.PreprocessingContext
Return a unique char buffer representing a given character sequence.
Internal - Annotation Type in org.carrot2.core.attribute
Denotes attributes the end-user applications may not want to display in their User Interfaces.
InternalAttributePredicate - Class in org.carrot2.core.attribute
A predicate that tests whether an AttributeDescriptor refers to an Internal attribute.
InternalAttributePredicate() - Constructor for class org.carrot2.core.attribute.InternalAttributePredicate
Evaluates to true for attributes that have the Internal annotation, no matter the Internal.configuration() value.
InternalAttributePredicate(Boolean) - Constructor for class org.carrot2.core.attribute.InternalAttributePredicate
Evaluates to true for attributes that have the Internal annotation whose Internal.configuration() is set to the provided value.
IntMapUtils - Class in org.carrot2.util
A number of utilities for working with IntIntOpenHashMaps.
IntModulo - Annotation Type in org.carrot2.util.attribute.constraint
Requires that the integer attribute value meets the condition: attributeValue % IntModulo.modulo() == IntModulo.offset().
IntRange - Annotation Type in org.carrot2.util.attribute.constraint
Requires that the integer attribute value is between IntRange.min() (inclusively) and IntRange.max() (inclusively).
IParameterizedPool<T,P> - Interface in org.carrot2.util.pool
A parameterized pool of objects.
IPassivationListener<T,P> - Interface in org.carrot2.util.pool
Pooled object passivation listener.
IPreprocessingPipeline - Interface in org.carrot2.text.preprocessing.pipeline
A preprocessing pipeline filling in PreprocessingContext with the required data.
IProcessingComponent - Interface in org.carrot2.core
Defines the life cycle of a Carrot2 processing component.
IProcessingComponentManager - Interface in org.carrot2.core
A component management strategy used by a Controller.
IResource - Interface in org.carrot2.util.resource
Resource abstraction.
IResourceLocator - Interface in org.carrot2.util.resource
An abstraction layer for a single resource lookup source.
isArcPresent(int, int) - Method in interface org.carrot2.util.GraphUtils.IArcPredicate
Returns true if there is an arc connecting vertexA and vertexB.
isCommon(int) - Static method in class org.carrot2.text.analysis.TokenTypeUtils
Return true if ITokenizer.TF_COMMON_WORD is set.
isCommonWord(MutableCharArray) - Method in interface org.carrot2.text.linguistic.ILexicalData
 
isComponentAvailable() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
IsConstraint - Annotation Type in org.carrot2.util.attribute.constraint
Marks annotations as annotation constraints.
IsDirectory - Annotation Type in org.carrot2.util.attribute.constraint
Requires that the File object is a directory.
isDocumentSeparator(int) - Static method in class org.carrot2.text.analysis.TokenTypeUtils
Returns true if the given type has ITokenizer.TF_SEPARATOR_DOCUMENT set.
ISeedingStrategy - Interface in org.carrot2.matrix.factorization.seeding
Defines the seeding routine to be used as part of a matrix factorization algorithm.
ISeedingStrategyFactory - Interface in org.carrot2.matrix.factorization.seeding
A factory that produces objects implementing the ISeedingStrategy interface.
isEnabled() - Method in class org.carrot2.output.metrics.ContaminationMetric
 
isEnabled() - Method in interface org.carrot2.output.metrics.IClusteringMetric
Return true if this metric should be calculated.
isEnabled() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetric
 
isEnabled() - Method in class org.carrot2.output.metrics.PrecisionRecallMetric
 
isEnabled() - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilter
 
isEnabled() - Method in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilter
 
isEnabled() - Method in interface org.carrot2.text.preprocessing.filter.ILabelFilter
 
isEnabled() - Method in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilter
 
isEnabled() - Method in class org.carrot2.text.preprocessing.filter.NumericLabelFilter
 
isEnabled() - Method in class org.carrot2.text.preprocessing.filter.QueryLabelFilter
 
isEnabled() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilter
 
isEnabled() - Method in class org.carrot2.text.preprocessing.filter.StopWordLabelFilter
 
ISequence - Interface in org.carrot2.text.suffixtree
A sequence of elements from which a SuffixTree can be built.
isFieldSeparator(int) - Static method in class org.carrot2.text.analysis.TokenTypeUtils
Returns true if the given type has ITokenizer.TF_SEPARATOR_FIELD set.
IsFile - Annotation Type in org.carrot2.util.attribute.constraint
Requires that the provided object is an instance of File and the path denoted by it is actually a file.
ISimpleXmlWrapper<T> - Interface in org.carrot2.util.simplexml
A wrapper around a type to be serialized by Simple XML.
isInQuery(int) - Static method in class org.carrot2.text.analysis.TokenTypeUtils
Return true if ITokenizer.TF_QUERY_WORD is set.
isLeaf(int) - Method in class org.carrot2.text.suffixtree.SuffixTree
Check if state is a leaf (has no outgoing edges).
isMet(Object) - Method in class org.carrot2.util.attribute.constraint.Constraint
Checks if the provided value meets this constraint.
isMet(Object, Annotation...) - Static method in class org.carrot2.util.attribute.constraint.ConstraintValidator
Checks whether the value meets the constraints defined by the provided constraintAnnotations.
isMet(Object) - Method in class org.carrot2.util.attribute.constraint.PassesValueOfConstraint
 
isMet(Object) - Method in class org.carrot2.util.attribute.constraint.ValueHintEnumConstraint
 
isOrdered() - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Returns true when the factorization is set to generate an ordered basis.
isOtherTopics() - Method in class org.carrot2.core.Cluster
Returns true if this cluster is the Cluster.OTHER_TOPICS cluster.
isStopLabel(CharSequence) - Method in interface org.carrot2.text.linguistic.ILexicalData
 
IStemmer - Interface in org.carrot2.text.linguistic
Simple lemmatization engine transforming an inflected form of a word to its base form or some other unique token.
IStemmerFactory - Interface in org.carrot2.text.linguistic
Provides instances of IStemmer for each language.
isTerminator(int) - Static method in class org.carrot2.text.analysis.TokenTypeUtils
Returns true if the given type has ITokenizer.TF_TERMINATOR set.
isValid(Object) - Method in class org.carrot2.util.attribute.AttributeDescriptor
Returns true if the given value is valid for the attribute described by this descriptor (non-null for Required attributes and fulfilling all other constraints).
iterate(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
Iterate over all documents, fields and sentences in PreprocessingContext.allTokens.
IterationNumberGuesser - Class in org.carrot2.matrix.factorization
This class helps to guesstimate the number of iterations for iterative factorization algorithms.
IterationNumberGuesser() - Constructor for class org.carrot2.matrix.factorization.IterationNumberGuesser
 
IterationNumberGuesser.FactorizationQuality - Enum in org.carrot2.matrix.factorization
Factorization quality.
IterativeMatrixFactorizationFactory - Class in org.carrot2.matrix.factorization
A factory for IMatrixFactorizations.
IterativeMatrixFactorizationFactory() - Constructor for class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
 
ITermWeighting - Interface in org.carrot2.text.vsm
Calculates term weights for the term-document matrix.
ITokenizer - Interface in org.carrot2.text.analysis
Splits input characters into tokens representing e.g.
ITokenizerFactory - Interface in org.carrot2.text.linguistic
Provides instances of ITokenizer for each language.
IValueHintMapping - Interface in org.carrot2.util.attribute.constraint
This interface provides secondary mapping between enum constants, user-interface (user-friendly) names and attribute values.

J

javaDoc - Variable in class org.carrot2.util.attribute.AttributeInfo
Complete JavaDoc.
join(String, Object...) - Static method in class org.carrot2.util.StringUtils
Join a list of non-null objects with delim and return it as a string.

K

k - Variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
The number of base vectors
k - Variable in class org.carrot2.matrix.factorization.PartialSingularValueDecomposition
The desired number of base vectors
k - Variable in class org.carrot2.matrix.factorization.PartialSingularValueDecompositionFactory
The desired number of base vectors
KEEP_HIGHLIGHTS - Static variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.Keys
Attribute key for: GoogleDesktopDocumentSource.keepHighlights.
KEEP_HIGHLIGHTS - Static variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Keys
Attribute key for: GoogleDocumentSource.keepHighlights.
KEEP_LUCENE_DOCUMENTS - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
Attribute key for: LuceneDocumentSource.keepLuceneDocuments.
keepHighlights - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSource
Keep query word highlighting.
keepHighlights(boolean) - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.AttributeBuilder
Keep query word highlighting.
keepHighlights - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.Attributes
 
keepHighlights - Variable in class org.carrot2.source.google.GoogleDocumentSource
Keep query word highlighting.
keepHighlights(boolean) - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.AttributeBuilder
Keep query word highlighting.
keepHighlights - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Attributes
 
keepLuceneDocuments - Variable in class org.carrot2.source.lucene.LuceneDocumentSource
Keeps references to Lucene document instances in Carrot2 documents.
keepLuceneDocuments(boolean) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
Keeps references to Lucene document instances in Carrot2 documents.
keepLuceneDocuments - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
 
key - Variable in class org.carrot2.util.attribute.AttributeDescriptor
Type of the attribute as defined by Attribute.key().
key - Variable in class org.carrot2.util.attribute.AttributeInfo
Attribute key.
key - Variable in exception org.carrot2.util.attribute.constraint.ConstraintViolationException
Key of the involved Attribute as defined in Attribute.key().
KMeansMatrixFactorization - Class in org.carrot2.matrix.factorization
Performs matrix factorization using the K-means clustering algorithm.
KMeansMatrixFactorization(DoubleMatrix2D) - Constructor for class org.carrot2.matrix.factorization.KMeansMatrixFactorization
Creates the KMeansMatrixFactorization object for matrix A.
KMeansMatrixFactorizationFactory - Class in org.carrot2.matrix.factorization
KMeansMatrixFactorization factory.
KMeansMatrixFactorizationFactory() - Constructor for class org.carrot2.matrix.factorization.KMeansMatrixFactorizationFactory
 
KMeansSeedingStrategy - Class in org.carrot2.matrix.factorization.seeding
Matrix seeding based on the k-means algorithms.
KMeansSeedingStrategy() - Constructor for class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategy
Creates the KMeansSeedingStrategy.
KMeansSeedingStrategy(int) - Constructor for class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategy
Creates the KMeansSeedingStrategy.
KMeansSeedingStrategyFactory - Class in org.carrot2.matrix.factorization.seeding
Seeding based on a k-means clustering algorithm.
KMeansSeedingStrategyFactory() - Constructor for class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategyFactory
 

L

label - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
A short label for the component.
label - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
A short label for the component.
label - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
A short label for the component.
label - Variable in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
A short label for the component.
label - Variable in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
A short label for the component.
label - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
A short label for the component.
label - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
A short label for the component.
label - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
A short label for the component.
label - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor
A short label for the component.
label - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
A short label for the component.
label - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor
A short label for the component.
label - Variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
A short label for the component.
label - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
A short label for the component.
label - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.MultipageSearchEngineDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.SearchEngineBaseDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.SearchEngineStatsDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.SimpleSearchEngineDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
A short label for the component.
label - Variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
A short label for the component.
label - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
A short label for the component.
label - Variable in class org.carrot2.util.attribute.AttributeInfo
Attribute label.
label - Variable in class org.carrot2.util.attribute.AttributeValueSet
Human-readable value of this attribute value set.
label - Variable in class org.carrot2.util.attribute.metadata.CommonMetadata
 
LABEL_ASSIGNER - Static variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Keys
Attribute key for: ClusterBuilder.labelAssigner.
LABEL_COUNT - Static variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
Attribute key for: BisectingKMeansClusteringAlgorithm.labelCount.
LABEL_OVERRIDE_THRESHOLD - Static variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Keys
Attribute key for: CompleteLabelFilter.labelOverrideThreshold.
LABEL_OVERRIDE_THRESHOLD - Static variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Keys
Attribute key for: CompleteLabelFilter.labelOverrideThreshold.
labelAssigner - Variable in class org.carrot2.clustering.lingo.ClusterBuilder
Cluster label assignment method.
labelAssigner(ILabelAssigner) - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.AttributeBuilder
Cluster label assignment method.
labelAssigner(Class<? extends ILabelAssigner>) - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.AttributeBuilder
Cluster label assignment method.
labelAssigner - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Attributes
 
labelCount - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
Label count.
labelCount(int) - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
Label count.
labelCount - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
 
LabelFilterProcessor - Class in org.carrot2.text.preprocessing
Applies basic filtering to words and phrases to produce candidates for cluster labels.
LabelFilterProcessor() - Constructor for class org.carrot2.text.preprocessing.LabelFilterProcessor
 
labelFilterProcessor - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipeline
Label filter processor used by the algorithm, contains bindable attributes.
labelFilterProcessor() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested LabelFilterProcessor component, backed by the same attribute map as the current builder.
labelFilterProcessor() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested LabelFilterProcessor component, backed by the same attribute map as the current builder.
labelFilterProcessor - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.Attributes
Attributes of the nested LabelFilterProcessor component.
labelFilterProcessor - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.Attributes
Attributes of the nested LabelFilterProcessor component.
LabelFilterProcessorDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the LabelFilterProcessor component.
LabelFilterProcessorDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the LabelFilterProcessor component.
LabelFilterProcessorDescriptor() - Constructor for class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
LabelFilterProcessorDescriptor() - Constructor for class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
 
LabelFilterProcessorDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the LabelFilterProcessor component.
LabelFilterProcessorDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the LabelFilterProcessor component.
LabelFilterProcessorDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LabelFilterProcessorDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LabelFilterProcessorDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the LabelFilterProcessor component.
LabelFilterProcessorDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the LabelFilterProcessor component.
LabelFilterProcessorDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the LabelFilterProcessor component.
LabelFilterProcessorDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the LabelFilterProcessor component.
LabelFilterProcessorDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor.Keys
 
LabelFilterProcessorDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor.Keys
 
labelFormatter - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
Cluster label formatter, contains bindable attributes.
labelFormatter() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested LabelFormatter component, backed by the same attribute map as the current builder.
labelFormatter - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
Attributes of the nested LabelFormatter component.
labelFormatter - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Cluster label formatter, contains bindable attributes.
labelFormatter() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested LabelFormatter component, backed by the same attribute map as the current builder.
labelFormatter - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
Attributes of the nested LabelFormatter component.
labelFormatter() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.AttributeBuilder
Returns an attribute builder for the nested LabelFormatter component, backed by the same attribute map as the current builder.
labelFormatter() - Method in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.AttributeBuilder
Returns an attribute builder for the nested LabelFormatter component, backed by the same attribute map as the current builder.
labelFormatter - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.Attributes
Attributes of the nested LabelFormatter component.
labelFormatter - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.Attributes
Attributes of the nested LabelFormatter component.
LabelFormatter - Class in org.carrot2.text.preprocessing
Formats cluster labels for final rendering.
LabelFormatter() - Constructor for class org.carrot2.text.preprocessing.LabelFormatter
 
LabelFormatterDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the LabelFormatter component.
LabelFormatterDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the LabelFormatter component.
LabelFormatterDescriptor() - Constructor for class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
LabelFormatterDescriptor() - Constructor for class org.carrot2.text.preprocessing.LabelFormatterDescriptor
 
LabelFormatterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the LabelFormatter component.
LabelFormatterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the LabelFormatter component.
LabelFormatterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.LabelFormatterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LabelFormatterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.LabelFormatterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LabelFormatterDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the LabelFormatter component.
LabelFormatterDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the LabelFormatter component.
LabelFormatterDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the LabelFormatter component.
LabelFormatterDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the LabelFormatter component.
LabelFormatterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.LabelFormatterDescriptor.Keys
 
LabelFormatterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.LabelFormatterDescriptor.Keys
 
labelOverrideThreshold - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilter
Truncated label threshold.
labelOverrideThreshold(double) - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.AttributeBuilder
Truncated label threshold.
labelOverrideThreshold(double) - Method in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.AttributeBuilder
Truncated label threshold.
labelOverrideThreshold - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Attributes
 
labelOverrideThreshold - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.Attributes
 
LANGUAGE - Static variable in class org.carrot2.core.Document
Field name for the language in which the document is written.
language - Variable in class org.carrot2.source.etools.EToolsDocumentSource
Determines the language of the returned search results.
language(EToolsDocumentSource.Language) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Determines the language of the returned search results.
language(Class<? extends EToolsDocumentSource.Language>) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Determines the language of the returned search results.
language - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Attributes
 
LANGUAGE - Static variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Keys
Attribute key for: EToolsDocumentSource.language.
language - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
Language model to be used
LANGUAGE_AGGREGATION_STRATEGY - Static variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Keys
Attribute key for: MultilingualClustering.languageAggregationStrategy.
LANGUAGE_AGGREGATION_STRATEGY - Static variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Keys
Attribute key for: MultilingualClustering.languageAggregationStrategy.
languageAggregationStrategy - Variable in class org.carrot2.text.clustering.MultilingualClustering
Language aggregation strategy.
languageAggregationStrategy(MultilingualClustering.LanguageAggregationStrategy) - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Language aggregation strategy.
languageAggregationStrategy(Class<? extends MultilingualClustering.LanguageAggregationStrategy>) - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Language aggregation strategy.
languageAggregationStrategy(MultilingualClustering.LanguageAggregationStrategy) - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Language aggregation strategy.
languageAggregationStrategy(Class<? extends MultilingualClustering.LanguageAggregationStrategy>) - Method in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Language aggregation strategy.
languageAggregationStrategy - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Attributes
 
languageAggregationStrategy - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Attributes
 
LanguageCode - Enum in org.carrot2.core
Codes for languages for which linguistic resources are available in DefaultLanguageModelFactory.
LanguageModel - Class in org.carrot2.text.linguistic
A holder for all elements of a language model for a single language used internally by content preprocessing components.
LanguageModelStemmer - Class in org.carrot2.text.preprocessing
Applies stemming to words and calculates a number of frequency statistics for stems.
LanguageModelStemmer() - Constructor for class org.carrot2.text.preprocessing.LanguageModelStemmer
 
languageModelStemmer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Stemmer used by the algorithm, contains bindable attributes.
languageModelStemmer() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested LanguageModelStemmer component, backed by the same attribute map as the current builder.
languageModelStemmer() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested LanguageModelStemmer component, backed by the same attribute map as the current builder.
languageModelStemmer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Attributes of the nested LanguageModelStemmer component.
languageModelStemmer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Attributes of the nested LanguageModelStemmer component.
LanguageModelStemmerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the LanguageModelStemmer component.
LanguageModelStemmerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the LanguageModelStemmer component.
LanguageModelStemmerDescriptor() - Constructor for class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
LanguageModelStemmerDescriptor() - Constructor for class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
 
LanguageModelStemmerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the LanguageModelStemmer component.
LanguageModelStemmerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the LanguageModelStemmer component.
LanguageModelStemmerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LanguageModelStemmerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LanguageModelStemmerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the LanguageModelStemmer component.
LanguageModelStemmerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the LanguageModelStemmer component.
LanguageModelStemmerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the LanguageModelStemmer component.
LanguageModelStemmerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the LanguageModelStemmer component.
LanguageModelStemmerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor.Keys
 
LanguageModelStemmerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor.Keys
 
lcp - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
The Longest Common Prefix for the adjacent suffix-sorted token sequences.
length() - Method in class org.carrot2.text.util.MutableCharArray
 
lessThan(T, T) - Method in class org.carrot2.util.PriorityQueue
Determines the ordering of objects in this priority queue.
level - Variable in class org.carrot2.util.attribute.AttributeInfo
Attribute level in the user interface.
LevelsPredicate - Class in org.carrot2.util.attribute
A predicate that tests whether an AttributeDescriptor belongs to any of the provided levels.
LevelsPredicate(AttributeLevel...) - Constructor for class org.carrot2.util.attribute.LevelsPredicate
 
LEXICAL_DATA_FACTORY - Static variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
Attribute key for: BasicPreprocessingPipeline.lexicalDataFactory.
LEXICAL_DATA_FACTORY - Static variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
Attribute key for: BasicPreprocessingPipeline.lexicalDataFactory.
lexicalDataFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Lexical data factory.
lexicalDataFactory(ILexicalDataFactory) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Lexical data factory.
lexicalDataFactory(Class<? extends ILexicalDataFactory>) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Lexical data factory.
lexicalDataFactory(ILexicalDataFactory) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Lexical data factory.
lexicalDataFactory(Class<? extends ILexicalDataFactory>) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Lexical data factory.
lexicalDataFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
 
lexicalDataFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
 
LexicalDataLoader - Class in org.carrot2.text.linguistic
Common attributes related to loading and caching of lexical resources.
LexicalDataLoader() - Constructor for class org.carrot2.text.linguistic.LexicalDataLoader
 
LexicalDataLoaderDescriptor - Class in org.carrot2.text.linguistic
Metadata and attributes of the LexicalDataLoader component.
LexicalDataLoaderDescriptor - Class in org.carrot2.text.linguistic
Metadata and attributes of the LexicalDataLoader component.
LexicalDataLoaderDescriptor() - Constructor for class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
LexicalDataLoaderDescriptor() - Constructor for class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
 
LexicalDataLoaderDescriptor.AttributeBuilder - Class in org.carrot2.text.linguistic
Attribute map builder for the LexicalDataLoader component.
LexicalDataLoaderDescriptor.AttributeBuilder - Class in org.carrot2.text.linguistic
Attribute map builder for the LexicalDataLoader component.
LexicalDataLoaderDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LexicalDataLoaderDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LexicalDataLoaderDescriptor.Attributes - Class in org.carrot2.text.linguistic
All attributes of the LexicalDataLoader component.
LexicalDataLoaderDescriptor.Attributes - Class in org.carrot2.text.linguistic
All attributes of the LexicalDataLoader component.
LexicalDataLoaderDescriptor.Keys - Class in org.carrot2.text.linguistic
Constants for all attribute keys of the LexicalDataLoader component.
LexicalDataLoaderDescriptor.Keys - Class in org.carrot2.text.linguistic
Constants for all attribute keys of the LexicalDataLoader component.
LexicalDataLoaderDescriptor.Keys() - Constructor for class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Keys
 
LexicalDataLoaderDescriptor.Keys() - Constructor for class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Keys
 
LinearApproximation - Class in org.carrot2.util
A simple utility for calculating linear approximations based on values for equally distributed points between minimum and maximum arguments.
LinearApproximation(double[], double, double) - Constructor for class org.carrot2.util.LinearApproximation
 
LinearTfIdfTermWeighting - Class in org.carrot2.text.vsm
Calculates term-document matrix element values based on Linear Inverse Term Frequency.
LinearTfIdfTermWeighting() - Constructor for class org.carrot2.text.vsm.LinearTfIdfTermWeighting
 
LingoClusteringAlgorithm - Class in org.carrot2.clustering.lingo
Lingo clustering algorithm.
LingoClusteringAlgorithm() - Constructor for class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
 
LingoClusteringAlgorithmDescriptor - Class in org.carrot2.clustering.lingo
Metadata and attributes of the LingoClusteringAlgorithm component.
LingoClusteringAlgorithmDescriptor() - Constructor for class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
 
LingoClusteringAlgorithmDescriptor.AttributeBuilder - Class in org.carrot2.clustering.lingo
Attribute map builder for the LingoClusteringAlgorithm component.
LingoClusteringAlgorithmDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LingoClusteringAlgorithmDescriptor.Attributes - Class in org.carrot2.clustering.lingo
All attributes of the LingoClusteringAlgorithm component.
LingoClusteringAlgorithmDescriptor.Keys - Class in org.carrot2.clustering.lingo
Constants for all attribute keys of the LingoClusteringAlgorithm component.
LingoClusteringAlgorithmDescriptor.Keys() - Constructor for class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Keys
 
LingoProcessingContext - Class in org.carrot2.clustering.lingo
Stores intermediate data required during Lingo clustering.
ListUtils - Class in org.carrot2.util
Utility methods for working with Lists.
load(IResource) - Static method in class org.carrot2.text.linguistic.DefaultLexicalDataFactory
Loads words from a given IResource (UTF-8, one word per line, #-starting lines are considered comments).
loadProcessingResult(String, Templates, Map<String, String>, Map<String, Object>, String, String) - Method in class org.carrot2.source.xml.XmlDocumentSourceHelper
Loads a ProcessingResult from the provided remote URL, applying XSLT transform if specified.
loadProcessingResult(InputStream, Templates, Map<String, String>) - Method in class org.carrot2.source.xml.XmlDocumentSourceHelper
Loads a ProcessingResult from the provided InputStream, applying XSLT transform if specified.
loadXslt(IResource) - Method in class org.carrot2.source.xml.XmlDocumentSourceHelper
Loads the XSLT stylesheet from the provided IResource.
LocalNonnegativeMatrixFactorization - Class in org.carrot2.matrix.factorization
Performs matrix factorization using the Local Non-negative Matrix Factorization algorithm with minimization of the Kullback-Leibler divergence between A and UV' and multiplicative updating.
LocalNonnegativeMatrixFactorization(DoubleMatrix2D) - Constructor for class org.carrot2.matrix.factorization.LocalNonnegativeMatrixFactorization
Creates the LocalNonnegativeMatrixFactorization object for matrix A.
LocalNonnegativeMatrixFactorizationFactory - Class in org.carrot2.matrix.factorization
LocalNonnegativeMatrixFactorization factory.
LocalNonnegativeMatrixFactorizationFactory() - Constructor for class org.carrot2.matrix.factorization.LocalNonnegativeMatrixFactorizationFactory
 
locator - Variable in enum org.carrot2.util.resource.ResourceLookup.Location
The locator associated with the location.
LogTfIdfTermWeighting - Class in org.carrot2.text.vsm
Calculates term-document matrix element values based on Term Frequency.
LogTfIdfTermWeighting() - Constructor for class org.carrot2.text.vsm.LogTfIdfTermWeighting
 
LUCENE_DOCUMENT_FIELD - Static variable in class org.carrot2.source.lucene.LuceneDocumentSource
Carrot2 Document field that stores the original Lucene document instance.
LuceneDocumentSource - Class in org.carrot2.source.lucene
A IDocumentSource fetching Documents from a local Apache Lucene index.
LuceneDocumentSource() - Constructor for class org.carrot2.source.lucene.LuceneDocumentSource
 
LuceneDocumentSourceDescriptor - Class in org.carrot2.source.lucene
Metadata and attributes of the LuceneDocumentSource component.
LuceneDocumentSourceDescriptor() - Constructor for class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
 
LuceneDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.lucene
Attribute map builder for the LuceneDocumentSource component.
LuceneDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
LuceneDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.lucene
All attributes of the LuceneDocumentSource component.
LuceneDocumentSourceDescriptor.Keys - Class in org.carrot2.source.lucene
Constants for all attribute keys of the LuceneDocumentSource component.
LuceneDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
 

M

map - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map(Query, Analyzer, Document, Document) - Method in interface org.carrot2.source.lucene.IFieldMapper
Map Lucene index's fields onto Carrot2 Document instance.
map - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map(Query, Analyzer, Document, Document) - Method in class org.carrot2.source.lucene.SimpleFieldMapper
 
map - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.MultipageSearchEngineDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.SearchEngineBaseDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.SearchEngineStatsDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.SimpleSearchEngineDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
The attribute map populated by this builder.
map - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
The attribute map populated by this builder.
MapUtils - Class in org.carrot2.util
Utilities for working with Maps.
mark(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.StopListMarker
Marks stop words and saves the results to the context.
market - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource
Language and country/region information for the request.
market(MarketOption) - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.AttributeBuilder
Language and country/region information for the request.
market(Class<? extends MarketOption>) - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.AttributeBuilder
Language and country/region information for the request.
market - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Attributes
 
MARKET - Static variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Keys
Attribute key for: Bing2DocumentSource.market.
marketCode - Variable in enum org.carrot2.source.microsoft.MarketOption
Culture info code for Live API.
MarketOption - Enum in org.carrot2.source.microsoft
Language and country/region information for Bing2DocumentSource.
maskType(int) - Static method in class org.carrot2.text.analysis.TokenTypeUtils
Mask the given raw token type and leave just the token type bits.
MathUtils - Class in org.carrot2.util
Some simple mathematical computation utility methods.
matrixBuilder - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
Term-document matrix builder for the algorithm, contains bindable attributes.
matrixBuilder() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested TermDocumentMatrixBuilder component, backed by the same attribute map as the current builder.
matrixBuilder - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
Attributes of the nested TermDocumentMatrixBuilder component.
matrixBuilder - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Term-document matrix builder for the algorithm, contains bindable attributes.
matrixBuilder() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested TermDocumentMatrixBuilder component, backed by the same attribute map as the current builder.
matrixBuilder - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
Attributes of the nested TermDocumentMatrixBuilder component.
matrixReducer - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
Term-document matrix reducer for the algorithm, contains bindable attributes.
matrixReducer() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested TermDocumentMatrixReducer component, backed by the same attribute map as the current builder.
matrixReducer - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
Attributes of the nested TermDocumentMatrixReducer component.
matrixReducer - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Term-document matrix reducer for the algorithm, contains bindable attributes.
matrixReducer() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested TermDocumentMatrixReducer component, backed by the same attribute map as the current builder.
matrixReducer - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
Attributes of the nested TermDocumentMatrixReducer component.
MatrixUtils - Class in org.carrot2.matrix
A set of DoubleMatrix2D shorthands and utility methods.
MatrixUtils() - Constructor for class org.carrot2.matrix.MatrixUtils
 
MAX_BASE_CLUSTERS - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.maxBaseClusters.
MAX_CLUSTERS - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.maxClusters.
MAX_CONCURRENT_THREADS - Static variable in class org.carrot2.source.microsoft.Bing2DocumentSource
Maximum concurrent threads from all instances of this subcomponents sending requests to Bing.
MAX_DESC_PHRASE_LENGTH - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.maxDescPhraseLength.
MAX_ITERATIONS - Static variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
Attribute key for: BisectingKMeansClusteringAlgorithm.maxIterations.
MAX_PHRASE_OVERLAP - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.maxPhraseOverlap.
MAX_PHRASES - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.maxPhrases.
MAX_RESULTS - Static variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor.Keys
Attribute key for: PubMedDocumentSource.maxResults.
MAX_WORD_DF - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
Attribute key for: TermDocumentMatrixBuilder.maxWordDf.
MAX_WORD_DF - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
Attribute key for: TermDocumentMatrixBuilder.maxWordDf.
maxBaseClusters - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Maximum base clusters count.
maxBaseClusters(int) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Maximum base clusters count.
maxBaseClusters - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
maxClusters - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Maximum final clusters.
maxClusters(int) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Maximum final clusters.
maxClusters - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
maxDescPhraseLength - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Maximum words per label.
maxDescPhraseLength(int) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Maximum words per label.
maxDescPhraseLength - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
MAXIMUM_MATRIX_SIZE - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
Attribute key for: TermDocumentMatrixBuilder.maximumMatrixSize.
MAXIMUM_MATRIX_SIZE - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
Attribute key for: TermDocumentMatrixBuilder.maximumMatrixSize.
MAXIMUM_RESULTS - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.maximumResults.
MAXIMUM_RESULTS - Static variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Keys
Attribute key for: OpenSearchDocumentSource.maximumResults.
maximumMatrixSize - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilder
Maximum matrix size.
maximumMatrixSize(int) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Maximum matrix size.
maximumMatrixSize(int) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Maximum matrix size.
maximumMatrixSize - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Attributes
 
maximumMatrixSize - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Attributes
 
maximumResults - Variable in class org.carrot2.source.idol.IdolDocumentSource
Maximum number of results.
maximumResults(int) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
Maximum number of results.
maximumResults - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
maximumResults - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSource
Maximum number of results.
maximumResults(int) - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.AttributeBuilder
Maximum number of results.
maximumResults - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Attributes
 
maxInColumns(DoubleMatrix2D, int[], double[]) - Static method in class org.carrot2.matrix.MatrixUtils
Finds the first maximum element in each column of matrix A.
maxInColumns(DoubleMatrix2D, int[], double[], DoubleFunction) - Static method in class org.carrot2.matrix.MatrixUtils
 
maxInRow(DoubleMatrix2D, int) - Static method in class org.carrot2.matrix.MatrixUtils
Finds the index of the first maximum element in given row of A.
maxIterations - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
The maximum number of k-means iterations to perform.
maxIterations(int) - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
The maximum number of k-means iterations to perform.
maxIterations - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
 
maxIterations - Variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
The maximum number of iterations the algorithm is allowed to complete
maxPhraseOverlap - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Maximum cluster phrase overlap.
maxPhraseOverlap(double) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Maximum cluster phrase overlap.
maxPhraseOverlap - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
maxPhrases - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Maximum phrases per label.
maxPhrases(int) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Maximum phrases per label.
maxPhrases - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
maxResultIndex - Variable in class org.carrot2.source.MultipageSearchEngineMetadata
Maximum reachable result index.
maxResults - Variable in class org.carrot2.source.pubmed.PubMedDocumentSource
Maximum results to fetch.
maxResults(int) - Method in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor.AttributeBuilder
Maximum results to fetch.
maxResults - Variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor.Attributes
 
maxWordDf - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilder
Maximum word document frequency.
maxWordDf(double) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Maximum word document frequency.
maxWordDf(double) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Maximum word document frequency.
maxWordDf - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Attributes
 
maxWordDf - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Attributes
 
mediaUrl - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResult
 
MERGE_RESOURCES - Static variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Keys
Attribute key for: DefaultLexicalDataFactory.mergeResources.
MERGE_RESOURCES - Static variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Keys
Attribute key for: DefaultLexicalDataFactory.mergeResources.
MERGE_THRESHOLD - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.mergeThreshold.
mergeResources - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactory
Merges stop words and stop labels from all known languages.
mergeResources(boolean) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
Merges stop words and stop labels from all known languages.
mergeResources(boolean) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
Merges stop words and stop labels from all known languages.
mergeResources - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Attributes
 
mergeResources - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Attributes
 
mergeSparseArrays(Iterable<int[]>) - Static method in class org.carrot2.text.preprocessing.SparseArray
Merge data from one or more sparse arrays.
mergeThreshold - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Base cluster merge threshold.
mergeThreshold(double) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Base cluster merge threshold.
mergeThreshold - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
metadata - Variable in class org.carrot2.source.SearchEngineResponse
All meta data returned in the response.
metadata - Variable in class org.carrot2.util.attribute.AttributeDescriptor
Human-readable metadata describing the attribute.
metadata - Variable in class org.carrot2.util.attribute.BindableDescriptor
Human-readable metadata about this Bindable type.
MILLIS - Static variable in class org.carrot2.util.RollingWindowAverage
Helpful constant for one millisecond.
MIN_BASE_CLUSTER_SCORE - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.minBaseClusterScore.
MIN_BASE_CLUSTER_SIZE - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.minBaseClusterSize.
MIN_CLUSTER_SIZE - Static variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Keys
Attribute key for: DocumentAssigner.minClusterSize.
MIN_CLUSTER_SIZE - Static variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Keys
Attribute key for: DocumentAssigner.minClusterSize.
MIN_SCORE - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.minScore.
MIN_TOPIC_SIZE - Static variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Keys
Attribute key for: FubDocumentSource.minTopicSize.
minBaseClusterScore - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Minimum base cluster score.
minBaseClusterScore(double) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Minimum base cluster score.
minBaseClusterScore - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
minBaseClusterSize - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Minimum documents per base cluster.
minBaseClusterSize(int) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Minimum documents per base cluster.
minBaseClusterSize - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
minClusterSize - Variable in class org.carrot2.text.preprocessing.DocumentAssigner
Determines the minimum number of documents in each cluster.
minClusterSize(int) - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.AttributeBuilder
Determines the minimum number of documents in each cluster.
minClusterSize(int) - Method in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.AttributeBuilder
Determines the minimum number of documents in each cluster.
minClusterSize - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Attributes
 
minClusterSize - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor.Attributes
 
minInColumns(DoubleMatrix2D, int[], double[]) - Static method in class org.carrot2.matrix.MatrixUtils
Finds the first minimum element in each column of matrix A.
MinLengthLabelFilter - Class in org.carrot2.text.preprocessing.filter
Accepts labels whose length in characters is greater or equal to the provided value.
MinLengthLabelFilter() - Constructor for class org.carrot2.text.preprocessing.filter.MinLengthLabelFilter
 
minLengthLabelFilter - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessor
Min length label filter.
MinLengthLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the MinLengthLabelFilter component.
MinLengthLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the MinLengthLabelFilter component.
MinLengthLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
MinLengthLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
 
MinLengthLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the MinLengthLabelFilter component.
MinLengthLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the MinLengthLabelFilter component.
MinLengthLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
MinLengthLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
MinLengthLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the MinLengthLabelFilter component.
MinLengthLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the MinLengthLabelFilter component.
MinLengthLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the MinLengthLabelFilter component.
MinLengthLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the MinLengthLabelFilter component.
MinLengthLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.Keys
 
MinLengthLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor.Keys
 
minScore - Variable in class org.carrot2.source.idol.IdolDocumentSource
Minimum IDOL Score.
minScore(int) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
Minimum IDOL Score.
minScore - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
minTopicSize - Variable in class org.carrot2.source.ambient.FubDocumentSource
Minimum topic size.
minTopicSize(int) - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.AttributeBuilder
Minimum topic size.
minTopicSize - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Attributes
 
MINUTE - Static variable in class org.carrot2.util.RollingWindowAverage
Helpful constant for one minute.
MorfologikStemmerAdapter - Class in org.carrot2.text.linguistic.morfologik
Adapter to Morfologik stemmer.
MorfologikStemmerAdapter() - Constructor for class org.carrot2.text.linguistic.morfologik.MorfologikStemmerAdapter
 
MOST_GENERAL_PHRASE_COVERAGE - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.mostGeneralPhraseCoverage.
mostFrequentOriginalWordIndex - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllStems
Pointer to the PreprocessingContext.AllWords arrays, to the most frequent original form of the stem.
mostGeneralPhraseCoverage - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Minimum general phrase coverage.
mostGeneralPhraseCoverage(double) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Minimum general phrase coverage.
mostGeneralPhraseCoverage - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
multilingualClustering - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
A helper for performing multilingual clustering.
multilingualClustering() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested MultilingualClustering component, backed by the same attribute map as the current builder.
multilingualClustering - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
Attributes of the nested MultilingualClustering component.
multilingualClustering - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
A helper for performing multilingual clustering.
multilingualClustering() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested MultilingualClustering component, backed by the same attribute map as the current builder.
multilingualClustering - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
Attributes of the nested MultilingualClustering component.
MultilingualClustering - Class in org.carrot2.text.clustering
A helper for clustering multilingual collections of documents.
MultilingualClustering() - Constructor for class org.carrot2.text.clustering.MultilingualClustering
 
MultilingualClustering.LanguageAggregationStrategy - Enum in org.carrot2.text.clustering
Defines how monolingual partial clusters will be combined to form final results.
MultilingualClusteringDescriptor - Class in org.carrot2.text.clustering
Metadata and attributes of the MultilingualClustering component.
MultilingualClusteringDescriptor - Class in org.carrot2.text.clustering
Metadata and attributes of the MultilingualClustering component.
MultilingualClusteringDescriptor() - Constructor for class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
MultilingualClusteringDescriptor() - Constructor for class org.carrot2.text.clustering.MultilingualClusteringDescriptor
 
MultilingualClusteringDescriptor.AttributeBuilder - Class in org.carrot2.text.clustering
Attribute map builder for the MultilingualClustering component.
MultilingualClusteringDescriptor.AttributeBuilder - Class in org.carrot2.text.clustering
Attribute map builder for the MultilingualClustering component.
MultilingualClusteringDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
MultilingualClusteringDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.clustering.MultilingualClusteringDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
MultilingualClusteringDescriptor.Attributes - Class in org.carrot2.text.clustering
All attributes of the MultilingualClustering component.
MultilingualClusteringDescriptor.Attributes - Class in org.carrot2.text.clustering
All attributes of the MultilingualClustering component.
MultilingualClusteringDescriptor.Keys - Class in org.carrot2.text.clustering
Constants for all attribute keys of the MultilingualClustering component.
MultilingualClusteringDescriptor.Keys - Class in org.carrot2.text.clustering
Constants for all attribute keys of the MultilingualClustering component.
MultilingualClusteringDescriptor.Keys() - Constructor for class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Keys
 
MultilingualClusteringDescriptor.Keys() - Constructor for class org.carrot2.text.clustering.MultilingualClusteringDescriptor.Keys
 
MultipageSearchEngine - Class in org.carrot2.source
A base class facilitating implementation of IDocumentSources wrapping external search engines with remote/ network-based interfaces.
MultipageSearchEngine() - Constructor for class org.carrot2.source.MultipageSearchEngine
 
MultipageSearchEngine.SearchEngineResponseCallable - Class in org.carrot2.source
An implementation of Callable that increments page request count statistics before the actual search is made.
MultipageSearchEngine.SearchEngineResponseCallable() - Constructor for class org.carrot2.source.MultipageSearchEngine.SearchEngineResponseCallable
 
MultipageSearchEngine.SearchMode - Enum in org.carrot2.source
Search mode for data source components that implement parallel request to some search service.
MultipageSearchEngine.SearchRange - Class in org.carrot2.source
A single result window to fetch.
MultipageSearchEngine.SearchRange(int, int) - Constructor for class org.carrot2.source.MultipageSearchEngine.SearchRange
Create a new search range.
MultipageSearchEngineDescriptor - Class in org.carrot2.source
Metadata and attributes of the MultipageSearchEngine component.
MultipageSearchEngineDescriptor() - Constructor for class org.carrot2.source.MultipageSearchEngineDescriptor
 
MultipageSearchEngineDescriptor.AttributeBuilder - Class in org.carrot2.source
Attribute map builder for the MultipageSearchEngine component.
MultipageSearchEngineDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.MultipageSearchEngineDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
MultipageSearchEngineDescriptor.Attributes - Class in org.carrot2.source
All attributes of the MultipageSearchEngine component.
MultipageSearchEngineDescriptor.Keys - Class in org.carrot2.source
Constants for all attribute keys of the MultipageSearchEngine component.
MultipageSearchEngineDescriptor.Keys() - Constructor for class org.carrot2.source.MultipageSearchEngineDescriptor.Keys
 
MultipageSearchEngineMetadata - Class in org.carrot2.source
Metadata describing MultipageSearchEngine characteristics.
MultipageSearchEngineMetadata(int, int) - Constructor for class org.carrot2.source.MultipageSearchEngineMetadata
Creates search engine metadata with MultipageSearchEngineMetadata.incrementByPage set to false.
MultipageSearchEngineMetadata(int, int, boolean) - Constructor for class org.carrot2.source.MultipageSearchEngineMetadata
 
MutableCharArray - Class in org.carrot2.text.util
Implements CharSequence over a mutable char[] buffer.
MutableCharArray() - Constructor for class org.carrot2.text.util.MutableCharArray
Creates an empty MutableCharArray.
MutableCharArray(CharSequence) - Constructor for class org.carrot2.text.util.MutableCharArray
Creates a MutableCharArray from another CharSequence, creates a new buffer to store characters.
MutableCharArray(char[]) - Constructor for class org.carrot2.text.util.MutableCharArray
Resets the internal buffer to use the provided argument.
MutableCharArray(char[], int, int) - Constructor for class org.carrot2.text.util.MutableCharArray
Resets the internal buffer to use the provided argument.
MutableCharArrayUtils - Class in org.carrot2.text.util
Various utility methods operating on a MutableCharArray.
MutableCharArrayUtils() - Constructor for class org.carrot2.text.util.MutableCharArrayUtils
 

N

name - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllFields
Name of the document field.
NewClassInstanceFactory<T> - Class in org.carrot2.util.factory
A IFactory that creates new instances of a given class.
NewClassInstanceFactory(Class<? extends T>) - Constructor for class org.carrot2.util.factory.NewClassInstanceFactory
 
news - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.BingResponse
 
newState(int, int) - Method in interface org.carrot2.text.suffixtree.SuffixTree.IStateCallback
 
newTransformer(Templates) - Method in class org.carrot2.util.xslt.TemplatesPool
Return a new Transformer.
newTransformerHandler(Templates) - Method in class org.carrot2.util.xslt.TemplatesPool
Return a new TransformerHandler based on a given precompiled Templates.
next(int) - Method in interface org.carrot2.text.suffixtree.SuffixTree.IProgressCallback
 
next() - Method in class org.carrot2.util.IntArrayPredicateIterator
 
nextEdge(int) - Method in class org.carrot2.text.suffixtree.SuffixTree
Returns the index of the next edge (sibling) or SuffixTree.NO_EDGE if edge is the last edge in its state.
nextRow() - Method in class org.carrot2.text.util.Tabular
 
nextToken() - Method in class org.carrot2.text.analysis.ExtendedWhitespaceTokenizer
 
nextToken() - Method in interface org.carrot2.text.analysis.ITokenizer
Returns the next token from the input stream.
nextToken() - Method in class org.carrot2.text.linguistic.lucene.ChineseTokenizerAdapter
 
nextToken() - Method in class org.carrot2.text.linguistic.lucene.ThaiTokenizerAdapter
 
NO_EDGE - Static variable in class org.carrot2.text.suffixtree.SuffixTree
Marker for the state's last edge in SuffixTree.transitions.
NO_XSLT_PROCESSING - Static variable in class org.carrot2.util.xsltfilter.XSLTFilterConstants
To disable XSLT filtering for a given request (useful to return an XML verbatim, for example), set any object under this key in the request context, for example:
NonnegativeMatrixFactorizationED - Class in org.carrot2.matrix.factorization
Performs matrix factorization using the Non-negative Matrix Factorization algorithm with minimization of Euclidean Distance between A and UV' and multiplicative updating.
NonnegativeMatrixFactorizationED(DoubleMatrix2D) - Constructor for class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationED
Creates the NNINonnegativeMatrixFactorizationED object for matrix A.
NonnegativeMatrixFactorizationEDFactory - Class in org.carrot2.matrix.factorization
A factory for NonnegativeMatrixFactorizationEDs.
NonnegativeMatrixFactorizationEDFactory() - Constructor for class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationEDFactory
 
NonnegativeMatrixFactorizationKL - Class in org.carrot2.matrix.factorization
Performs matrix factorization using the Non-negative Matrix Factorization by minimization of Kullback-Leibler divergence between A and UV' and multiplicative updating.
NonnegativeMatrixFactorizationKL(DoubleMatrix2D) - Constructor for class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationKL
Creates the NonnegativeMatrixFactorizationKL object for matrix A.
NonnegativeMatrixFactorizationKLFactory - Class in org.carrot2.matrix.factorization
Factory for NonnegativeMatrixFactorizationKLs.
NonnegativeMatrixFactorizationKLFactory() - Constructor for class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationKLFactory
 
NopURIResolver - Class in org.carrot2.util.xslt
A no-op URIResolver.
NopURIResolver() - Constructor for class org.carrot2.util.xslt.NopURIResolver
 
normalize(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.CaseNormalizer
Performs normalization and saves the results to the context.
normalizeColumnL1(DoubleMatrix2D, double[]) - Static method in class org.carrot2.matrix.MatrixUtils
Normalizes column vectors of matrix A so that their L1 norm is equal to 1.0.
normalizeColumnL2(DoubleMatrix2D, double[]) - Static method in class org.carrot2.matrix.MatrixUtils
Normalizes column vectors of matrix A so that their L2 norm (Euclidean distance) is equal to 1.0.
NORMALIZED_MUTUAL_INFORMATION - Static variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Keys
Attribute key for: NormalizedMutualInformationMetric.normalizedMutualInformation.
normalizedMutualInformation - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculator
Normalized Mutual Information metric.
normalizedMutualInformation - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetric
Normalized Mutual Information of the whole cluster set.
normalizedMutualInformation() - Method in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.AttributeBuilder
Normalized Mutual Information of the whole cluster set.
normalizedMutualInformation - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Attributes
 
NormalizedMutualInformationMetric - Class in org.carrot2.output.metrics
Computes Normalized Mutual Information (NMI) metric for the cluster set.
NormalizedMutualInformationMetric() - Constructor for class org.carrot2.output.metrics.NormalizedMutualInformationMetric
 
NormalizedMutualInformationMetricDescriptor - Class in org.carrot2.output.metrics
Metadata and attributes of the NormalizedMutualInformationMetric component.
NormalizedMutualInformationMetricDescriptor() - Constructor for class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
 
NormalizedMutualInformationMetricDescriptor.AttributeBuilder - Class in org.carrot2.output.metrics
Attribute map builder for the NormalizedMutualInformationMetric component.
NormalizedMutualInformationMetricDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
NormalizedMutualInformationMetricDescriptor.Attributes - Class in org.carrot2.output.metrics
All attributes of the NormalizedMutualInformationMetric component.
NormalizedMutualInformationMetricDescriptor.Keys - Class in org.carrot2.output.metrics
Constants for all attribute keys of the NormalizedMutualInformationMetric component.
NormalizedMutualInformationMetricDescriptor.Keys() - Constructor for class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor.Keys
 
normalizeSparseColumnL2(DoubleMatrix2D, double[]) - Static method in class org.carrot2.matrix.MatrixUtils
Normalizes column vectors of a sparse matrix A so that their L2 norm (Euclidean distance) is equal to 1.0.
NORMALIZING_CHAR_ARRAY_COMPARATOR - Static variable in class org.carrot2.text.util.CharArrayComparators
A comparator that groups different strings into different buckets (case-insensitive) and strings within these buckets (case-sensitive).
not(Class<? extends Annotation>...) - Method in class org.carrot2.util.attribute.BindableDescriptor
Preserves descriptors that have none of the specified annotations.
NotBlank - Annotation Type in org.carrot2.util.attribute.constraint
Requires that the CharSequence value is not blank, i.e.
NULL_WRITER - Static variable in class org.carrot2.util.StreamUtils
A dummy writer with empty implementations of Writer methods.
NumericLabelFilter - Class in org.carrot2.text.preprocessing.filter
Accepts labels that do not consist only of numeric tokens and start with a non-numeric token.
NumericLabelFilter() - Constructor for class org.carrot2.text.preprocessing.filter.NumericLabelFilter
 
numericLabelFilter - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessor
Numeric label filter for this processor.
NumericLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the NumericLabelFilter component.
NumericLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the NumericLabelFilter component.
NumericLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
NumericLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
 
NumericLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the NumericLabelFilter component.
NumericLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the NumericLabelFilter component.
NumericLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
NumericLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
NumericLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the NumericLabelFilter component.
NumericLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the NumericLabelFilter component.
NumericLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the NumericLabelFilter component.
NumericLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the NumericLabelFilter component.
NumericLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.Keys
 
NumericLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor.Keys
 

O

objectA - Variable in class org.carrot2.util.Pair
 
objectAt(int) - Method in class org.carrot2.text.suffixtree.CharacterSequence
 
objectAt(int) - Method in class org.carrot2.text.suffixtree.IntegerSequence
 
objectAt(int) - Method in interface org.carrot2.text.suffixtree.ISequence
Returns a unique integer code for object at index i (the first element has 0 index).
objectB - Variable in class org.carrot2.util.Pair
 
objectInstantiated(T, P) - Method in interface org.carrot2.util.pool.IInstantiationListener
Called after the object gets instantiated.
Odp239DocumentSource - Class in org.carrot2.source.ambient
Serves documents from the ODP239 test set.
Odp239DocumentSource() - Constructor for class org.carrot2.source.ambient.Odp239DocumentSource
 
Odp239DocumentSource.Odp239Topic - Enum in org.carrot2.source.ambient
All available ODP239 topics.
Odp239DocumentSourceDescriptor - Class in org.carrot2.source.ambient
Metadata and attributes of the Odp239DocumentSource component.
Odp239DocumentSourceDescriptor() - Constructor for class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
 
Odp239DocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.ambient
Attribute map builder for the Odp239DocumentSource component.
Odp239DocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
Odp239DocumentSourceDescriptor.Attributes - Class in org.carrot2.source.ambient
All attributes of the Odp239DocumentSource component.
Odp239DocumentSourceDescriptor.Keys - Class in org.carrot2.source.ambient
Constants for all attribute keys of the Odp239DocumentSource component.
Odp239DocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.Keys
 
offendingValue - Variable in exception org.carrot2.util.attribute.constraint.ConstraintViolationException
Value that does not meet the constraints.
offset - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResponse
 
offset - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResponse
 
offset - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResponse
 
ON_DOCUMENT_SEPARATOR - Static variable in class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
Predicate for splitting on document separator.
ON_FIELD_SEPARATOR - Static variable in class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
Predicate for splitting on field separator.
ON_SENTENCE_SEPARATOR - Static variable in class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
Predicate for splitting on sentence separator.
only(Predicate<AttributeDescriptor>) - Method in class org.carrot2.util.attribute.BindableDescriptor
Preserves attribute descriptors for which the provided predicate returns true.
only(Class<? extends Annotation>...) - Method in class org.carrot2.util.attribute.BindableDescriptor
Preserves descriptors that have all of the specified annotations.
open() - Method in class org.carrot2.util.resource.ClassLoaderResource
 
open() - Method in class org.carrot2.util.resource.ClassResource
Override the default open-from-URL method so that we don't lock the source JAR.
open() - Method in class org.carrot2.util.resource.FileResource
 
open() - Method in interface org.carrot2.util.resource.IResource
Open an input stream to the resource.
open() - Method in class org.carrot2.util.resource.URLResource
 
open() - Method in class org.carrot2.util.resource.URLResourceWithParams
Opens the underlying URL without attribute substitution.
open(Map<String, Object>) - Method in class org.carrot2.util.resource.URLResourceWithParams
Opens the underlying URL substituting attribute place holders beforehand.
OpenSearchDocumentSource - Class in org.carrot2.source.opensearch
A IDocumentSource fetching Documents (search results) from an OpenSearch feed.
OpenSearchDocumentSource() - Constructor for class org.carrot2.source.opensearch.OpenSearchDocumentSource
 
OpenSearchDocumentSourceDescriptor - Class in org.carrot2.source.opensearch
Metadata and attributes of the OpenSearchDocumentSource component.
OpenSearchDocumentSourceDescriptor() - Constructor for class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
 
OpenSearchDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.opensearch
Attribute map builder for the OpenSearchDocumentSource component.
OpenSearchDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
OpenSearchDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.opensearch
All attributes of the OpenSearchDocumentSource component.
OpenSearchDocumentSourceDescriptor.Keys - Class in org.carrot2.source.opensearch
Constants for all attribute keys of the OpenSearchDocumentSource component.
OpenSearchDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Keys
 
OPTIMAL_PHRASE_LENGTH - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.optimalPhraseLength.
OPTIMAL_PHRASE_LENGTH_DEV - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.optimalPhraseLengthDev.
optimalPhraseLength - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Optimal label length.
optimalPhraseLength(int) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Optimal label length.
optimalPhraseLength - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
optimalPhraseLengthDev - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Phrase length tolerance.
optimalPhraseLengthDev(double) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Phrase length tolerance.
optimalPhraseLengthDev - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
options - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource
Miscellaneous request options.
options(String) - Method in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.AttributeBuilder
Miscellaneous request options.
options - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Attributes
 
OPTIONS - Static variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor.Keys
Attribute key for: Bing2DocumentSource.options.
ordered - Variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Order base vectors according to their 'activity'
org.carrot2.text.analysis - package org.carrot2.text.analysis
Lexical analysis utilities.
org.carrot2.text.clustering - package org.carrot2.text.clustering
Multilingual clustering utilities.
org.carrot2.text.linguistic - package org.carrot2.text.linguistic
Shallow linguistic processing utilities.
org.carrot2.text.linguistic.lucene - package org.carrot2.text.linguistic.lucene
Shallow linguistic processing utilities dependent on Lucene stemmers and analyzers.
org.carrot2.text.linguistic.morfologik - package org.carrot2.text.linguistic.morfologik
Shallow linguistic processing utilities dependent on the Morfologik stemming library.
org.carrot2.text.preprocessing - package org.carrot2.text.preprocessing
Contains the unified input preprocessing infrastructure (term indexing, stemming, label discovery).
org.carrot2.text.preprocessing.filter - package org.carrot2.text.preprocessing.filter
Text feature filtering utilities.
org.carrot2.text.preprocessing.pipeline - package org.carrot2.text.preprocessing.pipeline
Predefined preprocessing pipeline utilities.
org.carrot2.text.util - package org.carrot2.text.util
Data structures for text preprocessing.
org.carrot2.text.vsm - package org.carrot2.text.vsm
Vector Space Model utilities.
OTHER_SEARCH_ATTRIBUTES - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.otherSearchAttributes.
OTHER_TOPICS - Static variable in class org.carrot2.core.Cluster
Indicates that the cluster is an Other Topics cluster.
OTHER_TOPICS_AT_THE_END - Static variable in class org.carrot2.core.Cluster
A comparator that puts Cluster.OTHER_TOPICS clusters at the end of the list.
OTHER_TOPICS_LABEL - Static variable in class org.carrot2.core.Cluster
Default label for the Other Topics cluster.
otherSearchAttributes - Variable in class org.carrot2.source.idol.IdolDocumentSource
Any other search attributes (separated by &) from the Autonomy Query Search API's Ensure all the attributes are entered to satisfy XSL that will be applied.
otherSearchAttributes(String) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
Any other search attributes (separated by &) from the Autonomy Query Search API's Ensure all the attributes are entered to satisfy XSL that will be applied.
otherSearchAttributes - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
Output - Annotation Type in org.carrot2.util.attribute
Denotes fields whose values can be read (collected) by AttributeBinder.
outputAttribute - Variable in class org.carrot2.util.attribute.AttributeDescriptor
True if the attribute is an Output attribute.

P

PAGE_REQUESTS - Static variable in class org.carrot2.source.SearchEngineStatsDescriptor.Keys
Attribute key for: SearchEngineStats.pageRequests.
pageRequests - Variable in class org.carrot2.source.SearchEngineStats
Number of individual page requests issued by this data source.
pageRequests() - Method in class org.carrot2.source.SearchEngineStatsDescriptor.AttributeBuilder
Number of individual page requests issued by this data source.
pageRequests - Variable in class org.carrot2.source.SearchEngineStatsDescriptor.Attributes
 
Pair<I,J> - Class in org.carrot2.util
An immutable pair of objects.
Pair(I, J) - Constructor for class org.carrot2.util.Pair
 
parent - Variable in class org.carrot2.core.ClusterWithParent
The parent cluster of ClusterWithParent.cluster, may be null in case of top-level clusters.
PartialSingularValueDecomposition - Class in org.carrot2.matrix.factorization
Performs matrix factorization using the Singular Value Decomposition algorithm.
PartialSingularValueDecomposition(DoubleMatrix2D) - Constructor for class org.carrot2.matrix.factorization.PartialSingularValueDecomposition
Computes a partial SVD of a matrix.
PartialSingularValueDecompositionFactory - Class in org.carrot2.matrix.factorization
Factory for PartialSingularValueDecompositions.
PartialSingularValueDecompositionFactory() - Constructor for class org.carrot2.matrix.factorization.PartialSingularValueDecompositionFactory
Creates the factory that creates factorizations that compute the maximum number of base vectors.
PARTITION_COUNT - Static variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
Attribute key for: BisectingKMeansClusteringAlgorithm.partitionCount.
PARTITION_ID_FIELD_NAME - Static variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.Keys
Attribute key for: IdealPartitioningBasedMetric.partitionIdFieldName.
partitionCount - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
Partition count.
partitionCount(int) - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
Partition count.
partitionCount - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
 
partitionIdFieldName(String) - Method in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.AttributeBuilder
Partition id field name.
partitionIdFieldName - Variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor.Attributes
 
PARTITIONS - Static variable in class org.carrot2.core.Document
Identifiers of reference clustering partitions this document belongs to.
PARTNER_ID - Static variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Keys
Attribute key for: EToolsDocumentSource.partnerId.
partnerId - Variable in class org.carrot2.source.etools.EToolsDocumentSource
eTools partner identifier.
partnerId(String) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
eTools partner identifier.
partnerId - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Attributes
 
PassesValueOf - Annotation Type in org.carrot2.util.attribute.constraint
Requires that instances bound to the attribute are a valid result of the attribute's class static valueOf method.
PassesValueOfConstraint - Class in org.carrot2.util.attribute.constraint
 
passivate(T, P) - Method in interface org.carrot2.util.pool.IPassivationListener
Called after the object is returned to the pool.
payload - Variable in class org.carrot2.util.httpclient.HttpUtils.Response
 
performAction(AttributeBinder.BindingTracker, int, Object, Field, Object, Predicate<Field>) - Method in class org.carrot2.util.attribute.AttributeBinder.AttributeBinderActionBind
 
performAction(AttributeBinder.BindingTracker, int, Object, Field, Object, Predicate<Field>) - Method in class org.carrot2.util.attribute.AttributeBinder.AttributeBinderActionCollect
 
performAction(AttributeBinder.BindingTracker, int, Object, Field, Object, Predicate<Field>) - Method in interface org.carrot2.util.attribute.AttributeBinder.IAttributeBinderAction
 
PersisterHelpers - Class in org.carrot2.util.simplexml
Simple XML session context helpers.
PersisterHelpers() - Constructor for class org.carrot2.util.simplexml.PersisterHelpers
 
PHRASE_LABEL_BOOST - Static variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Keys
Attribute key for: ClusterBuilder.phraseLabelBoost.
PHRASE_LENGTH_PENALTY_START - Static variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Keys
Attribute key for: ClusterBuilder.phraseLengthPenaltyStart.
PHRASE_LENGTH_PENALTY_STOP - Static variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Keys
Attribute key for: ClusterBuilder.phraseLengthPenaltyStop.
PhraseExtractor - Class in org.carrot2.text.preprocessing
Extracts frequent phrases from the provided document.
PhraseExtractor() - Constructor for class org.carrot2.text.preprocessing.PhraseExtractor
 
phraseExtractor - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipeline
Phrase extractor used by the algorithm, contains bindable attributes.
phraseExtractor() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested PhraseExtractor component, backed by the same attribute map as the current builder.
phraseExtractor() - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested PhraseExtractor component, backed by the same attribute map as the current builder.
phraseExtractor - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.Attributes
Attributes of the nested PhraseExtractor component.
phraseExtractor - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor.Attributes
Attributes of the nested PhraseExtractor component.
PhraseExtractorDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the PhraseExtractor component.
PhraseExtractorDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the PhraseExtractor component.
PhraseExtractorDescriptor() - Constructor for class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
PhraseExtractorDescriptor() - Constructor for class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
 
PhraseExtractorDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the PhraseExtractor component.
PhraseExtractorDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the PhraseExtractor component.
PhraseExtractorDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
PhraseExtractorDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
PhraseExtractorDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the PhraseExtractor component.
PhraseExtractorDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the PhraseExtractor component.
PhraseExtractorDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the PhraseExtractor component.
PhraseExtractorDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the PhraseExtractor component.
PhraseExtractorDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.Keys
 
PhraseExtractorDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.PhraseExtractorDescriptor.Keys
 
phraseLabelBoost - Variable in class org.carrot2.clustering.lingo.ClusterBuilder
Phrase label boost.
phraseLabelBoost(double) - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.AttributeBuilder
Phrase label boost.
phraseLabelBoost - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Attributes
 
phraseLengthPenaltyStart - Variable in class org.carrot2.clustering.lingo.ClusterBuilder
Phrase length penalty start.
phraseLengthPenaltyStart(int) - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.AttributeBuilder
Phrase length penalty start.
phraseLengthPenaltyStart - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Attributes
 
phraseLengthPenaltyStop - Variable in class org.carrot2.clustering.lingo.ClusterBuilder
Phrase length penalty stop.
phraseLengthPenaltyStop(int) - Method in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.AttributeBuilder
Phrase length penalty stop.
phraseLengthPenaltyStop - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor.Attributes
 
PlainTextFormatter - Class in org.carrot2.source.lucene
An implementation of the Lucene highlighter's Formatter interface that doesn't do any highlighting and just returns the original text.
PlainTextFormatter() - Constructor for class org.carrot2.source.lucene.PlainTextFormatter
 
Platform - Enum in org.carrot2.core
Provides the runtime execution platform environment information.
platformSupportsThai() - Static method in class org.carrot2.text.linguistic.lucene.ThaiTokenizerAdapter
Check support for Thai.
PoolingProcessingComponentManager - Class in org.carrot2.core
An IProcessingComponentManager that pools instances of processing components.
PoolingProcessingComponentManager() - Constructor for class org.carrot2.core.PoolingProcessingComponentManager
Creates a new PoolingProcessingComponentManager using the default pool implementation SoftUnboundedPool).
PoolingProcessingComponentManager(IParameterizedPool<IProcessingComponent, String>) - Constructor for class org.carrot2.core.PoolingProcessingComponentManager
Creates a new PoolingProcessingComponentManager with a custom pool implementation.
pop() - Method in class org.carrot2.util.PriorityQueue
Removes and returns the least element of the PriorityQueue in log(size) time.
pop() - Method in class org.carrot2.util.SystemPropertyStack
 
populate(Annotation) - Method in class org.carrot2.util.attribute.constraint.Constraint
TODO: remove this method and replace with a constructor accepting Annotation this constraint is bound to.
populateCustom(Annotation) - Method in class org.carrot2.util.attribute.constraint.Constraint
 
populateCustom(Annotation) - Method in class org.carrot2.util.attribute.constraint.PassesValueOfConstraint
 
post(int) - Method in interface org.carrot2.text.suffixtree.SuffixTree.IVisitor
Invoked after state is fully traversed.
post(int) - Method in class org.carrot2.text.suffixtree.SuffixTree.VisitorAdapter
 
pre(int) - Method in interface org.carrot2.text.suffixtree.SuffixTree.IVisitor
Invoked before state is descended into.
pre(int) - Method in class org.carrot2.text.suffixtree.SuffixTree.VisitorAdapter
 
PRECISION_BY_PARTITION - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.precisionByPartition.
precisionByPartition - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
Precision by partition.
precisionByPartition() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
Precision by partition.
precisionByPartition - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
precisionRecall - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculator
Precision and recall based metrics.
PrecisionRecallMetric - Class in org.carrot2.output.metrics
Computes precision, recall and F-metric for all partitions against the provided clusters.
PrecisionRecallMetric() - Constructor for class org.carrot2.output.metrics.PrecisionRecallMetric
 
PrecisionRecallMetricDescriptor - Class in org.carrot2.output.metrics
Metadata and attributes of the PrecisionRecallMetric component.
PrecisionRecallMetricDescriptor() - Constructor for class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
 
PrecisionRecallMetricDescriptor.AttributeBuilder - Class in org.carrot2.output.metrics
Attribute map builder for the PrecisionRecallMetric component.
PrecisionRecallMetricDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
PrecisionRecallMetricDescriptor.Attributes - Class in org.carrot2.output.metrics
All attributes of the PrecisionRecallMetric component.
PrecisionRecallMetricDescriptor.Keys - Class in org.carrot2.output.metrics
Constants for all attribute keys of the PrecisionRecallMetric component.
PrecisionRecallMetricDescriptor.Keys() - Constructor for class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
 
prefetch(InputStream) - Static method in class org.carrot2.util.StreamUtils
Prefetch the entire content of stream, close it and return an InputStream to an in-memory ByteArrayInputStream.
prefix - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.MultipageSearchEngineDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.SearchEngineBaseDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.SearchEngineStatsDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.SimpleSearchEngineDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
Attribute prefix used by the component.
prefix - Variable in class org.carrot2.util.attribute.BindableDescriptor
Prefix of the Bindable this descriptor refers to, as returned by BindableUtils.getPrefix(Class).
PrefixDecoratorLocator - Class in org.carrot2.util.resource
Prefixes all resource names with a given prefix at lookup time and delegates to another resource locator.
PrefixDecoratorLocator(IResourceLocator, String) - Constructor for class org.carrot2.util.resource.PrefixDecoratorLocator
 
prepare(Class<? extends IProcessingComponent>, String, Map<String, Object>, Map<String, Object>) - Method in class org.carrot2.core.CachingProcessingComponentManager
 
prepare(Class<? extends IProcessingComponent>, String, Map<String, Object>, Map<String, Object>) - Method in interface org.carrot2.core.IProcessingComponentManager
Prepares a component for processing.
prepare(Class<? extends IProcessingComponent>, String, Map<String, Object>, Map<String, Object>) - Method in class org.carrot2.core.PoolingProcessingComponentManager
 
prepare(Class<? extends IProcessingComponent>, String, Map<String, Object>, Map<String, Object>) - Method in class org.carrot2.core.SimpleProcessingComponentManager
 
preprocess(List<Document>, String, LanguageCode) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Performs preprocessing on the provided list of documents.
preprocess(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Performs preprocessing on the provided PreprocessingContext.
preprocess(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipeline
Performs preprocessing on the provided PreprocessingContext.
preprocess(List<Document>, String, LanguageCode) - Method in interface org.carrot2.text.preprocessing.pipeline.IPreprocessingPipeline
Performs preprocessing on the provided list of documents, creating a new preprocessing context on the way.
preprocess(PreprocessingContext) - Method in interface org.carrot2.text.preprocessing.pipeline.IPreprocessingPipeline
Performs preprocessing on the provided PreprocessingContext.
PreprocessedDocumentScanner - Class in org.carrot2.text.preprocessing
Iterates over tokenized documents in PreprocessingContext.
PreprocessedDocumentScanner() - Constructor for class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
 
preprocessingContext - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansProcessingContext
Preprocessing context
preprocessingContext - Variable in class org.carrot2.clustering.lingo.LingoProcessingContext
Preprocessing context
PreprocessingContext - Class in org.carrot2.text.preprocessing
Document preprocessing context provides low-level (usually integer-coded) data structures useful for further processing.
PreprocessingContext(LanguageModel, List<Document>, String) - Constructor for class org.carrot2.text.preprocessing.PreprocessingContext
Creates a preprocessing context for the provided documents and with the provided languageModel.
preprocessingContext - Variable in class org.carrot2.text.vsm.VectorSpaceModelContext
Preprocessing context for the underlying documents.
PreprocessingContext.AllFields - Class in org.carrot2.text.preprocessing
Information about all fields processed for the input PreprocessingContext.documents.
PreprocessingContext.AllFields() - Constructor for class org.carrot2.text.preprocessing.PreprocessingContext.AllFields
 
PreprocessingContext.AllLabels - Class in org.carrot2.text.preprocessing
Information about words and phrases that might be good cluster label candidates.
PreprocessingContext.AllLabels() - Constructor for class org.carrot2.text.preprocessing.PreprocessingContext.AllLabels
 
PreprocessingContext.AllPhrases - Class in org.carrot2.text.preprocessing
Information about all frequently appearing sequences of words found in the input PreprocessingContext.documents.
PreprocessingContext.AllPhrases() - Constructor for class org.carrot2.text.preprocessing.PreprocessingContext.AllPhrases
 
PreprocessingContext.AllStems - Class in org.carrot2.text.preprocessing
Information about all unique stems found in the input PreprocessingContext.documents.
PreprocessingContext.AllStems() - Constructor for class org.carrot2.text.preprocessing.PreprocessingContext.AllStems
 
PreprocessingContext.AllTokens - Class in org.carrot2.text.preprocessing
Information about all tokens of the input PreprocessingContext.documents.
PreprocessingContext.AllTokens() - Constructor for class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
 
PreprocessingContext.AllWords - Class in org.carrot2.text.preprocessing
Information about all unique words found in the input PreprocessingContext.documents.
PreprocessingContext.AllWords() - Constructor for class org.carrot2.text.preprocessing.PreprocessingContext.AllWords
 
preprocessingFinished() - Method in class org.carrot2.text.preprocessing.PreprocessingContext
This method should be invoked after all preprocessing contributors have been executed to release temporary data structures.
preprocessingPipeline - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
Common preprocessing tasks handler, contains bindable attributes.
preprocessingPipeline() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested BasicPreprocessingPipeline component, backed by the same attribute map as the current builder.
preprocessingPipeline - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
Attributes of the nested BasicPreprocessingPipeline component.
preprocessingPipeline - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Common preprocessing tasks handler, contains bindable attributes.
preprocessingPipeline() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested CompletePreprocessingPipeline component, backed by the same attribute map as the current builder.
preprocessingPipeline - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
Attributes of the nested CompletePreprocessingPipeline component.
preprocessingPipeline - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Common preprocessing tasks handler.
preprocessingPipeline() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Returns an attribute builder for the nested BasicPreprocessingPipeline component, backed by the same attribute map as the current builder.
preprocessingPipeline - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
Attributes of the nested BasicPreprocessingPipeline component.
PriorityQueue<T> - Class in org.carrot2.util
A PriorityQueue maintains a partial ordering of its elements such that the least element can always be found in constant time.
PriorityQueue() - Constructor for class org.carrot2.util.PriorityQueue
 
process() - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
 
process() - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Performs Lingo clustering of LingoClusteringAlgorithm.documents.
process() - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Performs STC clustering of STCClusteringAlgorithm.documents.
process() - Method in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithm
Performs by URL clustering.
process() - Method in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithm
Performs by URL clustering.
process(String, Integer, Class<?>...) - Method in class org.carrot2.core.Controller
Convenience method for performing processing with the provided query and number of results.
process(List<Document>, String, Class<?>...) - Method in class org.carrot2.core.Controller
Convenience method for clustering the provided list of Documents.
process(Map<String, Object>, Class<?>...) - Method in class org.carrot2.core.Controller
Performs processing using components designated by their class.
process(Map<String, Object>, String...) - Method in class org.carrot2.core.Controller
Performs processing using components designated by their identifiers.
process(Map<String, Object>, Object...) - Method in class org.carrot2.core.Controller
Performs processing using components designated by their identifiers or classes.
process() - Method in interface org.carrot2.core.IProcessingComponent
Performs the processing required to fulfill the request.
process() - Method in class org.carrot2.core.ProcessingComponentBase
 
process() - Method in class org.carrot2.output.metrics.ClusteringMetricsCalculator
 
process() - Method in class org.carrot2.source.ambient.AmbientDocumentSource
 
process() - Method in class org.carrot2.source.ambient.Odp239DocumentSource
 
process() - Method in class org.carrot2.source.google.GoogleDocumentSource
 
process() - Method in class org.carrot2.source.idol.IdolDocumentSource
 
process() - Method in class org.carrot2.source.lucene.LuceneDocumentSource
 
process() - Method in class org.carrot2.source.microsoft.Bing2DocumentSource
Make this abstract so that subclasses override.
process() - Method in class org.carrot2.source.microsoft.Bing2ImageDocumentSource
Process the query.
process() - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSource
Process the query.
process() - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSource
Process the query.
process(MultipageSearchEngineMetadata, ExecutorService) - Method in class org.carrot2.source.MultipageSearchEngine
Run a request the search engine's API, setting documents to the set of returned documents.
process() - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSource
 
process() - Method in class org.carrot2.source.SimpleSearchEngine
 
process() - Method in class org.carrot2.source.xml.XmlDocumentSource
 
process(List<Document>, LanguageCode) - Method in interface org.carrot2.text.clustering.IMonolingualClusteringAlgorithm
Clusters documents assuming they are written in language.
process(List<Document>, IMonolingualClusteringAlgorithm) - Method in class org.carrot2.text.clustering.MultilingualClustering
 
process(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.LabelFilterProcessor
Processes all filters declared as fields of this class.
Processing - Annotation Type in org.carrot2.core.attribute
Marks attributes that will be bound before and after Carrot2 component performs processing.
PROCESSING_RESULT_TITLE - Static variable in class org.carrot2.core.attribute.AttributeNames
 
PROCESSING_RESULT_TITLE - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.processingResultTitle.
PROCESSING_TIME_ALGORITHM - Static variable in class org.carrot2.core.attribute.AttributeNames
 
PROCESSING_TIME_ALGORITHM - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.processingTimeAlgorithm.
PROCESSING_TIME_SOURCE - Static variable in class org.carrot2.core.attribute.AttributeNames
 
PROCESSING_TIME_SOURCE - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.processingTimeSource.
PROCESSING_TIME_TOTAL - Static variable in class org.carrot2.core.attribute.AttributeNames
 
PROCESSING_TIME_TOTAL - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.processingTimeTotal.
ProcessingComponentBase - Class in org.carrot2.core
A base class for implementation of the IProcessingComponent interface that provides empty implementations of all life cycle methods.
ProcessingComponentBase() - Constructor for class org.carrot2.core.ProcessingComponentBase
 
ProcessingComponentConfiguration - Class in org.carrot2.core
Represents a specific configuration of a IProcessingComponent.
ProcessingComponentConfiguration(Class<? extends IProcessingComponent>, String, Map<String, Object>) - Constructor for class org.carrot2.core.ProcessingComponentConfiguration
Creates a new component configuration.
ProcessingComponentConfiguration(Class<? extends IProcessingComponent>, String) - Constructor for class org.carrot2.core.ProcessingComponentConfiguration
Creates a new component configuration with an empty set of initialization attributes.
ProcessingComponentDescriptor - Class in org.carrot2.core
Descriptor of a IProcessingComponent being part of a ProcessingComponentSuite.
ProcessingComponentDescriptor.ProcessingComponentDescriptorToId - Class in org.carrot2.core
Transforms a ProcessingComponentDescriptor to its identifier.
ProcessingComponentSuite - Class in org.carrot2.core
A set of IProcessingComponents used in Carrot2 applications.
ProcessingComponentSuite() - Constructor for class org.carrot2.core.ProcessingComponentSuite
 
ProcessingComponentSuite(ArrayList<DocumentSourceDescriptor>, ArrayList<ProcessingComponentDescriptor>) - Constructor for class org.carrot2.core.ProcessingComponentSuite
 
ProcessingException - Exception in org.carrot2.core
An exception thrown if processing failed.
ProcessingException(String, Throwable) - Constructor for exception org.carrot2.core.ProcessingException
 
ProcessingException(String) - Constructor for exception org.carrot2.core.ProcessingException
 
ProcessingException(Throwable) - Constructor for exception org.carrot2.core.ProcessingException
 
ProcessingResult - Class in org.carrot2.core
Encapsulates the results of processing.
processingResultTitle - Variable in class org.carrot2.core.attribute.CommonAttributes
Processing result title.
processingResultTitle() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Processing result title.
processingResultTitle - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
processingTimeAlgorithm - Variable in class org.carrot2.core.attribute.CommonAttributes
Algorithm processing time in milliseconds.
processingTimeAlgorithm() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Algorithm processing time in milliseconds.
processingTimeAlgorithm - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
processingTimeSource - Variable in class org.carrot2.core.attribute.CommonAttributes
Data source processing time in milliseconds.
processingTimeSource() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Data source processing time in milliseconds.
processingTimeSource - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
processingTimeTotal - Variable in class org.carrot2.core.attribute.CommonAttributes
Total processing time in milliseconds.
processingTimeTotal() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Total processing time in milliseconds.
processingTimeTotal - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
processInternal(FubTestCollection, int, int) - Method in class org.carrot2.source.ambient.FubDocumentSource
 
PUBMED_TIMEOUT - Static variable in class org.carrot2.source.pubmed.PubMedDocumentSource
HTTP timeout for pubmed services.
PubMedDocumentSource - Class in org.carrot2.source.pubmed
Performs searches on the PubMed database using its on-line e-utilities: http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html
PubMedDocumentSource() - Constructor for class org.carrot2.source.pubmed.PubMedDocumentSource
 
PubMedDocumentSourceDescriptor - Class in org.carrot2.source.pubmed
Metadata and attributes of the PubMedDocumentSource component.
PubMedDocumentSourceDescriptor() - Constructor for class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
 
PubMedDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.pubmed
Attribute map builder for the PubMedDocumentSource component.
PubMedDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
PubMedDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.pubmed
All attributes of the PubMedDocumentSource component.
PubMedDocumentSourceDescriptor.Keys - Class in org.carrot2.source.pubmed
Constants for all attribute keys of the PubMedDocumentSource component.
PubMedDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor.Keys
 
push(String) - Method in class org.carrot2.util.SystemPropertyStack
 

Q

queries - Variable in class org.carrot2.source.SearchEngineStats
Number queries handled successfully by this data source.
queries() - Method in class org.carrot2.source.SearchEngineStatsDescriptor.AttributeBuilder
Number queries handled successfully by this data source.
queries - Variable in class org.carrot2.source.SearchEngineStatsDescriptor.Attributes
 
QUERIES - Static variable in class org.carrot2.source.SearchEngineStatsDescriptor.Keys
Attribute key for: SearchEngineStats.queries.
query - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Query that produced the documents.
query(String) - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Query that produced the documents.
query - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
 
QUERY - Static variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Keys
Attribute key for: LingoClusteringAlgorithm.query.
query - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Query that produced the documents.
query(String) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Query that produced the documents.
query - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
QUERY - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.query.
QUERY - Static variable in class org.carrot2.core.attribute.AttributeNames
 
query - Variable in class org.carrot2.core.attribute.CommonAttributes
Query to perform.
query(String) - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Query to perform.
query - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
QUERY - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.query.
query - Variable in class org.carrot2.source.ambient.FubDocumentSource
 
query() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.AttributeBuilder
 
query - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Attributes
 
QUERY - Static variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Keys
Attribute key for: FubDocumentSource.query.
query - Variable in class org.carrot2.source.lucene.LuceneDocumentSource
A pre-parsed Query object or a String parsed using the built-in QueryParser over a set of search fields returned from the LuceneDocumentSource.fieldMapper.
query(Object) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
A pre-parsed Query object or a String parsed using the built-in QueryParser over a set of search fields returned from the LuceneDocumentSource.fieldMapper.
query - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
 
QUERY - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
Attribute key for: LuceneDocumentSource.query.
query - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.BingResponse
 
query - Variable in class org.carrot2.source.SearchEngineBase
 
query(String) - Method in class org.carrot2.source.SearchEngineBaseDescriptor.AttributeBuilder
 
query - Variable in class org.carrot2.source.SearchEngineBaseDescriptor.Attributes
 
QUERY - Static variable in class org.carrot2.source.SearchEngineBaseDescriptor.Keys
Attribute key for: SearchEngineBase.query.
query - Variable in class org.carrot2.source.xml.XmlDocumentSource
After processing this field may hold the query read from the XML data, if any.
query(String) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
After processing this field may hold the query read from the XML data, if any.
query() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
After processing this field may hold the query read from the XML data, if any.
query - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 
QUERY - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.query.
query - Variable in class org.carrot2.text.preprocessing.PreprocessingContext
Query used to perform processing, may be null
QUERY_URL - Static variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.Keys
Attribute key for: GoogleDesktopDocumentSource.queryUrl.
QueryLabelFilter - Class in org.carrot2.text.preprocessing.filter
Accepts labels that do not consist only of query words.
QueryLabelFilter() - Constructor for class org.carrot2.text.preprocessing.filter.QueryLabelFilter
 
queryLabelFilter - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessor
Query word label filter for this processor.
QueryLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the QueryLabelFilter component.
QueryLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the QueryLabelFilter component.
QueryLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
QueryLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
 
QueryLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the QueryLabelFilter component.
QueryLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the QueryLabelFilter component.
QueryLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
QueryLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
QueryLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the QueryLabelFilter component.
QueryLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the QueryLabelFilter component.
QueryLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the QueryLabelFilter component.
QueryLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the QueryLabelFilter component.
QueryLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.Keys
 
QueryLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor.Keys
 
queryUrl - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSource
Query URL.
queryUrl(String) - Method in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.AttributeBuilder
Query URL.
queryUrl - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor.Attributes
 

R

RandomSeedingStrategy - Class in org.carrot2.matrix.factorization.seeding
Random matrix factorization seeding.
RandomSeedingStrategy() - Constructor for class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategy
Creates RandomSeedingStrategy with seed based on current time.
RandomSeedingStrategy(int) - Constructor for class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategy
Creates RandomSeedingStrategy with given random seed.
RandomSeedingStrategyFactory - Class in org.carrot2.matrix.factorization.seeding
Creates random seeding strategies.
RandomSeedingStrategyFactory() - Constructor for class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory
Creates the factory with seeding based on current system time.
RandomSeedingStrategyFactory(int) - Constructor for class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory
Creates the factory with given seed value.
RangeUtils - Class in org.carrot2.util
A helper class for performing various calculations for integer and double ranges.
RangeUtils() - Constructor for class org.carrot2.util.RangeUtils
 
read(ResourceLookup, String, Class<T>, boolean) - Static method in class org.carrot2.util.simplexml.PersisterHelpers
Read and deserialize an XML resource of class clazz.
READ_ALL - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.readAll.
readAll - Variable in class org.carrot2.source.xml.XmlDocumentSource
If true, all documents are read from the input XML stream, regardless of the limit set by XmlDocumentSource.results.
readAll(boolean) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
If true, all documents are read from the input XML stream, regardless of the limit set by XmlDocumentSource.results.
readAll - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 
readFully(InputStream) - Static method in class org.carrot2.util.StreamUtils
Read the contents of an opened stream until EOF (or an exception is thrown).
readFully(Reader) - Static method in class org.carrot2.util.StreamUtils
Read the contents of an opened reader until EOF (or an exception is thrown).
readFullyAndClose(InputStream) - Static method in class org.carrot2.util.StreamUtils
Read the contents of an opened stream until EOF (or an exception is thrown).
readFullyAndClose(Reader) - Static method in class org.carrot2.util.StreamUtils
Read the contents of an opened Reader until EOF (or an exception is thrown).
RECALL_BY_PARTITION - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.recallByPartition.
recallByPartition - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
Recall by partition.
recallByPartition() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
Recall by partition.
recallByPartition - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
recycle(IProcessingComponent, String) - Method in class org.carrot2.core.CachingProcessingComponentManager
 
recycle(IProcessingComponent, String) - Method in interface org.carrot2.core.IProcessingComponentManager
Called after processing completed.
recycle(IProcessingComponent, String) - Method in class org.carrot2.core.PoolingProcessingComponentManager
 
recycle(IProcessingComponent, String) - Method in class org.carrot2.core.SimpleProcessingComponentManager
 
reduce(ReducedVectorSpaceModelContext, int) - Method in class org.carrot2.text.vsm.TermDocumentMatrixReducer
Performs the reduction.
ReducedVectorSpaceModelContext - Class in org.carrot2.text.vsm
Stores data related a Vector Space Model with reduced dimensionality.
ReducedVectorSpaceModelContext(VectorSpaceModelContext) - Constructor for class org.carrot2.text.vsm.ReducedVectorSpaceModelContext
 
reducedVsmContext - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansProcessingContext
Dimensionality-reduced vector space model
reducedVsmContext - Variable in class org.carrot2.clustering.lingo.LingoProcessingContext
Vector space model context
referer - Variable in class org.carrot2.source.google.GoogleDocumentSource
Request referer.
referer(String) - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.AttributeBuilder
Request referer.
referer - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Attributes
 
REFERER - Static variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Keys
Attribute key for: GoogleDocumentSource.referer.
ReflectionUtils - Class in org.carrot2.util
Utilities related to Java reflection.
RELOAD_RESOURCES - Static variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Keys
Attribute key for: DefaultLexicalDataFactory.reloadResources.
RELOAD_RESOURCES - Static variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Keys
Attribute key for: DefaultLexicalDataFactory.reloadResources.
RELOAD_RESOURCES - Static variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Keys
Attribute key for: LexicalDataLoader.reloadResources.
RELOAD_RESOURCES - Static variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Keys
Attribute key for: LexicalDataLoader.reloadResources.
reloadResources - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactory
 
reloadResources(boolean) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
 
reloadResources(boolean) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
 
reloadResources - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Attributes
 
reloadResources - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Attributes
 
reloadResources - Variable in class org.carrot2.text.linguistic.LexicalDataLoader
Reloads cached stop words and stop labels on every processing request.
reloadResources(boolean) - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
Reloads cached stop words and stop labels on every processing request.
reloadResources(boolean) - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
Reloads cached stop words and stop labels on every processing request.
reloadResources - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Attributes
 
reloadResources - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Attributes
 
remainingValues - Variable in class org.carrot2.util.attribute.AttributeBinder.AttributeBinderActionBind
 
RemoteXmlSimpleSearchEngineBase - Class in org.carrot2.source.xml
A base class for implementing data sources based on XML/XSLT.
RemoteXmlSimpleSearchEngineBase() - Constructor for class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBase
 
RemoteXmlSimpleSearchEngineBaseDescriptor - Class in org.carrot2.source.xml
Metadata and attributes of the RemoteXmlSimpleSearchEngineBase component.
RemoteXmlSimpleSearchEngineBaseDescriptor() - Constructor for class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
 
RemoteXmlSimpleSearchEngineBaseDescriptor.AttributeBuilder - Class in org.carrot2.source.xml
Attribute map builder for the RemoteXmlSimpleSearchEngineBase component.
RemoteXmlSimpleSearchEngineBaseDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
RemoteXmlSimpleSearchEngineBaseDescriptor.Attributes - Class in org.carrot2.source.xml
All attributes of the RemoteXmlSimpleSearchEngineBase component.
RemoteXmlSimpleSearchEngineBaseDescriptor.Keys - Class in org.carrot2.source.xml
Constants for all attribute keys of the RemoteXmlSimpleSearchEngineBase component.
RemoteXmlSimpleSearchEngineBaseDescriptor.Keys() - Constructor for class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor.Keys
 
remove() - Method in class org.carrot2.util.IntArrayPredicateIterator
 
removeAttribute(String) - Method in class org.carrot2.core.Cluster
Unconditionally remove an attribute from this cluster, if it exists.
removeAttributeValueSet(String) - Method in class org.carrot2.util.attribute.AttributeValueSets
Removes the AttributeValueSet corresponding to the provided id from this collection.
removeHtmlTags(String) - Static method in class org.carrot2.util.StringUtils
 
removeListener(IControllerContextListener) - Method in interface org.carrot2.core.IControllerContext
Removes a IControllerContextListener from this context.
removeUnavailableComponents() - Method in class org.carrot2.core.ProcessingComponentSuite
Remove components marked as unavailable from the suite.
Required - Annotation Type in org.carrot2.util.attribute
Marks required attributes.
requiredAttribute - Variable in class org.carrot2.util.attribute.AttributeDescriptor
True if the attribute is a Required attribute.
reset(Reader) - Method in class org.carrot2.text.analysis.ExtendedWhitespaceTokenizer
Reset this tokenizer to start parsing another stream.
reset(Reader) - Method in interface org.carrot2.text.analysis.ITokenizer
Resets the tokenizer to process new data
reset(Reader) - Method in class org.carrot2.text.linguistic.lucene.ChineseTokenizerAdapter
 
reset(Reader) - Method in class org.carrot2.text.linguistic.lucene.ThaiTokenizerAdapter
 
reset(CharSequence) - Method in class org.carrot2.text.util.MutableCharArray
Resets internal buffers in this object to represent another character sequence.
reset(char[]) - Method in class org.carrot2.text.util.MutableCharArray
Resets internal buffers in this object to point to another character buffer.
reset(char[], int, int) - Method in class org.carrot2.text.util.MutableCharArray
Resets internal buffers in this object to point to another character buffer.
resolve(String, String) - Method in class org.carrot2.util.xslt.NopURIResolver
 
RESOURCE_LOOKUP - Static variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Keys
Attribute key for: DefaultLexicalDataFactory.resourceLookup.
RESOURCE_LOOKUP - Static variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Keys
Attribute key for: DefaultLexicalDataFactory.resourceLookup.
RESOURCE_LOOKUP - Static variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Keys
Attribute key for: LexicalDataLoader.resourceLookup.
RESOURCE_LOOKUP - Static variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Keys
Attribute key for: LexicalDataLoader.resourceLookup.
ResourceCache<V> - Class in org.carrot2.util.resource
A static cache of immutable, reusable resources associated with a given ResourceLookup.
ResourceCache(Function<ResourceLookup, V>) - Constructor for class org.carrot2.util.resource.ResourceCache
Create a resource cache with the provided value maker.
resourceLookup - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactory
 
resourceLookup(ResourceLookup) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
 
resourceLookup(Class<? extends ResourceLookup>) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
 
resourceLookup(ResourceLookup) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
 
resourceLookup(Class<? extends ResourceLookup>) - Method in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.AttributeBuilder
 
resourceLookup - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Attributes
 
resourceLookup - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor.Attributes
 
resourceLookup - Variable in class org.carrot2.text.linguistic.LexicalDataLoader
Lexical resource lookup facade.
resourceLookup(ResourceLookup) - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
Lexical resource lookup facade.
resourceLookup(Class<? extends ResourceLookup>) - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
Lexical resource lookup facade.
resourceLookup(ResourceLookup) - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
Lexical resource lookup facade.
resourceLookup(Class<? extends ResourceLookup>) - Method in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.AttributeBuilder
Lexical resource lookup facade.
resourceLookup - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Attributes
 
resourceLookup - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor.Attributes
 
ResourceLookup - Class in org.carrot2.util.resource
Resource loading utility scanning one or more IResourceLocator locations.
ResourceLookup(ResourceLookup.Location...) - Constructor for class org.carrot2.util.resource.ResourceLookup
Create a lookup object based on the provided array of predefined locations.
ResourceLookup(IResourceLocator...) - Constructor for class org.carrot2.util.resource.ResourceLookup
Create a lookup object based on the provided array of resource locators (in order).
ResourceLookup(List<IResourceLocator>) - Constructor for class org.carrot2.util.resource.ResourceLookup
Create a lookup object based on the provided list of resource locators (in order).
ResourceLookup.Location - Enum in org.carrot2.util.resource
A set of predefined locations.
ResourceNameFilter - Annotation Type in org.carrot2.util.attribute.constraint
A single resource filter (pattern and description).
ResourceNameFilters - Annotation Type in org.carrot2.util.attribute.constraint
A resource name filter (not a constraint, just a hint for editors).
RESULTS - Static variable in class org.carrot2.core.attribute.AttributeNames
 
results - Variable in class org.carrot2.core.attribute.CommonAttributes
Maximum number of documents/ search results to fetch.
results(int) - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Maximum number of documents/ search results to fetch.
results - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
RESULTS - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.results.
results - Variable in class org.carrot2.source.ambient.AmbientDocumentSource
 
results(int) - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.AttributeBuilder
 
results - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.Attributes
 
RESULTS - Static variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.Keys
Attribute key for: AmbientDocumentSource.results.
results - Variable in class org.carrot2.source.ambient.Odp239DocumentSource
 
results(int) - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.AttributeBuilder
 
results - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.Attributes
 
RESULTS - Static variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.Keys
Attribute key for: Odp239DocumentSource.results.
results - Variable in class org.carrot2.source.lucene.LuceneDocumentSource
 
results(int) - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
 
results - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
 
RESULTS - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
Attribute key for: LuceneDocumentSource.results.
results - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResponse
 
results - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResponse
 
results - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResponse
 
results - Variable in class org.carrot2.source.MultipageSearchEngine.SearchRange
How many results to fetch.
results - Variable in class org.carrot2.source.SearchEngineBase
 
results(int) - Method in class org.carrot2.source.SearchEngineBaseDescriptor.AttributeBuilder
 
results - Variable in class org.carrot2.source.SearchEngineBaseDescriptor.Attributes
 
RESULTS - Static variable in class org.carrot2.source.SearchEngineBaseDescriptor.Keys
Attribute key for: SearchEngineBase.results.
results - Variable in class org.carrot2.source.SearchEngineResponse
All documents returned in the response.
results - Variable in class org.carrot2.source.xml.XmlDocumentSource
The maximum number of documents to read from the XML data if XmlDocumentSource.readAll is false.
results(int) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
The maximum number of documents to read from the XML data if XmlDocumentSource.readAll is false.
results - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 
RESULTS - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.results.
RESULTS_PER_PAGE - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.resultsPerPage.
RESULTS_PER_PAGE - Static variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Keys
Attribute key for: OpenSearchDocumentSource.resultsPerPage.
RESULTS_TOTAL - Static variable in class org.carrot2.core.attribute.AttributeNames
 
RESULTS_TOTAL - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.resultsTotal.
RESULTS_TOTAL - Static variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.Keys
Attribute key for: AmbientDocumentSource.resultsTotal.
RESULTS_TOTAL - Static variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.Keys
Attribute key for: Odp239DocumentSource.resultsTotal.
RESULTS_TOTAL - Static variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Keys
Attribute key for: LuceneDocumentSource.resultsTotal.
RESULTS_TOTAL - Static variable in class org.carrot2.source.SearchEngineBaseDescriptor.Keys
Attribute key for: SearchEngineBase.resultsTotal.
RESULTS_TOTAL_KEY - Static variable in class org.carrot2.source.SearchEngineResponse
Total number of results available in the source (possibly an approximation).
resultsPerPage - Variable in class org.carrot2.source.idol.IdolDocumentSource
Results per page.
resultsPerPage(int) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
Results per page.
resultsPerPage - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
resultsPerPage - Variable in class org.carrot2.source.MultipageSearchEngineMetadata
Maximum number of results returned per page.
resultsPerPage - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSource
Results per page.
resultsPerPage(int) - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.AttributeBuilder
Results per page.
resultsPerPage - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Attributes
 
resultsTotal - Variable in class org.carrot2.core.attribute.CommonAttributes
Estimated total number of matching documents.
resultsTotal() - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Estimated total number of matching documents.
resultsTotal - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
resultsTotal - Variable in class org.carrot2.source.ambient.AmbientDocumentSource
 
resultsTotal() - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.AttributeBuilder
 
resultsTotal - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.Attributes
 
resultsTotal - Variable in class org.carrot2.source.ambient.Odp239DocumentSource
 
resultsTotal() - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.AttributeBuilder
 
resultsTotal - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.Attributes
 
resultsTotal - Variable in class org.carrot2.source.lucene.LuceneDocumentSource
 
resultsTotal() - Method in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.AttributeBuilder
 
resultsTotal - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
 
resultsTotal - Variable in class org.carrot2.source.SearchEngineBase
 
resultsTotal() - Method in class org.carrot2.source.SearchEngineBaseDescriptor.AttributeBuilder
 
resultsTotal - Variable in class org.carrot2.source.SearchEngineBaseDescriptor.Attributes
 
returnObject(T, P) - Method in class org.carrot2.util.pool.FixedSizePool
 
returnObject(T, P) - Method in interface org.carrot2.util.pool.IParameterizedPool
Returns an object to the pool.
returnObject(T, P) - Method in class org.carrot2.util.pool.SoftUnboundedPool
 
robustValueOf(String) - Static method in enum org.carrot2.util.attribute.AttributeLevel
Robust version of valueOf, accepting invalid values.
RollingWindowAverage - Class in org.carrot2.util
Calculates an average of values showing up in a given time window.
RollingWindowAverage(long, long) - Constructor for class org.carrot2.util.RollingWindowAverage
 
RomeFetcherUtils - Class in org.carrot2.source.opensearch
Utility methods for working with Rome fetcher.
RomeFetcherUtils() - Constructor for class org.carrot2.source.opensearch.RomeFetcherUtils
 
rowData(Object...) - Method in class org.carrot2.text.util.Tabular
Sequentially adds column data to the current row.
runQuery(String, int, int, MultipageSearchEngineMetadata, ExecutorService) - Method in class org.carrot2.source.MultipageSearchEngine
This method implements the logic of querying a typical search engine.

S

SAFE_SEARCH - Static variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Keys
Attribute key for: EToolsDocumentSource.safeSearch.
safeSearch - Variable in class org.carrot2.source.etools.EToolsDocumentSource
If enabled, excludes offensive content from the results.
safeSearch(boolean) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
If enabled, excludes offensive content from the results.
safeSearch - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Attributes
 
SCORE - Static variable in class org.carrot2.core.Cluster
Score of this cluster that indicates the clustering algorithm's beliefs on the quality of this cluster.
SCORE - Static variable in class org.carrot2.core.Document
Document score.
SCORE_WEIGHT - Static variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Keys
Attribute key for: LingoClusteringAlgorithm.scoreWeight.
scoreWeight - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithm
Balance between cluster score and size during cluster sorting.
scoreWeight(double) - Method in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.AttributeBuilder
Balance between cluster score and size during cluster sorting.
scoreWeight - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor.Attributes
 
search() - Method in class org.carrot2.source.MultipageSearchEngine.SearchEngineResponseCallable
Performs the actual search and returns the response.
SEARCH_FIELDS - Static variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
Attribute key for: SimpleFieldMapper.searchFields.
SEARCH_MODE - Static variable in class org.carrot2.source.MultipageSearchEngineDescriptor.Keys
Attribute key for: MultipageSearchEngine.searchMode.
SearchEngineBase - Class in org.carrot2.source
A base class facilitating implementation of IDocumentSources wrapping external search engines with remote/ network-based interfaces.
SearchEngineBase() - Constructor for class org.carrot2.source.SearchEngineBase
 
SearchEngineBaseDescriptor - Class in org.carrot2.source
Metadata and attributes of the SearchEngineBase component.
SearchEngineBaseDescriptor() - Constructor for class org.carrot2.source.SearchEngineBaseDescriptor
 
SearchEngineBaseDescriptor.AttributeBuilder - Class in org.carrot2.source
Attribute map builder for the SearchEngineBase component.
SearchEngineBaseDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.SearchEngineBaseDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
SearchEngineBaseDescriptor.Attributes - Class in org.carrot2.source
All attributes of the SearchEngineBase component.
SearchEngineBaseDescriptor.Keys - Class in org.carrot2.source
Constants for all attribute keys of the SearchEngineBase component.
SearchEngineBaseDescriptor.Keys() - Constructor for class org.carrot2.source.SearchEngineBaseDescriptor.Keys
 
SearchEngineResponse - Class in org.carrot2.source
A single search engine response.
SearchEngineResponse() - Constructor for class org.carrot2.source.SearchEngineResponse
 
SearchEngineStats - Class in org.carrot2.source
Usage statistics for an instance of MultipageSearchEngine.
SearchEngineStats() - Constructor for class org.carrot2.source.SearchEngineStats
 
SearchEngineStatsDescriptor - Class in org.carrot2.source
Metadata and attributes of the SearchEngineStats component.
SearchEngineStatsDescriptor() - Constructor for class org.carrot2.source.SearchEngineStatsDescriptor
 
SearchEngineStatsDescriptor.AttributeBuilder - Class in org.carrot2.source
Attribute map builder for the SearchEngineStats component.
SearchEngineStatsDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.SearchEngineStatsDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
SearchEngineStatsDescriptor.Attributes - Class in org.carrot2.source
All attributes of the SearchEngineStats component.
SearchEngineStatsDescriptor.Keys - Class in org.carrot2.source
Constants for all attribute keys of the SearchEngineStats component.
SearchEngineStatsDescriptor.Keys() - Constructor for class org.carrot2.source.SearchEngineStatsDescriptor.Keys
 
searchFields - Variable in class org.carrot2.source.lucene.SimpleFieldMapper
Index search field names.
searchFields(List<String>) - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
Index search field names.
searchFields - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Attributes
 
searchMode - Variable in class org.carrot2.source.MultipageSearchEngine
Search mode defines how fetchers returned from MultipageSearchEngine.createFetcher(org.carrot2.source.MultipageSearchEngine.SearchRange) are called.
searchMode(MultipageSearchEngine.SearchMode) - Method in class org.carrot2.source.MultipageSearchEngineDescriptor.AttributeBuilder
Search mode defines how fetchers returned from MultipageSearchEngine.createFetcher(org.carrot2.source.MultipageSearchEngine.SearchRange) are called.
searchMode(Class<? extends MultipageSearchEngine.SearchMode>) - Method in class org.carrot2.source.MultipageSearchEngineDescriptor.AttributeBuilder
Search mode defines how fetchers returned from MultipageSearchEngine.createFetcher(org.carrot2.source.MultipageSearchEngine.SearchRange) are called.
searchMode - Variable in class org.carrot2.source.MultipageSearchEngineDescriptor.Attributes
 
SECOND - Static variable in class org.carrot2.util.RollingWindowAverage
Helpful constant for one second.
seed(DoubleMatrix2D, DoubleMatrix2D, DoubleMatrix2D) - Method in interface org.carrot2.matrix.factorization.seeding.ISeedingStrategy
Initializes values of the provided U and V matrices.
seed(DoubleMatrix2D, DoubleMatrix2D, DoubleMatrix2D) - Method in class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategy
 
seed(DoubleMatrix2D, DoubleMatrix2D, DoubleMatrix2D) - Method in class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategy
 
seedingFactory - Variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Matrix seeding strategy factory
sentence(PreprocessingContext, int, int) - Method in class org.carrot2.text.preprocessing.PreprocessedDocumentScanner
Invoked for each document's sentence.
serialize(OutputStream) - Method in class org.carrot2.core.ControllerStatistics
Serializes this statistics object as XML stream.
serialize(OutputStream) - Method in class org.carrot2.core.ProcessingComponentSuite
Serializes this component suite as an UTF-8 encoded XML.
serialize() - Method in class org.carrot2.core.ProcessingResult
Serializes this ProcessingResult to an XML string.
serialize(OutputStream) - Method in class org.carrot2.core.ProcessingResult
Serializes this ProcessingResult to an XML stream.
serialize(OutputStream, boolean, boolean) - Method in class org.carrot2.core.ProcessingResult
Serializes this ProcessingResult to a byte stream.
serialize(OutputStream, boolean, boolean, boolean) - Method in class org.carrot2.core.ProcessingResult
Serializes this ProcessingResult to a byte stream.
serialize(OutputStream) - Method in class org.carrot2.util.attribute.AttributeValueSets
Serializes this collection of AttributeValueSets to an XML stream.
serializeJson(Writer) - Method in class org.carrot2.core.ProcessingResult
Serializes this processing result as JSON to the provided writer.
serializeJson(Writer, String) - Method in class org.carrot2.core.ProcessingResult
Serializes this processing result as JSON to the provided writer.
serializeJson(Writer, String, boolean, boolean) - Method in class org.carrot2.core.ProcessingResult
Serializes this processing result as JSON to the provided writer.
serializeJson(Writer, String, boolean, boolean, boolean) - Method in class org.carrot2.core.ProcessingResult
Serializes this processing result as JSON to the provided writer.
serializeJson(Writer, String, boolean, boolean, boolean, boolean) - Method in class org.carrot2.core.ProcessingResult
Serializes this processing result as JSON to the provided writer.
SERVICE_URL - Static variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Keys
Attribute key for: GoogleDocumentSource.serviceUrl.
SERVICE_URL_BASE - Static variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Keys
Attribute key for: EToolsDocumentSource.serviceUrlBase.
SERVICE_URL_BASE - Static variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Keys
Attribute key for: SolrDocumentSource.serviceUrlBase.
serviceUrl - Variable in class org.carrot2.source.google.GoogleDocumentSource
Service URL.
serviceUrl(String) - Method in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.AttributeBuilder
Service URL.
serviceUrl - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor.Attributes
 
serviceUrlBase - Variable in class org.carrot2.source.etools.EToolsDocumentSource
Base URL for the eTools service
serviceUrlBase(String) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Base URL for the eTools service
serviceUrlBase - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Attributes
 
serviceUrlBase - Variable in class org.carrot2.source.solr.SolrDocumentSource
Solr service URL base.
serviceUrlBase(String) - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.AttributeBuilder
Solr service URL base.
serviceUrlBase - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Attributes
 
ServletContextLocator - Class in org.carrot2.util.resource
IResourceLocator looking for resources in a web application's execution context.
ServletContextLocator(ServletContext) - Constructor for class org.carrot2.util.resource.ServletContextLocator
 
set(Object, Map<String, Object>, Class<? extends Annotation>...) - Static method in class org.carrot2.util.attribute.AttributeBinder
Sets Attribute values on the provided instance.
set(T, Map<String, Object>, boolean, Class<? extends Annotation>...) - Static method in class org.carrot2.util.attribute.AttributeBinder
A version of AttributeBinder.set(Object, Map, Class...) that can optionally skip Required attribute checking.
set(Object, Map<String, Object>, boolean, Predicate<Field>) - Static method in class org.carrot2.util.attribute.AttributeBinder
A version of AttributeBinder.set(Object, Map, boolean, Class...) with a AttributeBinder.AllAnnotationsPresentPredicate instead of filtering annotations.
setAttribute(String, T) - Method in class org.carrot2.core.Cluster
Associates an attribute with this cluster.
setAttribute(String, Object) - Method in interface org.carrot2.core.IControllerContext
Atomically binds the given key to the value.
setAttributeValue(String, Object) - Method in class org.carrot2.util.attribute.AttributeValueSet
Sets a value corresponding to the provided key in this attribute value set.
setAttributeValues(Map<String, Object>) - Method in class org.carrot2.util.attribute.AttributeValueSet
Copies all values to this attribute value set.
setContentUrl(String) - Method in class org.carrot2.core.Document
Sets this document's Document.CONTENT_URL field.
setDateSeed(boolean) - Method in class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory
Set date seed to true to use current system time as random seed.
setDefaultAttributeValueSetId(String) - Method in class org.carrot2.util.attribute.AttributeValueSets
Sets the default attribute value set id for this AttributeValueSets.
setDescription(String) - Method in class org.carrot2.util.attribute.metadata.CommonMetadata
 
setEstimatedIterationsNumber(IterativeMatrixFactorizationFactory, DoubleMatrix2D, IterationNumberGuesser.FactorizationQuality) - Static method in class org.carrot2.matrix.factorization.IterationNumberGuesser
Sets the guesstimated iterations number in the factory.
setField(String, Object) - Method in class org.carrot2.core.Document
Sets a field in this document.
setGroup(String) - Method in class org.carrot2.util.attribute.metadata.AttributeMetadata
 
setK(int) - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Sets the number of base vectors k .
setK(int) - Method in class org.carrot2.matrix.factorization.PartialSingularValueDecomposition
Sets the number of base vectors k .
setK(int) - Method in class org.carrot2.matrix.factorization.PartialSingularValueDecompositionFactory
Sets the number of base vectors k .
setLabel(String) - Method in class org.carrot2.util.attribute.metadata.CommonMetadata
 
setLanguage(LanguageCode) - Method in class org.carrot2.core.Document
Sets this document's Document.LANGUAGE.
setLevel(AttributeLevel) - Method in class org.carrot2.util.attribute.metadata.AttributeMetadata
 
setMaxIterations(int) - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Sets the maximum number of iterations to be used by this factory.
setMaxIterations(int) - Method in class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategyFactory
Sets the maximum number of iterations the k-means algorithm is allowed to perform.
setOrdered(boolean) - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Set to true to generate an ordered basis.
setOtherTopics(boolean) - Method in class org.carrot2.core.Cluster
Sets the Cluster.OTHER_TOPICS attribute of this cluster.
setScore(Double) - Method in class org.carrot2.core.Cluster
Sets this cluster's Cluster.SCORE field.
setScore(Double) - Method in class org.carrot2.core.Document
Sets this document's Document.SCORE.
setSeed(int) - Method in class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory
Sets the random seed to be used.
setSeedingFactory(ISeedingStrategyFactory) - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Sets the ISeedingStrategyFactory to be used by this factory.
setSources(List<String>) - Method in class org.carrot2.core.Document
Sets this document's Document.SOURCES field.
setStopThreshold(double) - Method in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
Sets the stop threshold to be used by this factory.
setSummary(String) - Method in class org.carrot2.core.Document
Sets this document's Document.SUMMARY field.
setTermBuffer(MutableCharArray) - Method in class org.carrot2.text.analysis.ExtendedWhitespaceTokenizer
 
setTermBuffer(MutableCharArray) - Method in interface org.carrot2.text.analysis.ITokenizer
Sets the current token image to the provided buffer.
setTermBuffer(MutableCharArray) - Method in class org.carrot2.text.linguistic.lucene.ChineseTokenizerAdapter
 
setTermBuffer(MutableCharArray) - Method in class org.carrot2.text.linguistic.lucene.ThaiTokenizerAdapter
 
setTitle(String) - Method in class org.carrot2.core.Document
Sets this document's Document.TITLE field.
setTitle(String) - Method in class org.carrot2.util.attribute.metadata.CommonMetadata
 
SetUtils - Class in org.carrot2.util
Utility methods for working with Sets.
setValue(FSDirectory) - Method in class org.carrot2.source.lucene.FSDirectoryWrapper
 
setValue(StandardAnalyzer) - Method in class org.carrot2.source.lucene.StandardAnalyzerWrapper
 
setValue(Object) - Method in class org.carrot2.util.simplexml.DefaultConstructorSimpleXmlWrapper
 
setValue(T) - Method in interface org.carrot2.util.simplexml.ISimpleXmlWrapper
Sets value to be wrapped by this wrapper.
SimpleFieldMapper - Class in org.carrot2.source.lucene
A simple IFieldMapper with one-to-one mapping between the default title, url and summary fields.
SimpleFieldMapper() - Constructor for class org.carrot2.source.lucene.SimpleFieldMapper
 
SimpleFieldMapperDescriptor - Class in org.carrot2.source.lucene
Metadata and attributes of the SimpleFieldMapper component.
SimpleFieldMapperDescriptor() - Constructor for class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
 
SimpleFieldMapperDescriptor.AttributeBuilder - Class in org.carrot2.source.lucene
Attribute map builder for the SimpleFieldMapper component.
SimpleFieldMapperDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
SimpleFieldMapperDescriptor.Attributes - Class in org.carrot2.source.lucene
All attributes of the SimpleFieldMapper component.
SimpleFieldMapperDescriptor.Keys - Class in org.carrot2.source.lucene
Constants for all attribute keys of the SimpleFieldMapper component.
SimpleFieldMapperDescriptor.Keys() - Constructor for class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
 
SimpleLabelAssigner - Class in org.carrot2.clustering.lingo
A simple and fast label assigner.
SimpleLabelAssigner() - Constructor for class org.carrot2.clustering.lingo.SimpleLabelAssigner
 
SimpleLabelAssignerDescriptor - Class in org.carrot2.clustering.lingo
Metadata and attributes of the SimpleLabelAssigner component.
SimpleLabelAssignerDescriptor() - Constructor for class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
 
SimpleLabelAssignerDescriptor.AttributeBuilder - Class in org.carrot2.clustering.lingo
Attribute map builder for the SimpleLabelAssigner component.
SimpleLabelAssignerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
SimpleLabelAssignerDescriptor.Attributes - Class in org.carrot2.clustering.lingo
All attributes of the SimpleLabelAssigner component.
SimpleLabelAssignerDescriptor.Keys - Class in org.carrot2.clustering.lingo
Constants for all attribute keys of the SimpleLabelAssigner component.
SimpleLabelAssignerDescriptor.Keys() - Constructor for class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor.Keys
 
SimpleProcessingComponentManager - Class in org.carrot2.core
An IProcessingComponentManager that creates a new component for each processing request.
SimpleProcessingComponentManager() - Constructor for class org.carrot2.core.SimpleProcessingComponentManager
 
SimpleSearchEngine - Class in org.carrot2.source
A base class facilitating implementation of IDocumentSources wrapping external search engines with remote/ network-based interfaces.
SimpleSearchEngine() - Constructor for class org.carrot2.source.SimpleSearchEngine
 
SimpleSearchEngineDescriptor - Class in org.carrot2.source
Metadata and attributes of the SimpleSearchEngine component.
SimpleSearchEngineDescriptor() - Constructor for class org.carrot2.source.SimpleSearchEngineDescriptor
 
SimpleSearchEngineDescriptor.AttributeBuilder - Class in org.carrot2.source
Attribute map builder for the SimpleSearchEngine component.
SimpleSearchEngineDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.SimpleSearchEngineDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
SimpleSearchEngineDescriptor.Attributes - Class in org.carrot2.source
All attributes of the SimpleSearchEngine component.
SimpleSearchEngineDescriptor.Keys - Class in org.carrot2.source
Constants for all attribute keys of the SimpleSearchEngine component.
SimpleSearchEngineDescriptor.Keys() - Constructor for class org.carrot2.source.SimpleSearchEngineDescriptor.Keys
 
SimpleXmlWrappers - Class in org.carrot2.util.simplexml
Enables SimpleXML-based serialization of collections of arbitrary types, also those contained in libraries.
SimpleXmlWrappers() - Constructor for class org.carrot2.util.simplexml.SimpleXmlWrappers
 
SimpleXmlWrapperValue - Class in org.carrot2.util.simplexml
A wrapper around typical serialized types, such as primitives.
SimpleXmlWrapperValue() - Constructor for class org.carrot2.util.simplexml.SimpleXmlWrapperValue
 
SINGLE_TERM_BOOST - Static variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
Attribute key for: STCClusteringAlgorithm.singleTermBoost.
SingleLabelFilterBase - Class in org.carrot2.text.preprocessing.filter
A base for ILabelFilter implementations that handle each label independently.
SingleLabelFilterBase() - Constructor for class org.carrot2.text.preprocessing.filter.SingleLabelFilterBase
 
singleTermBoost - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithm
Single term boost.
singleTermBoost(double) - Method in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Single term boost.
singleTermBoost - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Attributes
 
SingletonFactory<T> - Class in org.carrot2.util.factory
A IFactory that creates new instances of a given class.
SingletonFactory(E) - Constructor for class org.carrot2.util.factory.SingletonFactory
 
site - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSource
Site restriction to return results under a given URL.
site(String) - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.AttributeBuilder
Site restriction to return results under a given URL.
site - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.Attributes
 
SITE - Static variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.Keys
Attribute key for: Bing2WebDocumentSource.site.
size() - Method in class org.carrot2.core.Cluster
Returns the size of the cluster calculated as the number of unique documents it contains, including its subclusters.
SIZE - Static variable in class org.carrot2.core.Document
Document size.
size() - Method in class org.carrot2.text.preprocessing.PreprocessingContext.AllPhrases
Returns length of all arrays in this PreprocessingContext.AllPhrases.
size() - Method in class org.carrot2.text.suffixtree.CharacterSequence
 
size() - Method in class org.carrot2.text.suffixtree.IntegerSequence
 
size() - Method in interface org.carrot2.text.suffixtree.ISequence
Returns the number of elements in the sequence.
size() - Method in class org.carrot2.util.PriorityQueue
Returns the number of elements currently stored in the PriorityQueue.
SnowballStemmerFactory - Class in org.carrot2.text.linguistic.lucene
A factory of Snowball-based stemmers.
SnowballStemmerFactory(String) - Constructor for class org.carrot2.text.linguistic.lucene.SnowballStemmerFactory
 
SoftUnboundedPool<T,P> - Class in org.carrot2.util.pool
An extremely simple, unbounded object pool.
SoftUnboundedPool() - Constructor for class org.carrot2.util.pool.SoftUnboundedPool
 
SOLR_SUMMARY_FIELD_NAME - Static variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Keys
Attribute key for: SolrDocumentSource.solrSummaryFieldName.
SOLR_TITLE_FIELD_NAME - Static variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Keys
Attribute key for: SolrDocumentSource.solrTitleFieldName.
SOLR_URL_FIELD_NAME - Static variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Keys
Attribute key for: SolrDocumentSource.solrUrlFieldName.
SolrDocumentSource - Class in org.carrot2.source.solr
Fetches documents from an instance of Solr.
SolrDocumentSource() - Constructor for class org.carrot2.source.solr.SolrDocumentSource
 
SolrDocumentSourceDescriptor - Class in org.carrot2.source.solr
Metadata and attributes of the SolrDocumentSource component.
SolrDocumentSourceDescriptor() - Constructor for class org.carrot2.source.solr.SolrDocumentSourceDescriptor
 
SolrDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.solr
Attribute map builder for the SolrDocumentSource component.
SolrDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.solr.SolrDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
SolrDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.solr
All attributes of the SolrDocumentSource component.
SolrDocumentSourceDescriptor.Keys - Class in org.carrot2.source.solr
Constants for all attribute keys of the SolrDocumentSource component.
SolrDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Keys
 
solrSummaryFieldName - Variable in class org.carrot2.source.solr.SolrDocumentSource
Summary field name.
solrSummaryFieldName(String) - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.AttributeBuilder
Summary field name.
solrSummaryFieldName - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Attributes
 
solrTitleFieldName - Variable in class org.carrot2.source.solr.SolrDocumentSource
Title field name.
solrTitleFieldName(String) - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.AttributeBuilder
Title field name.
solrTitleFieldName - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Attributes
 
solrUrlFieldName - Variable in class org.carrot2.source.solr.SolrDocumentSource
URL field name.
solrUrlFieldName(String) - Method in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.AttributeBuilder
URL field name.
solrUrlFieldName - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor.Attributes
 
SORT_ORDER - Static variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor.Keys
Attribute key for: Bing2NewsDocumentSource.sortOrder.
sortedRowsView(DoubleMatrix2D, IndirectComparator) - Static method in class org.carrot2.matrix.MatrixUtils
Returns view of the provided matrix with rows permuted according to the order defined by the provided comparator.
sortOrder - Variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSource
Specifies the sort order of results.
sortOrder(SortOrder) - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor.AttributeBuilder
Specifies the sort order of results.
sortOrder(Class<? extends SortOrder>) - Method in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor.AttributeBuilder
Specifies the sort order of results.
sortOrder - Variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor.Attributes
 
SortOrder - Enum in org.carrot2.source.microsoft
Sort order for Bing2NewsDocumentSource.
source - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResult
 
SOURCES - Static variable in class org.carrot2.core.Document
Field name for a list of sources the document was found in.
sourceTimeAverageInWindow - Variable in class org.carrot2.core.ControllerStatistics
Average document source processing time measured within the ControllerStatistics.sourceTimeWindowSize.
sourceTimeMeasurementsInWindow - Variable in class org.carrot2.core.ControllerStatistics
Number of document source processing time measurements within the ControllerStatistics.sourceTimeWindowSize.
sourceTimeWindowSize - Variable in class org.carrot2.core.ControllerStatistics
Document source average processing time measurement window, in milliseconds.
SourceType - Enum in org.carrot2.source.microsoft
Source type for Bing2 searches.
SparseArray - Class in org.carrot2.text.preprocessing
Sparse array encoding utilities.
SparseArray() - Constructor for class org.carrot2.text.preprocessing.SparseArray
 
sparseToString(int[]) - Static method in class org.carrot2.text.preprocessing.SparseArray
Convert an int-int compact mapping array to a string.
splitCamelCase(String) - Static method in class org.carrot2.util.StringUtils
 
StandardAnalyzerWrapper - Class in org.carrot2.source.lucene
Lucene's StandardAnalyzer with a parameterless constructor defining the compatibility flag to the version Version#LUCENE_CURRENT (no fixed Lucene dependency).
StandardAnalyzerWrapper() - Constructor for class org.carrot2.source.lucene.StandardAnalyzerWrapper
 
START - Static variable in class org.carrot2.core.attribute.AttributeNames
 
start - Variable in class org.carrot2.core.attribute.CommonAttributes
Index of the first document/ search result to fetch.
start(int) - Method in class org.carrot2.core.attribute.CommonAttributesDescriptor.AttributeBuilder
Index of the first document/ search result to fetch.
start - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Attributes
 
START - Static variable in class org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Attribute key for: CommonAttributes.start.
start - Variable in class org.carrot2.source.MultipageSearchEngine.SearchRange
Start index from which to search (inclusive).
start - Variable in class org.carrot2.source.SearchEngineBase
 
start(int) - Method in class org.carrot2.source.SearchEngineBaseDescriptor.AttributeBuilder
 
start - Variable in class org.carrot2.source.SearchEngineBaseDescriptor.Attributes
 
START - Static variable in class org.carrot2.source.SearchEngineBaseDescriptor.Keys
Attribute key for: SearchEngineBase.start.
statistics - Variable in class org.carrot2.source.SearchEngineBase
This component usage statistics.
status - Variable in class org.carrot2.util.httpclient.HttpUtils.Response
 
STCClusteringAlgorithm - Class in org.carrot2.clustering.stc
Suffix Tree Clustering (STC) algorithm.
STCClusteringAlgorithm() - Constructor for class org.carrot2.clustering.stc.STCClusteringAlgorithm
 
STCClusteringAlgorithmDescriptor - Class in org.carrot2.clustering.stc
Metadata and attributes of the STCClusteringAlgorithm component.
STCClusteringAlgorithmDescriptor() - Constructor for class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
 
STCClusteringAlgorithmDescriptor.AttributeBuilder - Class in org.carrot2.clustering.stc
Attribute map builder for the STCClusteringAlgorithm component.
STCClusteringAlgorithmDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
STCClusteringAlgorithmDescriptor.Attributes - Class in org.carrot2.clustering.stc
All attributes of the STCClusteringAlgorithm component.
STCClusteringAlgorithmDescriptor.Keys - Class in org.carrot2.clustering.stc
Constants for all attribute keys of the STCClusteringAlgorithm component.
STCClusteringAlgorithmDescriptor.Keys() - Constructor for class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor.Keys
 
stem(CharSequence) - Method in class org.carrot2.text.linguistic.IdentityStemmer
 
stem(CharSequence) - Method in interface org.carrot2.text.linguistic.IStemmer
Returns the base form of the provided word or null if the base form cannot be determined.
stem(CharSequence) - Method in class org.carrot2.text.linguistic.lucene.ArabicStemmerAdapter
 
stem(CharSequence) - Method in class org.carrot2.text.linguistic.morfologik.MorfologikStemmerAdapter
 
stem(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.LanguageModelStemmer
Performs stemming and saves the results to the context.
stemIndex - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllWords
A pointer to the PreprocessingContext.AllStems arrays for this word.
STEMMER_FACTORY - Static variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
Attribute key for: BasicPreprocessingPipeline.stemmerFactory.
STEMMER_FACTORY - Static variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
Attribute key for: BasicPreprocessingPipeline.stemmerFactory.
stemmerFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Stemmer factory.
stemmerFactory(IStemmerFactory) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Stemmer factory.
stemmerFactory(Class<? extends IStemmerFactory>) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Stemmer factory.
stemmerFactory(IStemmerFactory) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Stemmer factory.
stemmerFactory(Class<? extends IStemmerFactory>) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Stemmer factory.
stemmerFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
 
stemmerFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
 
stemToRowIndex - Variable in class org.carrot2.text.vsm.VectorSpaceModelContext
Stem index to row index mapping for the tdMatrix.
StopLabelFilter - Class in org.carrot2.text.preprocessing.filter
Accepts labels that are not declared as stop labels in the stoplabels.<lang> files.
StopLabelFilter() - Constructor for class org.carrot2.text.preprocessing.filter.StopLabelFilter
 
stopLabelFilter - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessor
Stop label filter.
StopLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the StopLabelFilter component.
StopLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the StopLabelFilter component.
StopLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
StopLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
 
StopLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the StopLabelFilter component.
StopLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the StopLabelFilter component.
StopLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
StopLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
StopLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the StopLabelFilter component.
StopLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the StopLabelFilter component.
StopLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the StopLabelFilter component.
StopLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the StopLabelFilter component.
StopLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.Keys
 
StopLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor.Keys
 
stopListMarker - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Stop list marker used by the algorithm, contains bindable attributes.
stopListMarker() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested StopListMarker component, backed by the same attribute map as the current builder.
stopListMarker() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested StopListMarker component, backed by the same attribute map as the current builder.
stopListMarker - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Attributes of the nested StopListMarker component.
stopListMarker - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Attributes of the nested StopListMarker component.
StopListMarker - Class in org.carrot2.text.preprocessing
Marks stop words based on the current language model.
StopListMarker() - Constructor for class org.carrot2.text.preprocessing.StopListMarker
 
StopListMarkerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the StopListMarker component.
StopListMarkerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the StopListMarker component.
StopListMarkerDescriptor() - Constructor for class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
StopListMarkerDescriptor() - Constructor for class org.carrot2.text.preprocessing.StopListMarkerDescriptor
 
StopListMarkerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the StopListMarker component.
StopListMarkerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the StopListMarker component.
StopListMarkerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.StopListMarkerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
StopListMarkerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.StopListMarkerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
StopListMarkerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the StopListMarker component.
StopListMarkerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the StopListMarker component.
StopListMarkerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the StopListMarker component.
StopListMarkerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the StopListMarker component.
StopListMarkerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.StopListMarkerDescriptor.Keys
 
StopListMarkerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.StopListMarkerDescriptor.Keys
 
stopThreshold - Variable in class org.carrot2.matrix.factorization.IterativeMatrixFactorizationFactory
The algorithm's stop threshold
StopWordLabelFilter - Class in org.carrot2.text.preprocessing.filter
Accepts words that are not stop words and phrases that do not start nor end in a stop word.
StopWordLabelFilter() - Constructor for class org.carrot2.text.preprocessing.filter.StopWordLabelFilter
 
stopWordLabelFilter - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessor
Stop word label filter for this processor.
StopWordLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the StopWordLabelFilter component.
StopWordLabelFilterDescriptor - Class in org.carrot2.text.preprocessing.filter
Metadata and attributes of the StopWordLabelFilter component.
StopWordLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
StopWordLabelFilterDescriptor() - Constructor for class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
 
StopWordLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the StopWordLabelFilter component.
StopWordLabelFilterDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing.filter
Attribute map builder for the StopWordLabelFilter component.
StopWordLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
StopWordLabelFilterDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
StopWordLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the StopWordLabelFilter component.
StopWordLabelFilterDescriptor.Attributes - Class in org.carrot2.text.preprocessing.filter
All attributes of the StopWordLabelFilter component.
StopWordLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the StopWordLabelFilter component.
StopWordLabelFilterDescriptor.Keys - Class in org.carrot2.text.preprocessing.filter
Constants for all attribute keys of the StopWordLabelFilter component.
StopWordLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.Keys
 
StopWordLabelFilterDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor.Keys
 
StreamUtils - Class in org.carrot2.util
A set of common helper methods used with input streams and file objects.
StringUtils - Class in org.carrot2.util
Provides a number of useful method operating on Strings that are not available in StringUtils.
StylesheetErrorListener - Class in org.carrot2.util.xslt
An ErrorListener that reacts to errors when parsing (compiling) the stylesheet.
StylesheetErrorListener() - Constructor for class org.carrot2.util.xslt.StylesheetErrorListener
 
subclusters - Variable in class org.carrot2.core.ClusterWithParent
Subclusters of ClusterWithParent.cluster wrapped to add their parent cluster.
subSequence(int, int) - Method in class org.carrot2.text.util.MutableCharArray
 
substituteAttributes(String, Map<String, Object>) - Static method in class org.carrot2.util.resource.URLResourceWithParams
Performs attribute substitution.
suffixOrder - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
The suffix order of tokens.
SuffixTree - Class in org.carrot2.text.suffixtree
Builds a suffix tree (or generalized suffix tree) on a sequence of any integers (or objects that can be represented as unique integers).
SuffixTree(ISequence, SuffixTree.IStateCallback, SuffixTree.IProgressCallback) - Constructor for class org.carrot2.text.suffixtree.SuffixTree
Build a suffix tree for a given input sequence of symbols.
SuffixTree.IProgressCallback - Interface in org.carrot2.text.suffixtree
Progress callback is invoked when iterating forward through the input sequence elements.
SuffixTree.IStateCallback - Interface in org.carrot2.text.suffixtree
A callback invoked when new states are added to the tree.
SuffixTree.IVisitor - Interface in org.carrot2.text.suffixtree
Visitor interface for traversals.
SuffixTree.VisitorAdapter - Class in org.carrot2.text.suffixtree
Empty implementation recursively walking the entire suffix tree.
SuffixTree.VisitorAdapter() - Constructor for class org.carrot2.text.suffixtree.SuffixTree.VisitorAdapter
 
SuffixTreeBuilder - Class in org.carrot2.text.suffixtree
Builds a suffix tree using method chains, thus avoiding direct dependency on specialized constructors of SuffixTree.
SuiteResultInfoWriter - Class in org.carrot2.util.tests
Writes plain-text information about the suite's tests and their results.
SuiteResultInfoWriter() - Constructor for class org.carrot2.util.tests.SuiteResultInfoWriter
 
SUMMARY - Static variable in class org.carrot2.core.Document
Field name for a short summary of the document, e.g.
sumRows(DoubleMatrix2D, double[]) - Static method in class org.carrot2.matrix.MatrixUtils
Calculates the sum of rows of matrix A.
SystemPropertyStack - Class in org.carrot2.util
Small utility to push a system property and then restore the previous value.
SystemPropertyStack(String) - Constructor for class org.carrot2.util.SystemPropertyStack
 

T

Tabular - Class in org.carrot2.text.util
Tabular data dump with automatically adjusted column widths.
Tabular() - Constructor for class org.carrot2.text.util.Tabular
 
Tabular.Alignment - Enum in org.carrot2.text.util
 
TEMPLATE_CACHING_PROPERTY - Static variable in class org.carrot2.util.xslt.TemplatesPool
Global system property disabling template caching.
TemplatesPool - Class in org.carrot2.util.xslt
A pool of precompiled XSLT stylesheets (Templates).
TemplatesPool() - Constructor for class org.carrot2.util.xslt.TemplatesPool
Creates a TemplatesPool with caching enabled.
TemplatesPool(boolean) - Constructor for class org.carrot2.util.xslt.TemplatesPool
Check for required facilities.
TERM_WEIGHTING - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
Attribute key for: TermDocumentMatrixBuilder.termWeighting.
TERM_WEIGHTING - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
Attribute key for: TermDocumentMatrixBuilder.termWeighting.
termDocumentMatrix - Variable in class org.carrot2.text.vsm.VectorSpaceModelContext
Term-document matrix.
TermDocumentMatrixBuilder - Class in org.carrot2.text.vsm
Builds a term document matrix based on the provided PreprocessingContext.
TermDocumentMatrixBuilder() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixBuilder
 
TermDocumentMatrixBuilderDescriptor - Class in org.carrot2.text.vsm
Metadata and attributes of the TermDocumentMatrixBuilder component.
TermDocumentMatrixBuilderDescriptor - Class in org.carrot2.text.vsm
Metadata and attributes of the TermDocumentMatrixBuilder component.
TermDocumentMatrixBuilderDescriptor() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
TermDocumentMatrixBuilderDescriptor() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
 
TermDocumentMatrixBuilderDescriptor.AttributeBuilder - Class in org.carrot2.text.vsm
Attribute map builder for the TermDocumentMatrixBuilder component.
TermDocumentMatrixBuilderDescriptor.AttributeBuilder - Class in org.carrot2.text.vsm
Attribute map builder for the TermDocumentMatrixBuilder component.
TermDocumentMatrixBuilderDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
TermDocumentMatrixBuilderDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
TermDocumentMatrixBuilderDescriptor.Attributes - Class in org.carrot2.text.vsm
All attributes of the TermDocumentMatrixBuilder component.
TermDocumentMatrixBuilderDescriptor.Attributes - Class in org.carrot2.text.vsm
All attributes of the TermDocumentMatrixBuilder component.
TermDocumentMatrixBuilderDescriptor.Keys - Class in org.carrot2.text.vsm
Constants for all attribute keys of the TermDocumentMatrixBuilder component.
TermDocumentMatrixBuilderDescriptor.Keys - Class in org.carrot2.text.vsm
Constants for all attribute keys of the TermDocumentMatrixBuilder component.
TermDocumentMatrixBuilderDescriptor.Keys() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
 
TermDocumentMatrixBuilderDescriptor.Keys() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
 
TermDocumentMatrixReducer - Class in org.carrot2.text.vsm
Reduces the dimensionality of a term-document matrix using a matrix factorization algorithm.
TermDocumentMatrixReducer() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixReducer
 
TermDocumentMatrixReducerDescriptor - Class in org.carrot2.text.vsm
Metadata and attributes of the TermDocumentMatrixReducer component.
TermDocumentMatrixReducerDescriptor - Class in org.carrot2.text.vsm
Metadata and attributes of the TermDocumentMatrixReducer component.
TermDocumentMatrixReducerDescriptor() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
TermDocumentMatrixReducerDescriptor() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
 
TermDocumentMatrixReducerDescriptor.AttributeBuilder - Class in org.carrot2.text.vsm
Attribute map builder for the TermDocumentMatrixReducer component.
TermDocumentMatrixReducerDescriptor.AttributeBuilder - Class in org.carrot2.text.vsm
Attribute map builder for the TermDocumentMatrixReducer component.
TermDocumentMatrixReducerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
TermDocumentMatrixReducerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
TermDocumentMatrixReducerDescriptor.Attributes - Class in org.carrot2.text.vsm
All attributes of the TermDocumentMatrixReducer component.
TermDocumentMatrixReducerDescriptor.Attributes - Class in org.carrot2.text.vsm
All attributes of the TermDocumentMatrixReducer component.
TermDocumentMatrixReducerDescriptor.Keys - Class in org.carrot2.text.vsm
Constants for all attribute keys of the TermDocumentMatrixReducer component.
TermDocumentMatrixReducerDescriptor.Keys - Class in org.carrot2.text.vsm
Constants for all attribute keys of the TermDocumentMatrixReducer component.
TermDocumentMatrixReducerDescriptor.Keys() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Keys
 
TermDocumentMatrixReducerDescriptor.Keys() - Constructor for class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor.Keys
 
termPhraseMatrix - Variable in class org.carrot2.text.vsm.VectorSpaceModelContext
Term-document-like matrix for phrases from PreprocessingContext.AllLabels.
termWeighting - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilder
Term weighting.
termWeighting(ITermWeighting) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Term weighting.
termWeighting(Class<? extends ITermWeighting>) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Term weighting.
termWeighting(ITermWeighting) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Term weighting.
termWeighting(Class<? extends ITermWeighting>) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Term weighting.
termWeighting - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Attributes
 
termWeighting - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Attributes
 
testAssumptionFailure(Failure) - Method in class org.carrot2.util.tests.SuiteResultInfoWriter
 
testFailure(Failure) - Method in class org.carrot2.util.tests.SuiteResultInfoWriter
 
testIgnored(Description) - Method in class org.carrot2.util.tests.SuiteResultInfoWriter
 
testRunFinished(Result) - Method in class org.carrot2.util.tests.SuiteResultInfoWriter
 
testRunStarted(Description) - Method in class org.carrot2.util.tests.SuiteResultInfoWriter
 
testStarted(Description) - Method in class org.carrot2.util.tests.SuiteResultInfoWriter
 
tf - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllPhrases
Term frequency of the phrase.
tf - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllStems
Term frequency of the stem, i.e.
tf - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllWords
Term Frequency of the word, aggregated across all variants with respect to case.
TF_COMMON_WORD - Static variable in interface org.carrot2.text.analysis.ITokenizer
The current token is a common word.
TF_QUERY_WORD - Static variable in interface org.carrot2.text.analysis.ITokenizer
The current token is part of the query.
TF_SEPARATOR_DOCUMENT - Static variable in interface org.carrot2.text.analysis.ITokenizer
Current token is a document separator (never returned from parsing).
TF_SEPARATOR_FIELD - Static variable in interface org.carrot2.text.analysis.ITokenizer
Current token separates document's logical fields.
TF_SEPARATOR_SENTENCE - Static variable in interface org.carrot2.text.analysis.ITokenizer
Current token is a sentence separator.
TF_TERMINATOR - Static variable in interface org.carrot2.text.analysis.ITokenizer
Current token terminates the input (never returned from parsing).
tFactory - Variable in class org.carrot2.util.xslt.TemplatesPool
SAXTransformerFactory capable of producing SAX-based transformers.
tfByDocument - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllPhrases
Term frequency of the phrase for each document.
tfByDocument - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllStems
Term frequency of the stem for each document.
tfByDocument - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllWords
Term Frequency of the word for each document.
TfTermWeighting - Class in org.carrot2.text.vsm
Calculates term-document matrix element values based on Log Inverse Term Frequency.
TfTermWeighting() - Constructor for class org.carrot2.text.vsm.TfTermWeighting
 
ThaiTokenizerAdapter - Class in org.carrot2.text.linguistic.lucene
Thai tokenizer implemented using Lucene's ThaiWordFilter.
ThaiTokenizerAdapter() - Constructor for class org.carrot2.text.linguistic.lucene.ThaiTokenizerAdapter
 
ThreadSafe - Annotation Type in org.carrot2.util.annotations
Marker interface for classes that can be used safely by more than one thread (concurrently).
thumbnail - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResult
 
THUMBNAIL_URL - Static variable in class org.carrot2.core.Document
Field name for an URL pointing to the thumbnail image associated with the document.
timeout - Variable in class org.carrot2.source.etools.EToolsDocumentSource
Maximum time in milliseconds to wait for all data sources to return results.
timeout(int) - Method in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.AttributeBuilder
Maximum time in milliseconds to wait for all data sources to return results.
timeout - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Attributes
 
TIMEOUT - Static variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor.Keys
Attribute key for: EToolsDocumentSource.timeout.
timeout - Variable in class org.carrot2.source.xml.XmlDocumentSourceHelper
Data transfer timeout.
timeout(int) - Method in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor.AttributeBuilder
Data transfer timeout.
timeout - Variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor.Attributes
 
TIMEOUT - Static variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor.Keys
Attribute key for: XmlDocumentSourceHelper.timeout.
title - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.clustering.lingo.ClusterBuilderDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.clustering.lingo.LingoClusteringAlgorithmDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.clustering.lingo.SimpleLabelAssignerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.clustering.stc.STCClusteringAlgorithmDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.clustering.synthetic.ByFieldClusteringAlgorithmDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.clustering.synthetic.ByUrlClusteringAlgorithmDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.core.attribute.CommonAttributesDescriptor
A one sentence summary of the component.
TITLE - Static variable in class org.carrot2.core.Document
Field name for the title of the document.
title - Variable in class org.carrot2.output.metrics.ClusteringMetricsCalculatorDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.output.metrics.IdealPartitioningBasedMetricDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.output.metrics.NormalizedMutualInformationMetricDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.etools.EToolsDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.google.GoogleDesktopDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.google.GoogleDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.lucene.LuceneDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResult
 
title - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResult
 
title - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResult
 
title - Variable in class org.carrot2.source.microsoft.Bing2DocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.microsoft.Bing2ImageDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.microsoft.Bing2NewsDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.MultipageSearchEngineDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.pubmed.PubMedDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.SearchEngineBaseDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.SearchEngineStatsDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.SimpleSearchEngineDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.solr.SolrDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.xml.XmlDocumentSource
The title (file name or query attribute, if present) for the search result fetched from the resource.
title() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
The title (file name or query attribute, if present) for the search result fetched from the resource.
title - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 
TITLE - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.title.
title - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.clustering.MultilingualClusteringDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.linguistic.DefaultLexicalDataFactoryDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.linguistic.DefaultStemmerFactoryDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.linguistic.DefaultTokenizerFactoryDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.linguistic.LexicalDataLoaderDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.CaseNormalizerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.DocumentAssignerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.CompleteLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.GenitiveLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.MinLengthLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.NumericLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.QueryLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.StopLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.filter.StopWordLabelFilterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.LabelFilterProcessorDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.LabelFormatterDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.LanguageModelStemmerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.PhraseExtractorDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.pipeline.CompletePreprocessingPipelineDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.StopListMarkerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.preprocessing.TokenizerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.text.vsm.TermDocumentMatrixReducerDescriptor
A one sentence summary of the component.
title - Variable in class org.carrot2.util.attribute.AttributeInfo
Attribute title.
title - Variable in class org.carrot2.util.attribute.metadata.CommonMetadata
 
TITLE_FIELD - Static variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
Attribute key for: SimpleFieldMapper.titleField.
TITLE_WORDS_BOOST - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
Attribute key for: TermDocumentMatrixBuilder.titleWordsBoost.
TITLE_WORDS_BOOST - Static variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Keys
Attribute key for: TermDocumentMatrixBuilder.titleWordsBoost.
titleField - Variable in class org.carrot2.source.lucene.SimpleFieldMapper
Document title field name.
titleField(String) - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
Document title field name.
titleField - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Attributes
 
titleWordsBoost - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilder
Title word boost.
titleWordsBoost(double) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Title word boost.
titleWordsBoost(double) - Method in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.AttributeBuilder
Title word boost.
titleWordsBoost - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Attributes
 
titleWordsBoost - Variable in class org.carrot2.text.vsm.TermDocumentMatrixBuilderDescriptor.Attributes
 
TO_LANGUAGE_CODE - Static variable in enum org.carrot2.source.microsoft.MarketOption
Maps some of the values of this enum to LanguageCodes.
toCapitalizedCopy(char[]) - Static method in class org.carrot2.util.CharArrayUtils
Returns a capitalized copy of the input character array.
toCharArray(CharSequence) - Static method in class org.carrot2.util.CharSequenceUtils
Converts a CharSequence into a char [] array.
toDocument() - Method in class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResult
Convert to Carrot2 Document.
toDocument() - Method in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResult
Convert to Carrot2 Document.
toDocument() - Method in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResult
Convert to Carrot2 Document.
toFieldIndexes(byte) - Static method in class org.carrot2.text.preprocessing.PreprocessingContext
Convert the selected bits in a byte to an array of indexes.
tokenize(PreprocessingContext) - Method in class org.carrot2.text.preprocessing.Tokenizer
Performs tokenization and saves the results to the context.
tokenizer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Tokenizer used by the algorithm, contains bindable attributes.
tokenizer() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested Tokenizer component, backed by the same attribute map as the current builder.
tokenizer() - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Returns an attribute builder for the nested Tokenizer component, backed by the same attribute map as the current builder.
tokenizer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Attributes of the nested Tokenizer component.
tokenizer - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
Attributes of the nested Tokenizer component.
Tokenizer - Class in org.carrot2.text.preprocessing
Performs tokenization of documents.
Tokenizer() - Constructor for class org.carrot2.text.preprocessing.Tokenizer
 
TOKENIZER_FACTORY - Static variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
Attribute key for: BasicPreprocessingPipeline.tokenizerFactory.
TOKENIZER_FACTORY - Static variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Keys
Attribute key for: BasicPreprocessingPipeline.tokenizerFactory.
TokenizerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the Tokenizer component.
TokenizerDescriptor - Class in org.carrot2.text.preprocessing
Metadata and attributes of the Tokenizer component.
TokenizerDescriptor() - Constructor for class org.carrot2.text.preprocessing.TokenizerDescriptor
 
TokenizerDescriptor() - Constructor for class org.carrot2.text.preprocessing.TokenizerDescriptor
 
TokenizerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the Tokenizer component.
TokenizerDescriptor.AttributeBuilder - Class in org.carrot2.text.preprocessing
Attribute map builder for the Tokenizer component.
TokenizerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.TokenizerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
TokenizerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.text.preprocessing.TokenizerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
TokenizerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the Tokenizer component.
TokenizerDescriptor.Attributes - Class in org.carrot2.text.preprocessing
All attributes of the Tokenizer component.
TokenizerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the Tokenizer component.
TokenizerDescriptor.Keys - Class in org.carrot2.text.preprocessing
Constants for all attribute keys of the Tokenizer component.
TokenizerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.TokenizerDescriptor.Keys
 
TokenizerDescriptor.Keys() - Constructor for class org.carrot2.text.preprocessing.TokenizerDescriptor.Keys
 
tokenizerFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipeline
Tokenizer factory.
tokenizerFactory(ITokenizerFactory) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Tokenizer factory.
tokenizerFactory(Class<? extends ITokenizerFactory>) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Tokenizer factory.
tokenizerFactory(ITokenizerFactory) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Tokenizer factory.
tokenizerFactory(Class<? extends ITokenizerFactory>) - Method in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.AttributeBuilder
Tokenizer factory.
tokenizerFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
 
tokenizerFactory - Variable in class org.carrot2.text.preprocessing.pipeline.BasicPreprocessingPipelineDescriptor.Attributes
 
TokenTypeUtils - Class in org.carrot2.text.analysis
Utility methods for working with ITokenizer attributes.
toLanguageCode() - Method in enum org.carrot2.source.etools.EToolsDocumentSource.Language
Returns a corresponding LanguageCode or null if no LanguageCode corresponds to this EToolsDocumentSource.Language constant.
toLanguageCode() - Method in enum org.carrot2.source.microsoft.MarketOption
Returns a corresponding LanguageCode or null if no LanguageCode corresponds to this MarketOption constant.
toLowerCase(MutableCharArray, MutableCharArray) - Static method in class org.carrot2.text.util.MutableCharArrayUtils
Convert to lower case the source array and save the result into the result array.
toLowerCase(char[], char[]) - Static method in class org.carrot2.util.CharArrayUtils
Convert to lower case (character-by-character) and save the result into buffer.
toLowerCase(char[], char[], int, int) - Static method in class org.carrot2.util.CharArrayUtils
Convert to lower case (character-by-character) and save the result into buffer.
toLowerCaseCopy(char[]) - Static method in class org.carrot2.util.CharArrayUtils
To lower case conversion.
toLowerCaseInPlace(char[]) - Static method in class org.carrot2.util.CharArrayUtils
In place to lower case conversion.
top() - Method in class org.carrot2.util.PriorityQueue
Returns the least element of the PriorityQueue in constant time.
topic - Variable in class org.carrot2.source.ambient.AmbientDocumentSource
Ambient Topic.
topic(AmbientDocumentSource.AmbientTopic) - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.AttributeBuilder
Ambient Topic.
topic(Class<? extends AmbientDocumentSource.AmbientTopic>) - Method in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.AttributeBuilder
Ambient Topic.
topic - Variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.Attributes
 
TOPIC - Static variable in class org.carrot2.source.ambient.AmbientDocumentSourceDescriptor.Keys
Attribute key for: AmbientDocumentSource.topic.
topic - Variable in class org.carrot2.source.ambient.Odp239DocumentSource
ODP239 Topic.
topic(Odp239DocumentSource.Odp239Topic) - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.AttributeBuilder
ODP239 Topic.
topic(Class<? extends Odp239DocumentSource.Odp239Topic>) - Method in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.AttributeBuilder
ODP239 Topic.
topic - Variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.Attributes
 
TOPIC - Static variable in class org.carrot2.source.ambient.Odp239DocumentSourceDescriptor.Keys
Attribute key for: Odp239DocumentSource.topic.
TOPIC_IDS - Static variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Keys
Attribute key for: FubDocumentSource.topicIds.
topicIds - Variable in class org.carrot2.source.ambient.FubDocumentSource
Topics and subtopics covered in the output documents.
topicIds() - Method in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.AttributeBuilder
Topics and subtopics covered in the output documents.
topicIds - Variable in class org.carrot2.source.ambient.FubDocumentSourceDescriptor.Attributes
 
toSparseEncoding(IntStack) - Static method in class org.carrot2.text.preprocessing.SparseArray
Convert a list of documents to sparse document-count representation.
toSparseEncodingByHash(IntStack) - Static method in class org.carrot2.text.preprocessing.SparseArray
Convert to sparse encoding using a hash map.
toSparseEncodingBySort(IntStack) - Static method in class org.carrot2.text.preprocessing.SparseArray
Convert to sparse encoding using sorting and counting.
toString() - Method in enum org.carrot2.core.LanguageCode
 
toString() - Method in class org.carrot2.core.ProcessingComponentDescriptor
 
toString() - Method in enum org.carrot2.matrix.factorization.IterationNumberGuesser.FactorizationQuality
 
toString() - Method in class org.carrot2.matrix.factorization.KMeansMatrixFactorization
 
toString() - Method in class org.carrot2.matrix.factorization.LocalNonnegativeMatrixFactorization
 
toString() - Method in class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationED
 
toString() - Method in class org.carrot2.matrix.factorization.NonnegativeMatrixFactorizationKL
 
toString() - Method in class org.carrot2.matrix.factorization.PartialSingularValueDecomposition
 
toString() - Method in class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategy
 
toString() - Method in class org.carrot2.matrix.factorization.seeding.KMeansSeedingStrategyFactory
 
toString() - Method in class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategy
 
toString() - Method in class org.carrot2.matrix.factorization.seeding.RandomSeedingStrategyFactory
 
toString() - Method in enum org.carrot2.source.ambient.AmbientDocumentSource.AmbientTopic
 
toString() - Method in enum org.carrot2.source.ambient.Odp239DocumentSource.Odp239Topic
 
toString() - Method in enum org.carrot2.source.etools.EToolsDocumentSource.Country
 
toString() - Method in enum org.carrot2.source.etools.EToolsDocumentSource.DataSources
 
toString() - Method in enum org.carrot2.source.etools.EToolsDocumentSource.Language
 
toString() - Method in enum org.carrot2.source.microsoft.AdultOption
 
toString() - Method in enum org.carrot2.source.microsoft.MarketOption
Return human-readable description.
toString() - Method in enum org.carrot2.source.microsoft.SortOrder
 
toString() - Method in enum org.carrot2.source.microsoft.SourceType
 
toString() - Method in enum org.carrot2.text.clustering.MultilingualClustering.LanguageAggregationStrategy
 
toString() - Method in class org.carrot2.text.preprocessing.PreprocessingContext.AllFields
For debugging purposes.
toString() - Method in class org.carrot2.text.preprocessing.PreprocessingContext.AllLabels
For debugging purposes.
toString() - Method in class org.carrot2.text.preprocessing.PreprocessingContext.AllPhrases
For debugging purposes.
toString() - Method in class org.carrot2.text.preprocessing.PreprocessingContext.AllStems
For debugging purposes.
toString() - Method in class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
For debugging purposes.
toString() - Method in class org.carrot2.text.preprocessing.PreprocessingContext.AllWords
For debugging purposes.
toString() - Method in class org.carrot2.text.preprocessing.PreprocessingContext
 
toString() - Method in class org.carrot2.text.util.MutableCharArray
 
toString() - Method in class org.carrot2.text.util.Tabular
 
toString(StringBuilder) - Method in class org.carrot2.text.util.Tabular
 
toString() - Method in class org.carrot2.util.attribute.AttributeDescriptor
 
toString() - Method in enum org.carrot2.util.attribute.AttributeLevel
 
toString() - Method in class org.carrot2.util.attribute.AttributeValueSet
 
toString() - Method in class org.carrot2.util.attribute.AttributeValueSets
 
toString() - Method in enum org.carrot2.util.attribute.BindableDescriptor.GroupingMethod
 
toString() - Method in class org.carrot2.util.attribute.constraint.ValueHintEnumConstraint
 
toString() - Method in class org.carrot2.util.attribute.metadata.AttributeMetadata
 
toString() - Method in class org.carrot2.util.attribute.metadata.BindableMetadata
 
toString() - Method in class org.carrot2.util.resource.ClassLoaderLocator
 
toString() - Method in class org.carrot2.util.resource.ClassLoaderResource
 
toString() - Method in class org.carrot2.util.resource.ClassLocator
 
toString() - Method in class org.carrot2.util.resource.ContextClassLoaderLocator
 
toString() - Method in class org.carrot2.util.resource.DirLocator
 
toString() - Method in class org.carrot2.util.resource.FileResource
 
toString() - Method in class org.carrot2.util.resource.PrefixDecoratorLocator
 
toString() - Method in class org.carrot2.util.resource.ServletContextLocator
 
toString() - Method in class org.carrot2.util.resource.URLResource
 
toString() - Method in class org.carrot2.util.resource.URLResourceWithParams
 
toString(Iterable<T>, String) - Static method in class org.carrot2.util.StringUtils
 
total - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.ImageResponse
 
total - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResponse
 
total - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResponse
 
totalQueries - Variable in class org.carrot2.core.ControllerStatistics
Total number of queries handled, including queries resulting in an exception.
totalTimeAverageInWindow - Variable in class org.carrot2.core.ControllerStatistics
Average total processing time measured within the ControllerStatistics.totalTimeWindowSize.
totalTimeMeasurementsInWindow - Variable in class org.carrot2.core.ControllerStatistics
Number of total processing time measurements within the ControllerStatistics.totalTimeWindowSize.
totalTimeWindowSize - Variable in class org.carrot2.core.ControllerStatistics
Total average processing time measurement window, in milliseconds.
transform(Object, String, Field) - Method in class org.carrot2.util.attribute.AttributeBinder.AttributeTransformerFromString
 
transform(Object, String, Field) - Method in interface org.carrot2.util.attribute.AttributeBinder.IAttributeTransformer
 
TransformerErrorListener - Class in org.carrot2.util.xslt
An ErrorListener that reacts to errors when transforming (applying) a stylesheet.
TransformerErrorListener() - Constructor for class org.carrot2.util.xslt.TransformerErrorListener
 
TT_ACRONYM - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
TT_BARE_URL - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
TT_EMAIL - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
TT_EOF - Static variable in interface org.carrot2.text.analysis.ITokenizer
Indicates the end of the token stream.
TT_FILE - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
TT_FULL_URL - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
TT_HYPHTERM - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
TT_NUMERIC - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
TT_PUNCTUATION - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
TT_TERM - Static variable in interface org.carrot2.text.analysis.ITokenizer
 
type - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
Token's ITokenizer bit flags.
type - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllWords
Token type of this word copied from PreprocessingContext.AllTokens.type.
type - Variable in class org.carrot2.util.attribute.AttributeDescriptor
Type of the attribute.
type - Variable in class org.carrot2.util.attribute.BindableDescriptor
The type this BindableDescriptor refers to.
TYPE_MASK - Static variable in interface org.carrot2.text.analysis.ITokenizer
 

U

UniqueLabelAssigner - Class in org.carrot2.clustering.lingo
Assigns unique labels to each base vector using a greedy algorithm.
UniqueLabelAssigner() - Constructor for class org.carrot2.clustering.lingo.UniqueLabelAssigner
 
UniqueLabelAssignerDescriptor - Class in org.carrot2.clustering.lingo
Metadata and attributes of the UniqueLabelAssigner component.
UniqueLabelAssignerDescriptor() - Constructor for class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor
 
UniqueLabelAssignerDescriptor.AttributeBuilder - Class in org.carrot2.clustering.lingo
Attribute map builder for the UniqueLabelAssigner component.
UniqueLabelAssignerDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
UniqueLabelAssignerDescriptor.Attributes - Class in org.carrot2.clustering.lingo
All attributes of the UniqueLabelAssigner component.
UniqueLabelAssignerDescriptor.Keys - Class in org.carrot2.clustering.lingo
Constants for all attribute keys of the UniqueLabelAssigner component.
UniqueLabelAssignerDescriptor.Keys() - Constructor for class org.carrot2.clustering.lingo.UniqueLabelAssignerDescriptor.Keys
 
unpack(Map) - Static method in class org.carrot2.util.MapUtils
Iterates through entries of the input map and for values being String arrays puts the first element of the map in the result map.
unwrap(Map<K, SimpleXmlWrapperValue>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Unwraps the provided map after deserialization.
unwrap(List<SimpleXmlWrapperValue>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Unwraps the provided list after deserialization.
unwrap(Set<SimpleXmlWrapperValue>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Unwraps the provided set after deserialization.
unwrap(Collection<SimpleXmlWrapperValue>, Collection<Object>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Unwraps the provided collection after deserialization.
unwrap(SimpleXmlWrapperValue) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Unwraps an object after deserialization.
updateTop() - Method in class org.carrot2.util.PriorityQueue
Should be called when the Object at top changes values.
url - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.NewsResult
 
url - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.Thumbnail
 
url - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.WebResult
 
URL_ENCODED - Static variable in class org.carrot2.util.httpclient.HttpHeaders
HTTP header for url-encoded content type.
URL_FIELD - Static variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
Attribute key for: SimpleFieldMapper.urlField.
urlEncode(String) - Static method in class org.carrot2.source.SearchEngineBase
URL-encodes a string into UTF-8.
urlEncodeWrapException(String, String) - Static method in class org.carrot2.util.StringUtils
 
urlField - Variable in class org.carrot2.source.lucene.SimpleFieldMapper
Document URL field name.
urlField(String) - Method in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.AttributeBuilder
Document URL field name.
urlField - Variable in class org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Attributes
 
URLResource - Class in org.carrot2.util.resource
This class opens a connection to a resource pointed to by an URI.
URLResource(URL) - Constructor for class org.carrot2.util.resource.URLResource
 
URLResourceWithParams - Class in org.carrot2.util.resource
A IResource implementation that allows URLs to be parameterized.
URLResourceWithParams(URL) - Constructor for class org.carrot2.util.resource.URLResourceWithParams
Creates an instance with the provided url;
USE_DIMENSIONALITY_REDUCTION - Static variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Keys
Attribute key for: BisectingKMeansClusteringAlgorithm.useDimensionalityReduction.
useDimensionalityReduction - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
Use dimensionality reduction.
useDimensionalityReduction(boolean) - Method in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.AttributeBuilder
Use dimensionality reduction.
useDimensionalityReduction - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithmDescriptor.Attributes
 
USER_AGENT - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.userAgent.
USER_AGENT - Static variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Keys
Attribute key for: OpenSearchDocumentSource.userAgent.
USER_AGENT_HEADER_MOZILLA - Static variable in class org.carrot2.util.httpclient.HttpHeaders
HTTP header faking Mozilla as the user agent.
USER_NAME - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.userName.
userAgent - Variable in class org.carrot2.source.idol.IdolDocumentSource
User agent header.
userAgent(String) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
User agent header.
userAgent - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
userAgent - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSource
User agent header.
userAgent(String) - Method in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.AttributeBuilder
User agent header.
userAgent - Variable in class org.carrot2.source.opensearch.OpenSearchDocumentSourceDescriptor.Attributes
 
userName - Variable in class org.carrot2.source.idol.IdolDocumentSource
User name to use for authentication.
userName(String) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
User name to use for authentication.
userName - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
UsesExternalServices - Annotation Type in org.carrot2.util.tests
A test group that indicates a given test uses external APIs or services (some of which may not be available outside of the scope of Carrot2 build servers).

V

value - Variable in class org.carrot2.text.suffixtree.CharacterSequence
 
ValueHintEnum - Annotation Type in org.carrot2.util.attribute.constraint
A set of values for an attribute of type String.
ValueHintEnumConstraint - Class in org.carrot2.util.attribute.constraint
 
ValueHintMappingUtils - Class in org.carrot2.util.attribute.constraint
Utilities for dealing with IValueHintMapping and Enum classes.
valueOf(String) - Static method in enum org.carrot2.core.LanguageCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.core.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.matrix.factorization.IterationNumberGuesser.FactorizationQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.ambient.AmbientDocumentSource.AmbientTopic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.ambient.Odp239DocumentSource.Odp239Topic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.etools.EToolsDocumentSource.Country
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.etools.EToolsDocumentSource.DataSources
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.etools.EToolsDocumentSource.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.microsoft.AdultOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.microsoft.MarketOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.microsoft.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.microsoft.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.source.MultipageSearchEngine.SearchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.text.clustering.MultilingualClustering.LanguageAggregationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.text.util.Tabular.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.util.attribute.AttributeLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.carrot2.util.attribute.BindableDescriptor.GroupingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.carrot2.util.resource.FileResource
 
valueOf(String) - Static method in enum org.carrot2.util.resource.ResourceLookup.Location
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.carrot2.util.resource.URLResourceWithParams
 
values() - Static method in enum org.carrot2.core.LanguageCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.core.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.matrix.factorization.IterationNumberGuesser.FactorizationQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.ambient.AmbientDocumentSource.AmbientTopic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.ambient.Odp239DocumentSource.Odp239Topic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.etools.EToolsDocumentSource.Country
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.etools.EToolsDocumentSource.DataSources
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.etools.EToolsDocumentSource.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.microsoft.AdultOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.microsoft.MarketOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.microsoft.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.microsoft.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.source.MultipageSearchEngine.SearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.text.clustering.MultilingualClustering.LanguageAggregationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.text.util.Tabular.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.util.attribute.AttributeLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.util.attribute.BindableDescriptor.GroupingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.carrot2.util.resource.ResourceLookup.Location
Returns an array containing the constants of this enum type, in the order they are declared.
VectorSpaceModelContext - Class in org.carrot2.text.vsm
Stores data related to the Vector Space Model of the processed documents.
VectorSpaceModelContext(PreprocessingContext) - Constructor for class org.carrot2.text.vsm.VectorSpaceModelContext
Creates a vector space model context with the provided preprocessing context.
version - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.BingResponse
 
visit(SuffixTree.IVisitor) - Method in class org.carrot2.text.suffixtree.SuffixTree
Walks the states and edges of the suffix tree, depth-first.
visitState(int, SuffixTree.IVisitor) - Method in class org.carrot2.text.suffixtree.SuffixTree
Start visiting from a given state.
vsmContext - Variable in class org.carrot2.clustering.kmeans.BisectingKMeansProcessingContext
Vector space model context
vsmContext - Variable in class org.carrot2.clustering.lingo.LingoProcessingContext
Vector space model context
vsmContext - Variable in class org.carrot2.text.vsm.ReducedVectorSpaceModelContext
Vector Space Model context for the underlying documents.

W

warning(TransformerException) - Method in class org.carrot2.util.xslt.StylesheetErrorListener
 
warning(TransformerException) - Method in class org.carrot2.util.xslt.TransformerErrorListener
 
web - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.BingResponse
 
WEB_OPTIONS - Static variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.Keys
Attribute key for: Bing2WebDocumentSource.webOptions.
webOptions - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSource
Miscellaneous Web-request specific options.
webOptions(String) - Method in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.AttributeBuilder
Miscellaneous Web-request specific options.
webOptions - Variable in class org.carrot2.source.microsoft.Bing2WebDocumentSourceDescriptor.Attributes
 
WEIGHTED_AVERAGE_CONTAMINATION - Static variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.Keys
Attribute key for: ContaminationMetric.weightedAverageContamination.
WEIGHTED_AVERAGE_F_MEASURE - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.weightedAverageFMeasure.
WEIGHTED_AVERAGE_PRECISION - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.weightedAveragePrecision.
WEIGHTED_AVERAGE_RECALL - Static variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Keys
Attribute key for: PrecisionRecallMetric.weightedAverageRecall.
weightedAverageContamination - Variable in class org.carrot2.output.metrics.ContaminationMetric
Average contamination of the whole cluster set, weighted by the size of cluster.
weightedAverageContamination() - Method in class org.carrot2.output.metrics.ContaminationMetricDescriptor.AttributeBuilder
Average contamination of the whole cluster set, weighted by the size of cluster.
weightedAverageContamination - Variable in class org.carrot2.output.metrics.ContaminationMetricDescriptor.Attributes
 
weightedAverageFMeasure - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
Average F-measure of the whole cluster set, weighted by cluster size.
weightedAverageFMeasure() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
Average F-measure of the whole cluster set, weighted by cluster size.
weightedAverageFMeasure - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
weightedAveragePrecision - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
Average precision of the whole cluster set, weighted by cluster size.
weightedAveragePrecision() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
Average precision of the whole cluster set, weighted by cluster size.
weightedAveragePrecision - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
weightedAverageRecall - Variable in class org.carrot2.output.metrics.PrecisionRecallMetric
Average recall of the whole cluster set, weighted by cluster size.
weightedAverageRecall() - Method in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.AttributeBuilder
Average recall of the whole cluster set, weighted by cluster size.
weightedAverageRecall - Variable in class org.carrot2.output.metrics.PrecisionRecallMetricDescriptor.Attributes
 
width - Variable in class org.carrot2.source.microsoft.Bing2DocumentSource.Thumbnail
 
withProgressCallback(SuffixTree.IProgressCallback) - Method in class org.carrot2.text.suffixtree.SuffixTreeBuilder
 
withStateCallback(SuffixTree.IStateCallback) - Method in class org.carrot2.text.suffixtree.SuffixTreeBuilder
 
wordIndex - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllTokens
A pointer to PreprocessingContext.AllWords arrays for this token.
wordIndices - Variable in class org.carrot2.text.preprocessing.PreprocessingContext.AllPhrases
Pointers to PreprocessingContext.AllWords for each word in the phrase sequence.
wrap(Cluster) - Static method in class org.carrot2.core.ClusterWithParent
Wraps a cluster hierarchy starting with the root into ClusterWithParent objects.
wrap(List<Cluster>) - Static method in class org.carrot2.core.ClusterWithParent
Wraps a list of top level clusters.
wrap(Map<K, ?>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Wraps the provided map for serialization.
wrap(List<?>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Wraps the provided list for serialization.
wrap(Set<?>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Wraps the provided set for serialization.
wrap(Collection<?>, Collection<SimpleXmlWrapperValue>) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Wraps the provided collection for serialization.
wrap(Object) - Static method in class org.carrot2.util.simplexml.SimpleXmlWrappers
Wraps an individual object for serialization.
wrapAs(Class<T>, Throwable) - Static method in class org.carrot2.util.ExceptionUtils
If t if an instance of clazz, then t is returned.
wrapAsRuntimeException(Throwable) - Static method in class org.carrot2.util.ExceptionUtils
Calls ExceptionUtils.wrapAs(Class, Throwable) with the first parameter set to RuntimeException.

X

xml - Variable in class org.carrot2.source.xml.XmlDocumentSource
The resource to load XML data from.
xml(IResource) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
The resource to load XML data from.
xml(Class<? extends IResource>) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
The resource to load XML data from.
xml - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 
XML - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.xml.
XML_PARAMETERS - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.xmlParameters.
XmlDocumentSource - Class in org.carrot2.source.xml
Fetches documents from XML files and streams.
XmlDocumentSource() - Constructor for class org.carrot2.source.xml.XmlDocumentSource
 
XmlDocumentSourceDescriptor - Class in org.carrot2.source.xml
Metadata and attributes of the XmlDocumentSource component.
XmlDocumentSourceDescriptor() - Constructor for class org.carrot2.source.xml.XmlDocumentSourceDescriptor
 
XmlDocumentSourceDescriptor.AttributeBuilder - Class in org.carrot2.source.xml
Attribute map builder for the XmlDocumentSource component.
XmlDocumentSourceDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
XmlDocumentSourceDescriptor.Attributes - Class in org.carrot2.source.xml
All attributes of the XmlDocumentSource component.
XmlDocumentSourceDescriptor.Keys - Class in org.carrot2.source.xml
Constants for all attribute keys of the XmlDocumentSource component.
XmlDocumentSourceDescriptor.Keys() - Constructor for class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
 
xmlDocumentSourceHelper() - Method in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor.AttributeBuilder
Returns an attribute builder for the nested XmlDocumentSourceHelper component, backed by the same attribute map as the current builder.
xmlDocumentSourceHelper - Variable in class org.carrot2.source.xml.RemoteXmlSimpleSearchEngineBaseDescriptor.Attributes
Attributes of the nested XmlDocumentSourceHelper component.
xmlDocumentSourceHelper() - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
Returns an attribute builder for the nested XmlDocumentSourceHelper component, backed by the same attribute map as the current builder.
xmlDocumentSourceHelper - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
Attributes of the nested XmlDocumentSourceHelper component.
XmlDocumentSourceHelper - Class in org.carrot2.source.xml
Exposes the common functionality a IDocumentSource based on XML/XSLT is likely to need.
XmlDocumentSourceHelper() - Constructor for class org.carrot2.source.xml.XmlDocumentSourceHelper
 
XmlDocumentSourceHelperDescriptor - Class in org.carrot2.source.xml
Metadata and attributes of the XmlDocumentSourceHelper component.
XmlDocumentSourceHelperDescriptor() - Constructor for class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor
 
XmlDocumentSourceHelperDescriptor.AttributeBuilder - Class in org.carrot2.source.xml
Attribute map builder for the XmlDocumentSourceHelper component.
XmlDocumentSourceHelperDescriptor.AttributeBuilder(Map<String, Object>) - Constructor for class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor.AttributeBuilder
Creates a builder backed by the provided map.
XmlDocumentSourceHelperDescriptor.Attributes - Class in org.carrot2.source.xml
All attributes of the XmlDocumentSourceHelper component.
XmlDocumentSourceHelperDescriptor.Keys - Class in org.carrot2.source.xml
Constants for all attribute keys of the XmlDocumentSourceHelper component.
XmlDocumentSourceHelperDescriptor.Keys() - Constructor for class org.carrot2.source.xml.XmlDocumentSourceHelperDescriptor.Keys
 
xmlParameters - Variable in class org.carrot2.source.xml.XmlDocumentSource
Values for custom placeholders in the XML URL.
xmlParameters(Map<String, String>) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
Values for custom placeholders in the XML URL.
xmlParameters - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 
XSL_TEMPLATE_NAME - Static variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Keys
Attribute key for: IdolDocumentSource.xslTemplateName.
xslt - Variable in class org.carrot2.source.xml.XmlDocumentSource
The resource to load XSLT stylesheet from.
xslt(IResource) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
The resource to load XSLT stylesheet from.
xslt(Class<? extends IResource>) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
The resource to load XSLT stylesheet from.
xslt - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 
XSLT - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.xslt.
XSLT_PARAMETERS - Static variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Keys
Attribute key for: XmlDocumentSource.xsltParameters.
XSLT_PARAMS_MAP - Static variable in class org.carrot2.util.xsltfilter.XSLTFilterConstants
To pass parameters to a stylesheet, register a Map attribute with the key equal to this constant in the request context.
xslTemplateName - Variable in class org.carrot2.source.idol.IdolDocumentSource
IDOL XSL Template Name.
xslTemplateName(String) - Method in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.AttributeBuilder
IDOL XSL Template Name.
xslTemplateName - Variable in class org.carrot2.source.idol.IdolDocumentSourceDescriptor.Attributes
 
XSLTFilter - Class in org.carrot2.util.xsltfilter
A servlet filter applying XSLT stylesheets to the result of a request.
XSLTFilter() - Constructor for class org.carrot2.util.xsltfilter.XSLTFilter
 
XSLTFilterConstants - Class in org.carrot2.util.xsltfilter
A public class with several constants used in the XSLT filter.
XSLTFilterConstants() - Constructor for class org.carrot2.util.xsltfilter.XSLTFilterConstants
 
xsltParameters - Variable in class org.carrot2.source.xml.XmlDocumentSource
Parameters to be passed to the XSLT transformer.
xsltParameters(Map<String, String>) - Method in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.AttributeBuilder
Parameters to be passed to the XSLT transformer.
xsltParameters - Variable in class org.carrot2.source.xml.XmlDocumentSourceDescriptor.Attributes
 

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright (c) Dawid Weiss, Stanislaw Osinski