Implement NB on java -> textClassifier folder
Bag of words implementation (textClassifier)
- https://machinelearningmastery.com/gentle-introduction-bag-words-model/
- https://monkeylearn.com/blog/practical-explanation-naive-bayes-classifier/
- https://www.machinelearningplus.com/predictive-modeling/how-naive-bayes-algorithm-works-with-example-and-full-code/
- https://medium.com/syncedreview/applying-multinomial-naive-bayes-to-nlp-problems-a-practical-explanation-4f5271768ebf
- https://stats.stackexchange.com/questions/108797/in-naive-bayes-why-bother-with-laplace-smoothing-when-we-have-unknown-words-in/108802
- https://www.onely.com/blog/what-is-tf-idf/
Dataset:
- https://storage.googleapis.com/tensorflow-workshop-examples/stack-overflow-data.csv
- https://www.enchantedlearning.com/wordlist/geography.shtml
- https://introcs.cs.princeton.edu/java/data/
https://link.springer.com/content/pdf/bbm%3A978-1-4302-0709-2%2F1.pdf Regular Expression Reference
NLP (NLP Model)