Commit Graph

4 Commits

Author SHA1 Message Date
648817cf0e Removed debug print line. 2009-02-06 22:23:24 +00:00
5cfa505ae2 Fixed critical bug in txt2ftsv that made output datasets incorrect if more than one list was used. 2009-02-06 22:21:19 +00:00
6c20de11c9 Added options to txt2ftsv to chose between datasets and category datasets and whether or not to use sparse format. 2009-02-05 20:08:51 +00:00
b46c381c3e Added txt2ftsv, a script to build ftsv category datasets from lists of identifiers.
Usages is txt2ftsv [-d dimension] [-o output.ftsv] [-n dsname] [FILE1 [FILE2 ...]]
Input and output can be - for STDIN/STDOUT respectively. The script is primarily ment
as a hack to easily load selections. Data is only half sanitized.
2009-02-05 00:11:48 +00:00