C# 클래스 DocTagger.SynSetGraph

파일 보기 프로젝트 열기: pravin/Public-Domain 1 사용 예제들

공개 메소드들

메소드 설명
FindSynSets ( ) : int
GetLesserTags ( ) : string
GetTags ( ) : string
SynSetGraph ( Token tokens ) : System

비공개 메소드들

메소드 설명
FindHypernyms ( Wnlib synset, int depth ) : void
FindMeroHolonyms ( Wnlib synset ) : void
UpdateHashMap ( int synId, int add ) : void

메소드 상세

FindSynSets() 공개 메소드

public FindSynSets ( ) : int
리턴 int

GetLesserTags() 공개 메소드

public GetLesserTags ( ) : string
리턴 string

GetTags() 공개 메소드

public GetTags ( ) : string
리턴 string

SynSetGraph() 공개 메소드

public SynSetGraph ( Token tokens ) : System
tokens Token
리턴 System