The RELRANK_SPELL element implements the Spell relevance ranking module.
This module ranks matches that do not require spelling correction ahead of spelling-corrected matches.
<!ELEMENT RELRANK_SPELL EMPTY>
The RELRANK_SPELL element has no attributes.
The RELRANK_SPELL element has no sub-elements.
This example implements a strategy called TrueMatch.
<RELRANK_STRATEGY NAME="TrueMatch"> <RELRANK_SPELL/> </RELRANK_STRATEGY>