0

我在一个包含 4000 条记录的 csv 文件中有两个文本列。我必须在两个文本列之间执行文本相似性。我该怎么做?

4

1 回答 1

0

One way you can do it by training one of your columns from csv with the below pip package and pass the other column as input to measure the sentence similarity.

pip install similar-sentences
于 2020-04-16T12:21:19.580 回答