How to compare two web objects? -


how compare 2 web objects, objects may web sites, profiles, web documents, etc.? pseudo code function:

function comparewebobjcets(url1,url2){ float distance=1.0; ... return distance; // value 0.0 - objects similar, 1.0 - max different. }  


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -