it.unimi.dsi.mg4j.test |
|
Java Source File Name | Type | Comment |
DumpWordBlocks.java | Class | Dumps various data about an inverted list. |
ProduceDNFFromLines.java | Class | Reads a sequence of documents represented as blank-separated
sequences of words, where documents are separated by new-lines.
Produces and prints q DNF queries (OR's of AND's)
as follows: for every query, k documents are selected
at random, and from each of them h words at most are
selected. |
RemoteIndexIteratorTest.java | Class | Compare IndexIterator of equals indexes. |
SelectHeights.java | Class | Separates a stat file into various heights. |
SelectStats.java | Class | Selects part of a stats using global frequency. |
SkipSwing.java | Class | |
Verifier.java | Class | Verifies that an index matches a collection. |