Differences between revisions 3 and 4
Revision 3 as of 2013-10-18 16:56:46
Size: 691
Comment:
Revision 4 as of 2013-10-18 16:56:55
Size: 692
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
For a short description of the most important options, call ''CsvParserMain'' without arguments. For a short description of the most important options, call ''!CsvParserMain'' without arguments.

CompleteSearch CSV Parser

We have two general-purpose parsers for producing the <base-name>.words and <base-name>.docs file required for building an index and then search with CompleteSearch: a CSV Parser and an XML Parser.

The CSV Parser is located in the parser sub-directory of the CompleteSearch codebase. It can be invoked by

./CsvParserMain [many options] <base name>

It then looks for a file <base name>.csv and produces <base-name>.words and <base-name>.docs according to the specified option.

For a short description of the most important options, call CsvParserMain without arguments.

CompleteSearch: CsvParser (last edited 2017-03-19 13:30:44 by Hannah Bast)