word_count_est: estimate the number of words in a document (total or unique)

Description Usage Arguments Value Examples

Description

estimate the number of words in a document (total or unique)

Usage

1

Arguments

doc

string or vector of strings or list of strings

unique

boolean

Value

numeric, word count (total or unique)

Examples

1
word_count_est(doc="my name is tim and blah blah blah", unique=TRUE)

lefft/lefftpack documentation built on May 8, 2019, 1:13 p.m.