You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mamlr/man/merger.Rd

25 lines
705 B

% 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)
}