C# Class natix.SimilaritySearch.Wiktionary

Inheritance: MetricDB
Mostra file Open project: sadit/natix Class Usage Examples

Public Properties

Property Type Description
Items List

Public Methods

Method Description
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

Method Details

Add() public method

public Add ( object a ) : int
a object
return int

Build() public method

public Build ( string filename ) : void
filename string
return void

Dist() public method

public Dist ( object _a, object _b ) : double
_a object
_b object
return double

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

Parse() public method

public Parse ( string word ) : object
word string
return object

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void

Wiktionary() public method

public Wiktionary ( ) : System
return System

this() public method

public this ( int i ) : object
i int
return object

Property Details

Items public_oe property

public List Items
return List