synonym: An example of synonym word pairs

synonymR Documentation

An example of synonym word pairs

Description

An example of synonym word pairs

Usage

synonym

Format

A data frame with 25 rows and 2 variables:

from

Words to be replaced from. Escaped by stringi::stri_escape_unicode().

to

Words to be replaced to.

Examples

data(synonym)
synonym |>
  unescape_utf()

matutosi/moranajp documentation built on July 31, 2024, midnight