Tags each string in the given column.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
func predictions(from texts: MLData Column<String>) throws -> MLData Table
Parameters
texts
The data column of strings to be tagged.
Return Value
A data table containing the tags for each string in the column.