Open woolz opened 5 years ago
First things first, I tried invoking present_participle on runs and kills, but got something different from the reverse of what you've proposed:
>>> eng.present_participle('runs')
'running'
>>> eng.present_participle('kills')
'killing'
I suspect killed
is past participle (not implemented).
Regardless, what you're asking for doesn't exist, so would be a feature enhancement. Is it something you wish to work on? Could you start by explaining why and where the functionality you desire would be useful?
Eg: running -> runs killed -> kills
How can i do this?