• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

/usr/lib/swipl/library/ext/nlp/double_metaphone.pl
All Application Manual Name SummaryHelp

  • ext
    • nlp
      • porter_stem.pl
      • snowball.pl -- The Snowball multi-lingual stemmer library
      • isub.pl -- isub: a string similarity measure
      • double_metaphone.pl -- Phonetic string matching
        • double_metaphone/2
        • double_metaphone/3
 double_metaphone(+In, -MetaPhone, -AltMetaphone) is det
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.
ClioPatria (version V3.1.1-51-ga0b30a5)