smadha / SarcasmDetector

CSCI-544 Final Project
Apache License 2.0
9 stars 6 forks source link

Naive Bayes Classifier #1

Closed smadha closed 8 years ago

smadha commented 8 years ago
swanandj7 commented 8 years ago

Completed. Code pushed. On first dataset, following are some values: Precision: 0.887029288703 Recall: 0.54498714653 F1: 0.675159235669 As expected, we will need more features than simple unigrams

swanandj7 commented 8 years ago

after adding smoothing: Precision: 0.916317991632 Recall: 0.596730245232 F1: 0.722772277228 @smadha