How to evaluate sentences In java using nlp or someother way? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to evaluate sentences In java using nlp or someother way?

I'm planning to create a mini project for evaluating exam papers in my college. And I've used OCR to extract the text from the papers. Now I need to evaluate those data using the answer script I already have on my computer. And those answers need not to be the same as in the answer script and I just need to compare the answers with the answer script.Can I use NLP for this? If yes how to use it. If no suggest me other ways. I need to do this in java.

15th Dec 2017, 10:00 AM
Ganapathy Thiruvengadam
Ganapathy Thiruvengadam - avatar
1 Answer
0
maybe you could use regular expressions?
18th Dec 2017, 12:33 PM
olndirty.
olndirty. - avatar