【发布时间】:2021-01-08 08:37:13
【问题描述】:
我有一条短信,
text = 'Morning Sue, I wondered if we could catch up this week, 19th?I wanted to discuss the quote I sent last week B-GreW2020-026 for my aviation policy. I think it had a limit of £30,000,000 and an excess of £200,000. Let me know what works for you? Shall we include Willis into the call from a brokerage perspective?'
我有一个excel文件,
Ref_no Limit Excess
Co-MS N2020-501 3471463 520000
我想使用 excel 中的关键字生成类似上述句子的文本?我确信有一种方法可以用人工智能来做到这一点。我也准备好了文本增强。我知道这可以使用正则表达式来完成,但我正在寻找一种使用句子生成器的方法。请帮忙。
预期输出:
Output = 'Morning Sue, I wondered if we could catch up this week, 19th?I wanted to discuss the quote I sent last week Co-MS N2020-501 for my aviation policy. I think it had a limit of £3471463 and an excess of 520000. Let me know what works for you? Shall we include Willis into the call from a brokerage perspective?'
或使用关键字的一些相关文本。
【问题讨论】:
标签: nlp