Package: rhymer 1.1.0
rhymer: Wrapper for the 'Datamuse' API to Find Rhyming and Associated Words
Wrapper for 'Datamuse' API to find rhyming and other associated words. This includes words of similar meaning, spelling, or other related words. Learn more about the 'Datamuse' API here <https://www.datamuse.com/api/>.
Authors:
rhymer_1.1.0.tar.gz
rhymer_1.1.0.zip(r-4.5)rhymer_1.1.0.zip(r-4.4)rhymer_1.1.0.zip(r-4.3)
rhymer_1.1.0.tgz(r-4.4-any)rhymer_1.1.0.tgz(r-4.3-any)
rhymer_1.1.0.tar.gz(r-4.5-noble)rhymer_1.1.0.tar.gz(r-4.4-noble)
rhymer_1.1.0.tgz(r-4.4-emscripten)rhymer_1.1.0.tgz(r-4.3-emscripten)
rhymer.pdf |rhymer.html✨
rhymer/json (API)
NEWS
# Install 'rhymer' in R: |
install.packages('rhymer', repos = c('https://landesbergn.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/landesbergn/rhymer/issues
Last updated 2 years agofrom:788575c12f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | OK | Nov 14 2024 |
R-4.4-mac | OK | Nov 14 2024 |
R-4.3-win | OK | Nov 14 2024 |
R-4.3-mac | OK | Nov 14 2024 |
Exports:datamuse_apiget_contentget_means_likeget_other_relatedget_rhymeget_sounds_likeget_spelled_likereturn_content
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Call Datamuse API and return data. | datamuse_api |
Extract content from Datamuse API call. | get_content |
Get dataframe for words with similar meaning. | get_means_like |
Get data for words that are related according to a supplied code. | get_other_related |
Get data for rhyming words. | get_rhyme |
Get data for words that sound similar. | get_sounds_like |
Get data for words that are spelled similarly. | get_spelled_like |
Helper function to shape data to return to user. | return_content |