https://github.com/abhisingam/debate-motion-classifier
A program to classify and categorise debate motions based on type and topic. Python | NLP | Text Analysis | NLTK
https://github.com/abhisingam/debate-motion-classifier
classification language-processing nlp nltk python3 text-analysis
Last synced: 3 months ago
JSON representation
A program to classify and categorise debate motions based on type and topic. Python | NLP | Text Analysis | NLTK
- Host: GitHub
- URL: https://github.com/abhisingam/debate-motion-classifier
- Owner: AbhiSingam
- Created: 2021-03-27T20:48:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T20:54:33.000Z (over 4 years ago)
- Last Synced: 2025-02-08T00:19:02.330Z (5 months ago)
- Topics: classification, language-processing, nlp, nltk, python3, text-analysis
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debate-Motion-Classifier
This is my first project under language processing and is mostly an experimental project that I'll be using to understand language processing better.
The aim of the project is to create a program which can classify and arrange a given list of debate motions into different categories based on motion type (THBT or This house believes that, THR or This house regrets, etc.) and also based on topic (International Relations, Economics, Justice, etc.)To accomplish the first task of classification based on motion type, I intend to use a rule-based classification. The classification method for the second task is still undecided.