[SOLVED] CE314-Assignment 2 Naive Bayes Text Classification

20.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

Building a text classifier in python for movie review corpus in 2000 NLTK movie review corpus, you should write a 600(+/- 50) words of short report to summarize:

1: Your proposed text classification method (you can use relevant NLTK text classification functions or other text classification functions)

2: Pre-processing methods such as removing stop words, punctuations.

3: Feature selection methods such as selection the 3000 most important words.

4: You should evaluate your model on 10 percent of movie review model, please report the precision, recall, accuracy, and F-score of each class.

My evaluation will based on the whether you can clearly demonstrate your method in text classification, pre-processing, feature selection, and perform evaluation.

Please using the same dataset as we used in class 3: NLTK and sentiment analysis

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.