gensim.models.Doc2Vec.doesnt_match

Doc2Vec.doesnt_match(words)

Which word from the given list doesn’t go with the others?

Example:

>>> trained_model.doesnt_match("breakfast cereal dinner lunch".split())
'cereal'