remove_hyphens | R Documentation |
For some applications, it's convenient to remove hyphens from morpheme pieces. That's more tedious than it should be.
remove_hyphens(processed_word)
processed_word |
A word processed into pieces by
|
The processed word without hyphens.
processed_word <- process_word("Christmas") processed_word remove_hyphens(processed_word)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.