Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
I need to write a program which compare two text files for there meanings. I just don't need to check the length and all. I need to see whether the two files have the same meaning.

Please help and I need to do this in C#
Posted
Comments
Tarun.K.S 13-Jun-11 7:30am    
What do you mean?
RakeshMeena 13-Jun-11 7:30am    
Please elaborate!
Thilina C 13-Jun-11 9:10am    
ok, for an example,
If one text say "I live with my mother in a big house " and the other one say "I'm with my mom in a huge home",
Both should be tracked as correct and matching .

Any way, thanks for trying to help.
thatraja 13-Jun-11 11:58am    
You can compare the contents of the files easily but not meaning.
Sergey Alexandrovich Kryukov 13-Jun-11 23:08pm    
Completely undefined problem. Define "meaning". This is difficult or impossible. Just a fantasy...
--SA

1 solution

This will help you more....
kindli see this links
Link1[^]
Link2[^]
 
Share this answer
 
Comments
Thilina C 13-Jun-11 23:44pm    
Thanks

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