Class Converter

java.lang.Object
it.unimi.dsi.webgraph.webbase.Converter

public class Converter extends Object
Converts from textual to binary representation a web graph.

This class reads from standard input a sequence of lines. Each line contains URLs separated by TABs. The first URL is assumed to be the URL of a page, and the remaining the URLs of successor pages. An accompanying CRC file specifies for each URL the corresponding node. The list may have duplicate pages, which will be skipped.

The graph output by this class is compatible with BVGraph.