|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cloud9.collection.trecweb.Wt10gDocnoMapping
public class Wt10gDocnoMapping
| Constructor Summary | |
|---|---|
Wt10gDocnoMapping()
|
|
| Method Summary | |
|---|---|
String |
getDocid(int docno)
Returns the docid for a particular docno. |
int |
getDocno(String docid)
Returns the docno for a particular docid. |
void |
loadMapping(Path p,
FileSystem fs)
Loads a mapping file containing the docid to docno mappings. |
static void |
main(String[] args)
Simple program the provides access to the docno/docid mappings. |
static void |
writeDocidData(String inputFile,
String outputFile)
Creates a data file for mapping between docids and docnos. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Wt10gDocnoMapping()
| Method Detail |
|---|
public int getDocno(String docid)
DocnoMapping
getDocno in interface DocnoMappingdocid - the docid
public String getDocid(int docno)
DocnoMapping
getDocid in interface DocnoMappingdocno - the docno
public void loadMapping(Path p,
FileSystem fs)
throws IOException
DocnoMapping
loadMapping in interface DocnoMappingp - path to the mappings filefs - appropriate FileSystem
IOException
public static void writeDocidData(String inputFile,
String outputFile)
throws IOException
inputFile - input file containing docid to docno mappingsoutputFile - output data file
IOException
public static void main(String[] args)
throws IOException
args - command-line arguments
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||