서울대학교 언어학과에서 세종 구문분석 코퍼스로부터 선별한 332개 신문기사의 7,744 문장을 주석 대상으로 구축한 한국어 감정 코퍼스

data(polarity)

Format

10개의 변수와 15,736개의 관측치로 구성된 데이터 프레임.:

ngram

character. N-GRAM

freq

integer. 빈도수

COMP

numeric. complex 확률

NEG

numeric. negative 확률

NEUT

numeric. neutral 확률

None

numeric. none 확률

POS

numeric. positive 확률

max.value

character. max 항목

max.prop

numeric. max 항목 확률

type

factor. 구분. "kosac"

Source

Korean Sentiment Analysis Corpus homepage. http://word.snu.ac.kr/kosac/index.php

Examples

if (FALSE) {
data(polarity)

head(polarity)
}