remove_hyphens: Remove Hyphens from Affixes

View source: R/hyphens.R

remove_hyphensR Documentation

Remove Hyphens from Affixes

Description

For some applications, it's convenient to remove hyphens from morpheme pieces. That's more tedious than it should be.

Usage

remove_hyphens(processed_word)

Arguments

processed_word

A word processed into pieces by process_word.

Value

The processed word without hyphens.

Examples

processed_word <- process_word("Christmas")
processed_word
remove_hyphens(processed_word)

jonthegeek/wikimorphemes documentation built on Sept. 1, 2022, 10:32 p.m.