export_feature_matrix_csv

corpustools.corpus.io.csv.export_feature_matrix_csv(feature_matrix, path, delimiter=', ')[source]

Save a FeatureMatrix as a column-delimited text file

Parameters:

feature_matrix : FeatureMatrix

FeatureMatrix to save to text file

path : str

Full path to write text file

delimiter : str

Character to mark boundaries between columns. Defaults to ‘,’