Learn R Programming

RemixAutoML (version 0.4.2)

tokenizeH2O: For NLP work

Description

This function tokenizes text data

Usage

tokenizeH2O(data)

Arguments

data

The text data

See Also

Other Misc: AutoH2OTextPrepScoring(), DeleteFile(), LB(), Logger(), PrintToPDF()

Examples

Run this code
# NOT RUN {
data <- tokenizeH2O(data = data[["StringColumn"]])
# }

Run the code above in your browser using DataLab