Learn R Programming

RemixAutoML (version 0.11.0)

tokenizeH2O: For NLP work

Description

This function tokenizes text data

Usage

tokenizeH2O(data)

Arguments

data

The text data

See Also

Other Misc: AutoH2OTextPrepScoring, ChartTheme, PrintObjectsSize, RemixTheme, SimpleCap, multiplot, percRank, tempDatesFun

Examples

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

Run the code above in your browser using DataLab