1 Double Metaphone -- Phonetic string matching
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog Natural Language Processing Primitives
        • Double Metaphone -- Phonetic string matching
          • double_metaphone/2
          • double_metaphone/3
          • Origin and Copyright
Availability::- use_module(library(double_metaphone)).(can be autoloaded)
double_metaphone(+In, -MetaPhone, -AltMetaphone)
Create metaphone and alternative metaphone from In. The primary metaphone is based on english, while the secondary deals with common alternative pronounciation in other languages. In is either and atom, string object, code- or character list. The metaphones are always returned as atoms.