Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2013-10-18 15:43:28
Size: 115
Editor: Hannah Bast
Comment:
Revision 3 as of 2013-10-18 16:56:46
Size: 691
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl: Ina Baumgarten:read,write #acl Ina Baumgarten:read,write
Line 5: Line 5:
TODO: Succinct description for Marcel here. 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 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)