creates a new instance for classifying text data for machine learning
returns new matrix of words with counts in columns
sparse matrix row for new classification predictions
returns word map with counts
object of corpus words with accounts
Fits and transforms data by creating column vectors (a sparse matrix where each row has every word in the corpus as a column and the count of appearances in the corpus)
array of corpus data
Returns limited sets of dependent features or all dependent features sorted by word count
max number of features
Returns a distinct array of all tokens
returns a distinct array of all tokens
Returns array of arrays of strings for dependent features from sparse matrix word map
returns array of dependent features for DataSet column matrics
class creating sparse matrices from a corpus
nlp