Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GNresolve ¶
type GNresolve struct { // InputPath gives path to a file with an input data. The file should // contain name-strings separated by new lines. InputPath string // OutputPath gives path to a directory to keep output data. OutputPath string // JobsNum sets number of jobs/workers to run. JobsNum int // ProgressNum determines how many titles should be processed for // a progress report. ProgressNum int }
func NewGNresolve ¶
type Option ¶
type Option func(r *GNresolve)
func OptInput ¶
OptIntput is an absolute path to input data file. Each line of such file displays path to zipped file of a title.
func OptOutput ¶
OptOutput is an absolute path to a directory where results will be written. If such directory does not exist already, it will be created during initialization of HTindex instance.
func OptProgressNum ¶
OptProgressNum sets how often to printout a line about the progress. When it is set to 1 report line appears after processing every title, and if it is 10 progress is shows after every 10th title.
type Verification ¶
type Verification struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.