Return the number of tokens in the thesaurus.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function NumberOfTokens() As Integer _
    Implements INetricsThesStats.NumberOfTokens
C#
public int NumberOfTokens()
C++
public:
 int NumberOfTokens() sealed 
J#
public int NumberOfTokens()
JScript
public  function NumberOfTokens() : int

Implements

INetricsThesStats.NumberOfTokens

Remarks

This is not the number of equivalence classes or the number of entries in all equivalence classes. It is a count of the total number of separate tokens. It is usefull mostly for distinguishing one version of a thesaurus from another.

See Also