You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Empath is a really good library.But on some text there are no categories everything is zero.
Example is given below.Please check
l=lexicon.analyze('the resolution has been duly moved and seconded. i shall put it to the vote now.',normalize=True)
The text was updated successfully, but these errors were encountered:
In such cases, you can create your own category using lexicon.create_category("my_category",["resolution"]) and then proceed. You also can delete it anytime using lexicon.delete_category("my_category")
On Friday, September 18, 2020, Abhisek Chowdhury ***@***.***> wrote:
In such cases, you can create your own category using
lexicon.create_category("my_category",["resolution"]) and then proceed.
You also can delete it anytime using lexicon.delete_category("my_
category")
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADUZUUJ6C7C3I42AWTAVGT3SGMV4VANCNFSM4QFCBESA>
.
Empath is a really good library.But on some text there are no categories everything is zero.
Example is given below.Please check
l=lexicon.analyze('the resolution has been duly moved and seconded. i shall put it to the vote now.',normalize=True)
The text was updated successfully, but these errors were encountered: