From 42ca39f5aa801070de59db95cabf7e02b967c8f8 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sun, 12 Feb 2017 19:13:01 -0500 Subject: [PATCH] remove special character from reference --- R/hash_lemmas.R | 6 +++--- man/hash_lemmas.Rd | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/R/hash_lemmas.R b/R/hash_lemmas.R index 34b1c07..c85e129 100644 --- a/R/hash_lemmas.R +++ b/R/hash_lemmas.R @@ -1,8 +1,8 @@ #' Lemmatization List #' -#' A dataset based on M\u{e}chura's (2016) English lemmatization list. This +#' A dataset based on Mechura's (2016) English lemmatization list. This #' data set can be useful for join style lemma replacement of inflected token -#' forms to their root lemmas. While this is not a true morphalogical analysis +#' forms to their root lemmas. While this is not a true morphological analysis #' this style of lemma replacement is fast and typically still robust. #' #' @details @@ -16,5 +16,5 @@ #' @name hash_lemmas #' @usage data(hash_lemmas) #' @format A data frame with 41,533 rows and 2 variables -#' @references M\u{e}chura, M. B. (2016). \emph{Lemmatization list: English (en)} [Data file]. Retrieved from \url{http://www.lexiconista.com} +#' @references Mechura, M. B. (2016). \emph{Lemmatization list: English (en)} [Data file]. Retrieved from \url{http://www.lexiconista.com} NULL diff --git a/man/hash_lemmas.Rd b/man/hash_lemmas.Rd index e9e6235..e2e590e 100644 --- a/man/hash_lemmas.Rd +++ b/man/hash_lemmas.Rd @@ -9,9 +9,9 @@ data(hash_lemmas) } \description{ -A dataset based on M\u{e}chura's (2016) English lemmatization list. This +A dataset based on Mechura's (2016) English lemmatization list. This data set can be useful for join style lemma replacement of inflected token -forms to their root lemmas. While this is not a true morphalogical analysis +forms to their root lemmas. While this is not a true morphological analysis this style of lemma replacement is fast and typically still robust. } \details{ @@ -21,7 +21,7 @@ this style of lemma replacement is fast and typically still robust. } } \references{ -M\u{e}chura, M. B. (2016). \emph{Lemmatization list: English (en)} [Data file]. Retrieved from \url{http://www.lexiconista.com} +Mechura, M. B. (2016). \emph{Lemmatization list: English (en)} [Data file]. Retrieved from \url{http://www.lexiconista.com} } \keyword{datasets}