|
Terrier IR Platform 1.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.gla.terrier.structures.merging.LexiconMerger
public class LexiconMerger
Merges many lexicons, termids and offsets are not kept.
Constructor Summary | |
---|---|
LexiconMerger(java.lang.String _filename1,
java.lang.String _filename2)
A constructor that sets the filenames of the lexicon files to merge |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
mergeLexicons()
Merges the two lexicons into one. |
void |
setOutputFilename(java.lang.String _outputName)
Sets the output filename of the merged lexicon file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexiconMerger(java.lang.String _filename1, java.lang.String _filename2)
_filename1
- the first lexicon file to merge_filename2
- the second lexicon file to mergeMethod Detail |
---|
public void setOutputFilename(java.lang.String _outputName)
_outputName
- the filename of the merged lexicon filepublic void mergeLexicons()
public static void main(java.lang.String[] args)
|
Terrier IR Platform 1.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |