#Question Categorization By Machine Learning
This java project implemented question Categorization using supervised machine learning.
Project depedencies:
Project depedency jars are kept under resources folder(opennlp-tools-1.5.3.jar and opennlp-maxent-3.0.3.jar) these jar need to add into project build path to compile and run.
How to run: inputText can be provide in TestClassifier.java to execute the program.
Note: uncomment trainClassifier.train() method in TestClassifier.java to train classifier first time. Later can be commented for testing QuestionCategory(as shown in TestClassifier.java-line.No-10).