% Generated by roxygen2: do not edit by hand % Please edit documentation in R/merger.R \name{merger} \alias{merger} \title{Merges list of lemmas back into a pseudo-document} \usage{ merger(out, text, clean) } \arguments{ \item{out}{The elasticizer-generated data frame} \item{text}{String indicating whether the "merged" field will contain the "full" text, old-style "lemmas" (will be deprecated), new-style "ud"} \item{clean}{Boolean indicating whether the results should be cleaned by removing words matching regex (see code).} } \value{ A documentified string of lemmas, one document at a time } \description{ Merges list of lemmas back into a pseudo-document } \examples{ merger(out, text, clean) }