list2flat | index /home/u11/umhameld/workspace/birchscripts/list2flat.py |
Feb. 5, 2005, Dr. Brian Fristensky, University of Manitoba
Description: Convert a file of tokens to a GDE
flat file. The input file contains a single nonblank
string on each line.
Synopsis: list2flat.py infile outfile
Files: infile file of tokens
outfile GDE flat file, containing a comma separated
list of tokens
@modified: May 26 2010
@author: Dale Hamel
@contact: umhameld@cc.umanitoba.ca
Modules | ||||||
|
Classes | ||||||||
|
Functions | ||
|
Data | ||
BM = <birchlib.Birchmod instance> PROGRAM = 'list2flat.py ' USAGE = '\n\tUSAGE: list2flat.py infile outfile' blib = '/home/u11/umhameld/public_html/local/pylib/' |