C# Class JiebaNet.Segmenter.Common.TrieNode

Afficher le fichier Open project: anderscui/jieba.NET Class Usage Examples

Méthodes publiques

Méthode Description
Insert ( string s, int pos, int freq = 1 ) : int
Search ( string s, int pos ) : TrieNode
TrieNode ( char ch ) : System

Method Details

Insert() public méthode

public Insert ( string s, int pos, int freq = 1 ) : int
s string
pos int
freq int
Résultat int

Search() public méthode

public Search ( string s, int pos ) : TrieNode
s string
pos int
Résultat TrieNode

TrieNode() public méthode

public TrieNode ( char ch ) : System
ch char
Résultat System