Interface INameContextGenerator
Interface for generating the context for an name finder by specifying a set of geature generators.
public interface INameContextGenerator : IBeamSearchContextGenerator<string>
- Inherited Members
Methods
AddFeatureGenerator(IAdaptiveFeatureGenerator)
Adds a feature generator to this set of feature generators.
void AddFeatureGenerator(IAdaptiveFeatureGenerator generator)
Parameters
generatorIAdaptiveFeatureGeneratorThe feature generator to add.
ClearAdaptiveData()
Informs all the feature generators for a name finder that the context of the adaptive data (typically a document) is no longer valid.
void ClearAdaptiveData()
UpdateAdaptiveData(string[], string[])
Informs all the feature generators for a name finder that the specified tokens have been classified with the coorisponds set of specified outcomes.
void UpdateAdaptiveData(string[] tokens, string[] outcomes)