【问题标题】:How to generate a text using keywords which should look similar to the sentence I have?如何使用与我的句子相似的关键字生成文本?
【发布时间】: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


    【解决方案1】:

    几天我遇到了一个正在解决同样问题的图书馆,它被称为 POINTER

    这将使用一些关键字,并使用这些关键字形成多个句子。

    【讨论】:

      猜你喜欢
      • 2021-04-04
      • 2021-02-21
      • 2020-02-11
      • 2017-01-21
      • 2013-11-06
      • 2020-09-11
      • 1970-01-01
      • 1970-01-01
      • 2011-09-16
      相关资源
      最近更新 更多