Skip to content

Instantly share code, notes, and snippets.

@rchurch4
Created April 7, 2022 22:17
Show Gist options
  • Save rchurch4/70033175ccaf28673dc3cbdc1f8eba62 to your computer and use it in GitHub Desktop.
Save rchurch4/70033175ccaf28673dc3cbdc1f8eba62 to your computer and use it in GitHub Desktop.
from gdtm.helpers.common import load_flat_dataset
dataset = load_flat_dataset('sample_tweets.csv', delimiter=' ')
# dataset[0] : ['obama', 'calls', 'surrender', 'black', ...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment