Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个包含 4000 条记录的 csv 文件中有两个文本列。我必须在两个文本列之间执行文本相似性。我该怎么做?
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