how to find similar sentences / phrases in R?

前端 未结 2 1408
清酒与你
清酒与你 2021-02-06 08:34

Example, I have billions of short phrases, and I want to clusters of them that are similar.

> strings.to.cluster <- c(\"Best Toyota dealer in bay area. Dr         


        
2条回答
  •  日久生厌
    2021-02-06 09:11

    Maybe looking at this document: http://www.inside-r.org/howto/mining-twitter-airline-consumer-sentiment could help, it uses R and looks at market sentiment for airlines using twitter.

提交回复
热议问题