Skip to main content

Parts of Speech

Parts of speech simply describe aspects of the language used, such as usage of verbs, pronouns, adjectives, etc. along with other helpful measures such as the number of sentences spoken. These are acquired through NLTK.

Derived Variables

VariableDescription
nlp_numSentences_meanNumber of sentences detected over the course of the video.
nlp_singPronPerAns_meanNumber of singular pronouns detected over the course of the video.
nlp_singPronPerSen_meanNumber of singular pronouns per sentence detected over the course of the video.
nlp_pastTensePerAns_meanNumber of words spoken in past tense detected over the course of the video.
nlp_pastTensePerSen_meanNumber of words spoken in past tense per sentence detected over the course of the video.
nlp_pronounsPerAns_meanNumber of pronouns used detected over the course of the video.
nlp_pronounsPerSen_meanNumber of pronouns used per sentence detected over the course of the video.
nlp_verbsPerAns_meanNumber of verbs used detected over the course of the video.
nlp_verbsPerSen_meanNumber of verbs used per sentence detected over the course of the video.
nlp_adjectivesPerAns_meanNumber of adjectives used detected over the course of the video.
nlp_adjectivesPerSen_meanNumber of adjectives used per sentence detected over the course of the video.
nlp_nounsPerAns_meanNumber of nouns used detected over the course of the video.
nlp_nounsPerSen_meanNumber of nouns used per sentence detected over the course of the video.