Click here to Skip to main content
15,878,970 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi,

I ve been asked 2 develop a tool to find plagiarism between 2 source code...
Plagiarism tool in dotnet....
I don't know how to start the project....
Project consists of 3 modules
*parsing - convertin the given source code into tokens.
*comparing two source code tokens
*displayin the result of comparision

Can anyone guide me in developin these steps??
How to develop a parser???

Thanks for ur help in advance...
Posted
Comments
F-ES Sitecore 24-Jul-15 6:32am    
People spend years building systems like this, I don't quite know what you're expecting someone to tell you? This is a massive task comprising many different disciplines. I'd recommend to whoever tasked you with this to just buy an off-the-shelf solution.

1 solution

Start by using google:
parsing convertin the given source code into tokens[^]
You will get a wealth of resources!
Comparing them will depend on what you do with the parsing, and display is pretty trivial!

There isn't anything new or particularly different here - but it's a detailed subject so the existing resources Google finds will be of more use than anything we could fit in a small textbox! :laugh:
Time to start reading...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900