Interface IContextGenerator<T>

Namespace
NOpenNLP.Tools.Ml.Maxent
Assembly
NOpenNLP.Tools.dll

Generates contexts for maxent decisions.

public interface IContextGenerator<in T>

Type Parameters

T

The type of the object to generate a context from.

Methods

GetContext(T)

Builds up the list of contextual predicates given an object.

string[] GetContext(T o)

Parameters

o T

Returns

string[]