CollectionModel

interface CollectionModel

A strategy for computing the collection language model.

Inheritors

Properties

Link copied to clipboard
abstract val name: String?

The name of the collection model strategy.

Functions

Link copied to clipboard
abstract fun computeProbability(stats: BasicStats): Double

Computes the probability p(w|C) according to the language model strategy for the current term.