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.
私は感情に取り組んでおり、R でqdapを使用して、絵文字を絵文字の気分を表す言葉に置き換えたいと考えています。
誰かがそれを行う方法を手伝ってもらえますか。さらに出力を使用して、テキストの全体的な感情を取得します。
次のようなものが機能します。
text <- "I like :) chicken but not beef :(" library(qdapDictionaries) mgsub(as.character(emoticon[[2]]), as.character(emoticon[[1]]), text) ## "I like Smile chicken but not beef Sad"