Skip to content

Commit

Permalink
changes output separator to tab; minor modifs to diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
pruizf committed Oct 31, 2023
1 parent 4135ff7 commit d11e707
Show file tree
Hide file tree
Showing 6 changed files with 28,185 additions and 28,157 deletions.
Binary file added img/gender-by-subgenre_heat-by-subgenre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/profclass-by-subgenre_heat-by-subgenre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/socclass-by-subgenre_heat-by-subgenre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
244 changes: 136 additions & 108 deletions metadata_analysis.ipynb

Large diffs are not rendered by default.

56,096 changes: 28,048 additions & 28,048 deletions overall-per-character-speech-postpro.tsv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pre_treatment/script/postprocess_character_speech_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@
outdf['speaker'] = outdf.speaker.apply(lambda x:x.strip())

# write out
outdf.to_csv(outdf_path, index=False)
outdf.to_csv(outdf_path, index=False, sep="\t")

0 comments on commit d11e707

Please sign in to comment.