Skip to content

kuffis/PhoneticSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phonetic Search is a toy for finding similarly pronounced words or phrases.

Example use case

Let's find out the closest matches to sieni. The toy offers a command line interface through Scala build tool (sbt) and takes the word as a parameter.

> sbt
> run sieni

...
sieni:/siːni/
Searching phonetically similar words ...
Word: seay knee, pronun:/s_iː _ni/, distance:0.0
Word: cee knee, pronun:/siː _ni/, distance:0.0
Word: sea knee, pronun:/siː _ni/, distance:0.0
Word: seay nee, pronun:/s_iː niː/, distance:0.04
...

Since "sieni" is not an English word, the toy used a machine learning model to create an IPA pronunciation for the new word. The model has been trained with English pronunciations from Wiktionary.

It seems to disagree with the pun meme, outputting "sea knee" as the first phonetic match which also is a proper English word, instead of "see any" as in the meme.

About

Finds similarly pronounced words and phrases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published