[NPS_chat Dataset], DECLARATIVE-QUESTION question class not present

13 views
Skip to first unread message

Siddhant Saurabh

unread,
Mar 26, 2024, 5:03:42 PMMar 26
to nltk-users
hey
while looking into 
NPS_chat Dataset, it was found that DECLARATIVE_QUESTION or DECLARATIVE was not present.

but in the citing paper as mentioned on the page
https://faculty.nps.edu/cmartell/npschat.htm

A. Stolcke, K. Ries, N. Coccaro, E. Shriberg, R. Bates, D. Jurafsky, P.

Taylor, R. Martin, C. Van Ess-Dykema and M. Meteer, "Dialogue act modeling for

automatic tagging and recognition of conversational speech," Computational

Linguistics, vol. 26, no. 3, pp. 339-373, 2000.

DECLARATIVE_QUESTION has been mentioned

import nltk
nltk.download('nps_chat')
classes = set()
for p in posts:
classes.add(p.get('class'))
print(classes)
#OUTPUT was #{'Reject', 'Emotion', 'Greet', 'Other', 'ynQuestion', 'Accept', 'System', 'Continuer', 'nAnswer', 'Emphasis', 'Bye', 'Statement', 'yAnswer', 'whQuestion', 'Clarify'}

Do we know why DECLARATIVE is present?
Reply all
Reply to author
Forward
0 new messages