| Package | Description |
|---|---|
| de.jungblut.datastructure | |
| de.jungblut.nlp |
| Modifier and Type | Method and Description |
|---|---|
static <KEY_TYPE,DOCUMENT_TYPE> |
InvertedIndex.create(InvertedIndex.DocumentMapper<DOCUMENT_TYPE,KEY_TYPE> mapper,
InvertedIndex.DocumentDistanceMeasurer<DOCUMENT_TYPE,KEY_TYPE> measurer)
Create an inverted index out of two mapping interfaces: a mapper that maps
documents to its key parts and a distance measurer that measures distance
between two documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SparseVectorDocumentMapper
Mapper that maps sparse vectors into a set of their indices so they can be
used in the
InvertedIndex for fast lookup. |
Copyright © 2016. All rights reserved.