Changes

Jump to navigation Jump to search
18 bytes removed ,  18:10, 16 September 2015
* In the following query, the input is first normalized (words are stemmed, converted to lower case, and diacritics are removed). It returns {{Code|1}}:
<pre class="brush:xquery">
let $norm := function($s) { ft:normalize($s?, map { 'stemming': true() }) }
return strings:levenshtein($norm("HOUSES"), $norm("house"))
</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu