C# 클래스 natix.SimilaritySearch.Wiktionary

상속: MetricDB
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Items List

공개 메소드들

메소드 설명
Add ( object a ) : int
Build ( string filename ) : void
Dist ( object _a, object _b ) : double
Load ( BinaryReader Input ) : void
Parse ( string word ) : object
Save ( BinaryWriter Output ) : void
Wiktionary ( ) : System
this ( int i ) : object

메소드 상세

Add() 공개 메소드

public Add ( object a ) : int
a object
리턴 int

Build() 공개 메소드

public Build ( string filename ) : void
filename string
리턴 void

Dist() 공개 메소드

public Dist ( object _a, object _b ) : double
_a object
_b object
리턴 double

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Parse() 공개 메소드

public Parse ( string word ) : object
word string
리턴 object

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void

Wiktionary() 공개 메소드

public Wiktionary ( ) : System
리턴 System

this() 공개 메소드

public this ( int i ) : object
i int
리턴 object

프로퍼티 상세

Items 공개적으로 프로퍼티

public List Items
리턴 List