C# Class natix.SimilaritySearch.Wiktionary

Inheritance: MetricDB
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
Items List

Méthodes publiques

Méthode 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 méthode

public Add ( object a ) : int
a object
Résultat int

Build() public méthode

public Build ( string filename ) : void
filename string
Résultat void

Dist() public méthode

public Dist ( object _a, object _b ) : double
_a object
_b object
Résultat double

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Parse() public méthode

public Parse ( string word ) : object
word string
Résultat object

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Wiktionary() public méthode

public Wiktionary ( ) : System
Résultat System

this() public méthode

public this ( int i ) : object
i int
Résultat object

Property Details

Items public_oe property

public List Items
Résultat List