iangow / se_features

Linguistic features derived from StreetEvents
1 stars 3 forks source link

Update LIWC data #7

Closed iangow closed 5 years ago

iangow commented 5 years ago

Do #6, then do this. Critical step will be documenting the update steps, so that it is easy to do going forward.

iangow commented 5 years ago

Relevant code should be here.

danielacarrasco commented 5 years ago

Not sure if this is what you meant, but I tested the code from liwc_etc following the instructions from the README and I think it's working. I ran ./word_count_run.py and ./liwc_run.py and this was printed in the terminal after each one. n_files: 4404

Should I start with the next issues?

iangow commented 5 years ago

It should be that if you run it again n_files: 0 (or nothing) is printed. It may indeed be as simple as what you’ve done.

danielacarrasco commented 5 years ago

Yes, that's what I get when I run it again, n_files: 0