Skip to contents

Searches such words in the rallicagram::word_lemma_stem dataframe.

Usage

get_same_stem(keyword)

Arguments

keyword

A character string.

Value

A character vector. Words with the same stem as the keyword.

Examples

if (FALSE) {
  get_same_stem("président")
}