| Package | Description |
|---|---|
| edu.umd.cloud9.collection.aquaint2 |
Provides classes for working with the AQUAINT-2 collection.
|
| edu.umd.cloud9.collection.clue |
Provides classes for working with
the ClueWeb09
collection.
|
| edu.umd.cloud9.collection.line | |
| edu.umd.cloud9.collection.medline |
Provides classes for working with MEDLINE citations in XML format
(particularly, for the TREC 2004-5 genomics tracks).
|
| edu.umd.cloud9.collection.trec |
Provides classes for working with the TREC collection (particularly
disks 4 and 5).
|
| edu.umd.cloud9.collection.trecweb |
Provides classes for working with the GOV2 collection.
|
| edu.umd.cloud9.collection.wikipedia |
Provides classes for working with Wikipedia XML dumps.
|
| edu.umd.cloud9.webgraph.data |
| Modifier and Type | Class and Description |
|---|---|
class |
Aquaint2DocnoMapping |
| Modifier and Type | Class and Description |
|---|---|
class |
ClueWarcDocnoMapping
Object that maps between WARC-TREC-IDs (String identifiers) to docnos (sequentially-numbered
ints).
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextDocnoMapping
Object that maps between docids (String identifiers) to docnos
(sequentially-numbered ints) for regular text documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MedlineDocnoMapping
Object that maps between MEDLINE docids (PMIDs) to docnos (sequentially-numbered ints).
|
| Modifier and Type | Class and Description |
|---|---|
class |
TrecDocnoMapping
Object that maps between TREC docids (String identifiers) to docnos (sequentially-numbered
ints).
|
| Modifier and Type | Class and Description |
|---|---|
class |
Gov2DocnoMapping |
class |
Wt10gDocnoMapping |
| Modifier and Type | Class and Description |
|---|---|
class |
WikipediaDocnoMapping
Provides a mapping between Wikipedia internal ids (docids) and sequentially-numbered ints
(docnos).
|
| Constructor and Description |
|---|
IndexableAnchorTextForwardIndex(DocnoMapping docnoMapping) |
Copyright © 2015. All rights reserved.