关于如何标记句子的指南有很多,但我没有找到任何相反的方法。importnltkwords=nltk.word_tokenize("I'vefoundamedicineformydisease.")resultIgetis:['I',"'ve",'found','a','medicine','for','my','disease','.']是否有任何功能可以将标记化的句子恢复到原始状态。tokenize.untokenize()函数由于某种原因不起作用。编辑:我知道我可以这样做,这可能会解决问题,但我很好奇是否有一个集成功能:result=''.join(sentence).replac