Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/trinker/textclean
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerRinker committed Oct 11, 2021
2 parents 6c8d372 + 31cbb88 commit c08bdfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/replace_word_elongation.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' emphasis (e.g., "This is so gooood"). This function uses an augmented form
#' of Armstrong & Fogarty's (2007) algorithm. The algorithm first attempts to
#' replace the elongation with known semantic replacements (optional; default is
#' \code{FALSE}). After this the algorithm locates all places were the same
#' \code{FALSE}). After this the algorithm locates all places where the same
#' letter (case insensitive) appears 3 times consecutively. These elements are
#' then further processed. The matches are replaced via \code{fgsub} by first
#' taking the elongation to it's canonical form (drop all > 1 consecutive
Expand Down
2 changes: 1 addition & 1 deletion man/replace_word_elongation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c08bdfc

Please sign in to comment.