read_docs: Read documents

Description Usage Arguments Value References See Also Examples

Description

A function to read documents from a given LDA-C formatted file.

Usage

1
read_docs(filename)

Arguments

filename

the LDA-C formatted file

Value

A list of documents (the vocab id starts at 0)

References

The lda R package by Chong Wong

See Also

lda

Other lda data preprocessing methods: calc_doc_lengths, vectorize_docs

Examples

1
documents <- read_docs('bop.ldac');

clintpgeorge/clda documentation built on May 13, 2019, 8 p.m.