Package | Description |
---|---|
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.text |
Support for text data.
|
Modifier and Type | Method and Description |
---|---|
static TextDescriptorFactory<ObjectIntMultiVectorJaccard> |
ObjectIntMultiVectorJaccard.createTextDescriptorFactory(java.util.Set<java.lang.String> stopWords,
Stemmer stemmer,
IntStorageIndexed<java.lang.String> writableWordIndex,
IntStorageIndexed<java.lang.String>[] readonlyWordIndexes)
Creates a factory method that converts the given array of strings into
ObjectIntMultiVectorJaccard . |
Modifier and Type | Method and Description |
---|---|
static void |
ObjectIntMultiVectorJaccard.addMetaObjectKeywordString(MetaObject metaObject,
java.lang.String jaccardDescriptorName,
TextDescriptorFactory<? extends ObjectIntMultiVector> textDescriptorFactory,
java.lang.String additionalKeywords)
HACK method for adding search keywords to an existing jaccard meta object.
|
Constructor and Description |
---|
TextParametricConstructorConvertor(java.lang.String[] textParameterNames,
java.lang.Class<? extends T> objectClass,
java.lang.String keywordObjectMetaName,
boolean removeKeywordParameters,
boolean removeAllParameters,
TextDescriptorFactory<?> textDescriptorFactory)
Creates a new TextParametricConstructorExtractor that uses the
parameters from
the object generated by the encapsulated extractor to create a text descriptor object
and then merges the data into a new instance of objectClass . |