سؤال

I'm doing a plagiarism type project in Java and would like to somehow give each word a rating based on how strong the word choice is. Is there anything that does this or any way to do this?

هل كانت مفيدة؟

المحلول

You might also look at projects like Flesh [a Flesch-Kincaid readability index engine].

نصائح أخرى

You can use Lucene. Its MoreLikeThis feature is probably the best suited to solve this problem.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top