import module namespace ft = "http://www.zorba-xquery.com/modules/full-text";

let $synonyms := ft:thesaurus-lookup( "http://wordnet.princeton.edu",
                                      "breakfast",
                                      xs:language("en"),
                                      "USE",
                                      2, 2 )
return $synonyms = "nourishment"




(: Example configuration (taken from zorba testsuite):

Args: 
--thesaurus 
http://wordnet.princeton.edu:=wordnet://wordnet.princeton.edu


---------------------------------------------------------------------------------------
Args:  --thesaurus  http://wordnet.princeton.edu:=wordnet://wordnet.princeton.edu 

---------------------------------------------------------------------------------------



Expected output:

true


:)