C# Class Yamool.CWSharp.WordDict

Afficher le fichier Open project: zhengchun/CWSharp Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string word, int frequency ) : void
Contains ( string word ) : bool
LoadFrom ( Stream input ) : WordDict
Remove ( string word ) : void
SaveTo ( Stream output ) : void
WordDict ( ) : System

Private Methods

Méthode Description
AddInternal ( string word, int frequency ) : void

Method Details

Add() public méthode

public Add ( string word, int frequency ) : void
word string
frequency int
Résultat void

Contains() public méthode

public Contains ( string word ) : bool
word string
Résultat bool

LoadFrom() public static méthode

public static LoadFrom ( Stream input ) : WordDict
input Stream
Résultat WordDict

Remove() public méthode

public Remove ( string word ) : void
word string
Résultat void

SaveTo() public méthode

public SaveTo ( Stream output ) : void
output Stream
Résultat void

WordDict() public méthode

public WordDict ( ) : System
Résultat System