% Generated by roxygen2: do not edit by hand % Please edit documentation in R/lemma_writer.R \name{lemma_writer} \alias{lemma_writer} \title{Generates text output files (without punctuation) for external applications, such as GloVe embeddings} \usage{ lemma_writer(out, file, localhost = F) } \arguments{ \item{out}{The elasticizer-generated data frame} \item{file}{The file to write the output to (including path, when required)} \item{localhost}{Unused, but defaults to FALSE} } \value{ A Quanteda dfm } \description{ Generates text output files (without punctuation) for external applications, such as GloVe embeddings } \examples{ dfm_gen(out, words = '999') }