Metaphone key
Anatomy
<encode:metaphone var="var">
string
</encode:metaphone>
Description: ENCODE:METAPHONE generates the metaphone key of a value.
Metaphone keys have the property that words pronounced similarly produce the same metaphone key.
Attention:
ENCODE:METAPHONE is more accurate than ENCODE:SOUNDEX as it knows the basic rules of English pronunciation.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | encode:metaphone |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
Example
<output>
<encode:metaphone>iXML</encode:metaphone>
</output>
<!-- IKSML -->