1
0

saving cleaned, unified csv for text modeling

This commit is contained in:
Matthew Gaughan 2025-07-14 08:19:11 -07:00
parent 8f2409feb0
commit c4dd45e344
3 changed files with 151696 additions and 0 deletions

View File

@ -184,3 +184,9 @@ rm 062725_c3_title_cleaned.csv
ls
ls ../case2
ls ../case1
ls
cd ~
ls
cd p2
ls
pwd

File diff suppressed because one or more lines are too long

View File

@ -80,6 +80,8 @@ c3_input_df <- c3_input_df %>%
# Combine the dataframes into one
combined_df <- bind_rows(c1_input_df, c2_input_df, c3_input_df)
#write.csv(combined_df, "~/p2/071425_master_discussion_data.csv", row.names = FALSE)
modal_verbs <- c("can", "could", "may", "might", "must", "shall", "should", "will", "would", "ought")
modal_subset <- c('should', 'ought', 'must')
whatever_subset <- c('user')