prediction(from:)
Predicts a tag for the input string.
Declaration
func prediction(from text: String) throws -> [String]Parameters
- text:
The string to tag.
Return Value
An array of tags for the tokens in the string.
Predicts a tag for the input string.
func prediction(from text: String) throws -> [String]The string to tag.
An array of tags for the tokens in the string.