标签: python nltk wordnet lexical-analysis
我有一个像
my_text="Bill"
我想要字符串的词汇文本,我想要的输出是
my_output=["Bill","Billing","Billed"]