Poem Classification (NLP)
Poem Phrases taken from Poem.org to do Classification on Poem's Genre
@kaggle.ramjasmaurya_poem_classification_nlp
Poem Phrases taken from Poem.org to do Classification on Poem's Genre
@kaggle.ramjasmaurya_poem_classification_nlp
dISCUSS ABOUT DATASET's Problem FREELY on discussion section.
When I used to ask students what a poem is, I would get answers like “a painting in words,” or “a medium for self-expression,” or “a song that rhymes and displays beauty.” None of these answers ever really satisfied me, or them, and so for a while I stopped asking the question.
Then one time, I requested that my students bring in to class something that had a personal meaning to them. With their objects on their desks, I gave them three prompts: first, to write a paragraph about why they brought in the item; second, to write a paragraph describing the item empirically, as a scientist might; and third, to write a paragraph in the first person from the point of view of the item. The first two were warm-ups. Above the third paragraph I told them to write “Poem.”
Dataset is classified in 4 poem genres :Affection,Environment,Music and Death
Classify the genres based on NLP METHOD.
CREATE TABLE poem_classification_test_data (
"genre" VARCHAR,
"poem" VARCHAR
);CREATE TABLE poem_classification_train_data (
"genre" VARCHAR,
"poem" VARCHAR
);Anyone who has the link will be able to view this.