문제

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