R stopwords()

Jmnote (토론 | 기여)님의 2019년 9월 25일 (수) 19:15 판 (→‎같이 보기)

1 개요

R stopwords()
Usage
stopwords(kind = "en")
예시
stopwords("en")
##  [1] "i"          "me"         "my"         "myself"     "we"         "our"        "ours"       "ourselves"  "you"        "your"      
## [11] "yours"      "yourself"   "yourselves" "he"         "him"        "his"        "himself"    "she"        "her"        "hers"      
## [21] "herself"    "it"         "its"        "itself"     "they"       "them"       "their"      "theirs"     "themselves" "what"      
## ...
## [151] "when"       "where"      "why"        "how"        "all"        "any"        "both"       "each"       "few"        "more"      
## [161] "most"       "other"      "some"       "such"       "no"         "nor"        "not"        "only"       "own"        "same"      
## [171] "so"         "than"       "too"        "very"
stopwords("SMART")
stopwords("german")

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}