I have a text like
my_text="Bill"
I want the lexical texts for my string, my desired output is
my_output=["Bill","Billing","Billed"]
I have a text like
my_text="Bill"
I want the lexical texts for my string, my desired output is
my_output=["Bill","Billing","Billed"]