Learn R Programming

SpeedReader (version 0.9.1)

sparse_doc_term_parallel: Only to be used internally. A function to generate a sparse large document term matrix in parallel.

Description

Only to be used internally. A function to generate a sparse large document term matrix in parallel.

Usage

sparse_doc_term_parallel(file, vocabulary)

Arguments

file

The path to a block of document term vectors.

vocabulary

This is set internally inside the generate_sparse_large_document_term_matrix() function.

Value

A sparse document term matrix object.