Skip to content

Commit

Permalink
remove special character from reference
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Feb 13, 2017
1 parent accacc4 commit 42ca39f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/hash_lemmas.R
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions man/hash_lemmas.Rd

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

0 comments on commit 42ca39f

Please sign in to comment.