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

ft:stem( "chico", xs:language("es") )


(:

Expected output:

chic


:)