C# Class DocTagger.SynSetGraph

Mostra file Open project: pravin/Public-Domain Class Usage Examples

Public Methods

Method Description
FindSynSets ( ) : int
GetLesserTags ( ) : string
GetTags ( ) : string
SynSetGraph ( Token tokens ) : System

Private Methods

Method Description
FindHypernyms ( Wnlib synset, int depth ) : void
FindMeroHolonyms ( Wnlib synset ) : void
UpdateHashMap ( int synId, int add ) : void

Method Details

FindSynSets() public method

public FindSynSets ( ) : int
return int

GetLesserTags() public method

public GetLesserTags ( ) : string
return string

GetTags() public method

public GetTags ( ) : string
return string

SynSetGraph() public method

public SynSetGraph ( Token tokens ) : System
tokens Token
return System