cegme / cs5293sp22

My class workspace.
MIT License
1 stars 48 forks source link

Remove duplicate data, HTML tags and double quotes #165

Closed siddhardha-maguluri closed 2 years ago

siddhardha-maguluri commented 2 years ago

I have taken the latest data and verified it with the following command:

awk -F '\t' '{print $1 }' unredactor.tsv | grep 'siddhardha' | wc -l

image

cegme commented 2 years ago

Yep, you're good. 👍🏿