Ejhfast / empath-client

analyze text with empath
MIT License
315 stars 58 forks source link

Stemming or Lemmatize? #4

Open santoshbs opened 6 years ago

santoshbs commented 6 years ago

Hi, Is there a way to incorporate stemming or lemmatization? The problem is, for example, while the word 'help' in a text gets counted towards category help, the words helping and helped do not.

Any way this can be achieved with Empath?

Thanks SBS

EricWiener commented 4 years ago

Not exactly a solution, but I made a package to handle all the pre-processing and then was able to pass my cleaned text into Empath: https://github.com/EricWiener/aiotext