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

declare ft-option using language "en";

ft:is-stop-word( "the" )


(:

Expected output:

true


:)