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

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)
Same as double_metaphone/3, but only returning the primary metaphone.
ClioPatria (version V3.1.1-40-g9d9e003)