|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.gla.terrier.structures.merging.LexiconMerger
public class LexiconMerger
Merges many lexicons, termids and offsets are not kept.
Constructor Summary | |
---|---|
LexiconMerger(Index src1,
Index src2,
Index dest)
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexiconMerger(Index src1, Index src2, Index dest)
src1
- Source index 1src2
- Source index 2dest
- Destination indexMethod Detail |
---|
public void mergeLexicons()
public static void main(java.lang.String[] args)
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |