Function Repository Resource:

Rhymes

Source Notebook

Find words that rhyme with the specified word

Contributed by: Michael Sollami

ResourceFunction["Rhymes"]["word"]

returns a list of words that rhyme with the specified word.

Details and Options

ResourceFunction["Rhymes"] requires $NetworkConnected becuase it uses the third-party API rhymezone.com.
ResourceFunction["Rhymes"] returns a sorted list of strings including both single words and phrases.

Examples

Basic Examples (2) 

Find rhymes associated with a given word:

In[1]:=
ResourceFunction["Rhymes"]["forget"] // Short
Out[1]=

A longer list of rhymes associated with a different word:

In[2]:=
Style[#, LineBreakWithin -> False] & /@ ResourceFunction["Rhymes"]["plot"] // Multicolumn
Out[2]=

Scope (1) 

Rhymes will memoize:

In[3]:=
First@*AbsoluteTiming@*ResourceFunction["Rhymes"] /@ {"orange", "orange"}
Out[3]=

Publisher

Michael Sollami

Version History

  • 1.0.0 – 05 February 2020

License Information