The sequence file format is used for representing a sequence of values. The files are stored in ascii and need to be in the format:
sequence<type>
<v1>
<v2>
...
<vn>
Each item after the sequence<type> declaration represents one element of the sequence and <type> specifies the type of each elements. The items are delimited by any consecutive sequence of delimiter characters: tab, space, line feed (ascii 0x0A), and carriage return (ascii 0x0D). The <type> can be one of the following:
sequenceStringIntPair
this 22
is 444
a 12345
sequence 11 of -22 nine
14 string 1
integer 16
pairs 0
This project has been funded by the following sources:
Intel Labs Academic Research Office for the Parallel Algorithms for Non-Numeric Computing Program,
National Science Foundation, and
IBM Research.