Can difflib be used to make a plagiarism detection program?

喜欢而已 提交于 2020-01-14 05:25:08

问题


I am trying to figure this out...

Can the difflib.* library in Python be used to make some kind of plagiarism detection program? If so how?

Maybe anyone could help me to figure out this question.


回答1:


It could be used, but you're going to face all the same general issues you find in automated plagiarism detection. It might give you a little bit of a head start on implementing some of the algorithms you need, but I don't think it is likely to take you very far.




回答2:


The short answer is yes.

The long answer is that it will be a lot of work and you'll probably find that you'd be better using another language or an off-the-shelf tool, depending on the vast amount of sources you're likely to be referencing.



来源:https://stackoverflow.com/questions/5312982/can-difflib-be-used-to-make-a-plagiarism-detection-program

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!