Contents

hasLearnedWord(_:)

Returns whether the text checker has learned the specified word.

Declaration

class func hasLearnedWord(_ word: String) -> Bool

Parameters

  • word:

    A string representing a word.

Return Value

true if the class has learned the word, otherwise false.

See Also

Learning and Ignoring Words