Input and output

Functions for reading and writing files.

lexlib.io.get_words(file_path, column_name, delimiter=', ', **fmtparams)[source]

Return a list containing only the items from the column_name column in the delimiter-separated file found at file_path. Also takes any of csv.DictReader’s fmtparams.