emorynlp / character-mining

Mining individual characters in multiparty dialogue
Other
164 stars 25 forks source link

Added script to parse .json to .tsv #4

Closed gmihaila closed 4 years ago

gmihaila commented 4 years ago

I created a small script that takes all the json seasons and create a master .tsv file.

For me is a lot easier if I have all seasons in a single file that is also excel friendly. I think this is also useful for other.

Dealing with just a single file, we can easily use wget to download the .tsv file.

I didn't see any contributors documentation to follow any guidelines.

jdchoi77 commented 4 years ago

@gmihaila thanks for this contribution; just merged them.