MLTextClassifier.ModelAlgorithmType.crf(revision:)
A text classification algorithm that uses a statistical model of transition probabilities between words.
Declaration
case crf(revision: Int?)Parameters
- revision:
The algorithm version. The only supported version is 1. If
nildefaults to the latest version.