C# 클래스 JiebaNet.Segmenter.Common.TrieNode

파일 보기 프로젝트 열기: anderscui/jieba.NET 1 사용 예제들

공개 메소드들

메소드 설명
Insert ( string s, int pos, int freq = 1 ) : int
Search ( string s, int pos ) : TrieNode
TrieNode ( char ch ) : System

메소드 상세

Insert() 공개 메소드

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

Search() 공개 메소드

public Search ( string s, int pos ) : TrieNode
s string
pos int
리턴 TrieNode

TrieNode() 공개 메소드

public TrieNode ( char ch ) : System
ch char
리턴 System