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_matrixFeatureMatrix
FeatureMatrix to save to text file
- pathstr
Full path to write text file
- delimiterstr
Character to mark boundaries between columns. Defaults to ‘,’