i want to convert words between verb/noun/adjective forms with stanford nlp
For example , ntlk supply functions
print verbify('writer') # => ['write']
print nounize('written') # => ['writer']
print adjectivate('write') # => ['written']
i am looking for stanfordnlp functions version look like ntlk functions.
thank you best regards