Class Scoring

All scoring components appear in the scoring class. All initialization of the scoring class is performed during construction of the scoring object.

Syntax

ibmgnr::Scoring
( 
const std::wstring & configurationFile
);

Description

The configurationFile parameter provides the full path name to a file containing configuration information.

The Name class provides an interface to manipulate name information. This class represents the names that are input either as a query name or as a data list name from an input file. The Name class contains basic category information (Personal or Organization) and can also hold name field (GN and SN) and associated culture information for Personal names.

A Name object is used to return results of operations and details such as multiple culture associations that are name-specific members of Name. Names are created by calling one of the createName() functions of the Scoring class.