Click here to Skip to main content
15,889,843 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am try to make a program(by C and C++ language), which input an article and analize the article's content and find some article which has same content.(English article)

I already made R-tree to index but I don't know how to get the content from article.

how can I get feature value from text by article?

The way I tried is build an dictionary from the text is inputed(only include noun), and from articles find some article which has same words. and output those article file's name.

But I think my method is not very well so I want to try an advansed one.

thank you.
Posted

1 solution

Have you checked the algorithm here[^] ?
 
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