Thanks for the reply.
The scores are taken from "SREngineConfidence" in the structure:
struct tagSPPHRASERULE
{
LPCWSTR *pszName;
ULONG ulId;
ULONG ulFirstElement;
ULONG ulCountOfElements;
const SPPHRASERULE *pNextSibling;
const SPPHRASERULE *pFirstChild;
float SREngineConfidence;
signed char Confidence;
};
This apparently should return a positive quantity with higher values indicating
higher confidence as explained by the API,
url: http://msdn2.microsoft.com/en-us/library/ms717034.aspx
We are getting positive and negative values, and have no way of interpreting what
these numbers actually mean. Is 10.0 twice as good as 9.0 or ten times as good, or?
Cheers,
Enes