TextClassification
TextClassification copied to clipboard
Query Text Classification
Hi, out of many classification algorithms tested your implementation of Naive Bayes gives best accuracy on my data-set. Thank you.
If I give a document as a query, I would like to get :
- Most similar documents
- Classification into one of the categories/labels
How do I implement this?