| Package | Description |
|---|---|
| edu.umd.cloud9.collection |
Base classes and interfaces for working with specific document
collections.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DocnoMapping.Builder |
DocnoMapping.getBuilder()
Returns the builder for this mapping.
|
| Modifier and Type | Method and Description |
|---|---|
DocnoMapping.Builder |
Aquaint2DocnoMapping.getBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClueWarcDocnoMappingBuilder |
| Modifier and Type | Method and Description |
|---|---|
DocnoMapping.Builder |
ClueWarcDocnoMapping.getBuilder() |
| Modifier and Type | Method and Description |
|---|---|
DocnoMapping.Builder |
TextDocnoMapping.getBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
MedlineDocnoMappingBuilder
Tool that builds the mapping from MEDLINE docids (PMIDs) to docnos (sequentially-numbered ints).
|
| Modifier and Type | Method and Description |
|---|---|
DocnoMapping.Builder |
MedlineDocnoMapping.getBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
TrecDocnoMappingBuilder
Tool that builds the mapping from TREC docids (String identifiers) to docnos
(sequentially-numbered ints).
|
| Modifier and Type | Method and Description |
|---|---|
DocnoMapping.Builder |
TrecDocnoMapping.getBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
TrecWebDocnoMappingBuilder
Tool that builds the mapping from docids (String identifiers) to docnos (sequentially-numbered
ints) for TREC web collections (wt10g, gov2).
|
| Modifier and Type | Method and Description |
|---|---|
DocnoMapping.Builder |
Wt10gDocnoMapping.getBuilder() |
DocnoMapping.Builder |
Gov2DocnoMapping.getBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
WikipediaDocnoMappingBuilder
Tool for building the mapping between Wikipedia internal ids (docids) and sequentially-numbered
ints (docnos).
|
| Modifier and Type | Method and Description |
|---|---|
DocnoMapping.Builder |
WikipediaDocnoMapping.getBuilder() |
Copyright © 2015. All rights reserved.