Syns: Get synonyms for many words
Examples
syns(c("good", "evil"), 10)
#> $good
#> [1] "heavenly" "delicious" "helpful" "profit" "congenial"
#> [6] "tasty" "even" "excellent" "all-seeing" "uprighteous"
#>
#> $evil
#> [1] "delinquency" "incorrect" "invalid" "iniquity"
#> [5] "unhealthy" "base" "inexpedient" "revolting"
#> [9] "inconvenience" "of evil portent"
#>
# No words for spelling mistakes
syns("spolling misteak")
#> $`spolling misteak`
#> character(0)
#>