C# Class JiebaNet.Segmenter.Common.TrieNode

Exibir arquivo Open project: anderscui/jieba.NET Class Usage Examples

Public Methods

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

Method Details

Insert() public method

public Insert ( string s, int pos, int freq = 1 ) : int
s string
pos int
freq int
return int

Search() public method

public Search ( string s, int pos ) : TrieNode
s string
pos int
return TrieNode

TrieNode() public method

public TrieNode ( char ch ) : System
ch char
return System