-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOESNOT WORK FOR LIWC2015 #1
Comments
An off-topic question: where you get the LIWC2015.dic file? |
I think index out of range issues come with a different formatting of the new 2015 dictionary. Spaces seem to be the problem. Check out this issue from a similar package chbrown/liwc-python#3 I also would like to know where you got the dictionary file though? I bought LIWC but that only provides an executable. |
@mam9 As pointed out above the |
Check out this discussion: chbrown/liwc-python#5 |
IndexError Traceback (most recent call last)
in
----> 1 liwc = Liwc('/Users/lawrencexu/Documents/data/MisInfoText/LIWC2015.dic')
~/Library/Python/3.7/lib/python/site-packages/liwc/liwc.py in init(self, filepath)
~/Library/Python/3.7/lib/python/site-packages/liwc/liwc.py in _load_dict_file(self, filepath)
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: