Hello everybody, is anyone have a system or solution which can be available for comparing result with another retrieval system based on xquery. Thanks for all.
Something like this might work for you:
deep-equal(doc($url1), doc($url2))
If you have specific rules about what makes two things equal you can write your own comparison function in XQuery.
Would you be able to provide a little more information about what you are trying to compare, and how the things to be compared are retrieved?
Vincent
________________________________ From: basex-talk-bounces@mailman.uni-konstanz.de basex-talk-bounces@mailman.uni-konstanz.de on behalf of Mohamed kharrat med_khr@yahoo.fr Sent: Saturday, June 25, 2016 7:09:30 PM To: BaseX Talk Subject: [basex-talk] xquery retrieval evaluation
Hello everybody,
is anyone have a system or solution which can be available for comparing result with another retrieval system based on xquery.
Thanks for all.
I did not understand the deep equal. is this a function to search similarity between 2 docs?i'm looking for any open source script to execute xquery queries with more specificities and with specific query functions.so i'm looking to compare my work with any existing work that offer keyword retrieval based on xquery.
De : "Lizzi, Vincent" Vincent.Lizzi@taylorandfrancis.com À : BaseX Talk basex-talk@mailman.uni-konstanz.de; Mohamed kharrat med_khr@yahoo.fr Envoyé le : Dimanche 26 juin 2016 1h16 Objet : Re: [basex-talk] xquery retrieval evaluation
#yiv7687588092 #yiv7687588092 -- P {margin-top:0;margin-bottom:0;}#yiv7687588092 Something like this might work for you: deep-equal(doc($url1), doc($url2)) If you have specific rules about what makes two things equal you can write your own comparison function in XQuery. Would you be able to provide a little more information about what you are trying to compare, and how the things to be compared are retrieved? Vincent
From: basex-talk-bounces@mailman.uni-konstanz.de basex-talk-bounces@mailman.uni-konstanz.de on behalf of Mohamed kharrat med_khr@yahoo.fr Sent: Saturday, June 25, 2016 7:09:30 PM To: BaseX Talk Subject: [basex-talk] xquery retrieval evaluation Hello everybody, is anyone have a system or solution which can be available for comparing result with another retrieval system based on xquery. Thanks for all.
The deep-equal in XQuery compares two XML nodes and returns true or false. More information about deep-equal is at this link:
http://maxtoroq.github.io/xpath-ref/fn/deep-equal.html
You can use the BaseX GUI or the basex command line script to execute xquery queries in an Open Source environment.
Vincent
________________________________ From: Mohamed kharrat med_khr@yahoo.fr Sent: Saturday, June 25, 2016 8:28:48 PM To: Lizzi, Vincent; BaseX Talk Subject: Re: [basex-talk] xquery retrieval evaluation
I did not understand the deep equal. is this a function to search similarity between 2 docs? i'm looking for any open source script to execute xquery queries with more specificities and with specific query functions. so i'm looking to compare my work with any existing work that offer keyword retrieval based on xquery.
________________________________ De : "Lizzi, Vincent" Vincent.Lizzi@taylorandfrancis.com ? : BaseX Talk basex-talk@mailman.uni-konstanz.de; Mohamed kharrat med_khr@yahoo.fr Envoy? le : Dimanche 26 juin 2016 1h16 Objet : Re: [basex-talk] xquery retrieval evaluation
Something like this might work for you:
deep-equal(doc($url1), doc($url2))
If you have specific rules about what makes two things equal you can write your own comparison function in XQuery.
Would you be able to provide a little more information about what you are trying to compare, and how the things to be compared are retrieved?
Vincent
________________________________ From: basex-talk-bounces@mailman.uni-konstanz.de basex-talk-bounces@mailman.uni-konstanz.de on behalf of Mohamed kharrat med_khr@yahoo.fr Sent: Saturday, June 25, 2016 7:09:30 PM To: BaseX Talk Subject: [basex-talk] xquery retrieval evaluation
Hello everybody,
is anyone have a system or solution which can be available for comparing result with another retrieval system based on xquery.
Thanks for all.
I'm already using basex for executing xquery queries. This is not my problem.
De : "Lizzi, Vincent" Vincent.Lizzi@taylorandfrancis.com À : BaseX Talk basex-talk@mailman.uni-konstanz.de; Mohamed kharrat med_khr@yahoo.fr Envoyé le : Dimanche 26 juin 2016 1h38 Objet : Re: [basex-talk] xquery retrieval evaluation
#yiv0032331276 #yiv0032331276 -- P {margin-top:0;margin-bottom:0;}#yiv0032331276 The deep-equal in XQuery compares two XML nodes and returns true or false. More information about deep-equal is at this link: http://maxtoroq.github.io/xpath-ref/fn/deep-equal.html You can use the BaseX GUI or the basex command line script to execute xquery queries in an Open Source environment. Vincent From: Mohamed kharrat med_khr@yahoo.fr Sent: Saturday, June 25, 2016 8:28:48 PM To: Lizzi, Vincent; BaseX Talk Subject: Re: [basex-talk] xquery retrieval evaluation I did not understand the deep equal. is this a function to search similarity between 2 docs?i'm looking for any open source script to execute xquery queries with more specificities and with specific query functions.so i'm looking to compare my work with any existing work that offer keyword retrieval based on xquery.
De : "Lizzi, Vincent" Vincent.Lizzi@taylorandfrancis.com À : BaseX Talk basex-talk@mailman.uni-konstanz.de; Mohamed kharrat med_khr@yahoo.fr Envoyé le : Dimanche 26 juin 2016 1h16 Objet : Re: [basex-talk] xquery retrieval evaluation
#yiv0032331276 -- P {margin-top:0;margin-bottom:0;}#yiv0032331276 Something like this might work for you: deep-equal(doc($url1), doc($url2)) If you have specific rules about what makes two things equal you can write your own comparison function in XQuery. Would you be able to provide a little more information about what you are trying to compare, and how the things to be compared are retrieved? Vincent
From: basex-talk-bounces@mailman.uni-konstanz.de basex-talk-bounces@mailman.uni-konstanz.de on behalf of Mohamed kharrat med_khr@yahoo.fr Sent: Saturday, June 25, 2016 7:09:30 PM To: BaseX Talk Subject: [basex-talk] xquery retrieval evaluation Hello everybody, is anyone have a system or solution which can be available for comparing result with another retrieval system based on xquery. Thanks for all.
basex-talk@mailman.uni-konstanz.de