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

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

공개 메소드들

메소드 설명
ChildChars ( string prefix ) : IEnumerable
Contains ( string word ) : bool
ContainsPrefix ( string word ) : bool
Frequency ( string word ) : int
Insert ( string word, int freq = 1 ) : int
Trie ( ) : System

비공개 메소드들

메소드 설명
CheckWord ( string word ) : void

메소드 상세

ChildChars() 공개 메소드

public ChildChars ( string prefix ) : IEnumerable
prefix string
리턴 IEnumerable

Contains() 공개 메소드

public Contains ( string word ) : bool
word string
리턴 bool

ContainsPrefix() 공개 메소드

public ContainsPrefix ( string word ) : bool
word string
리턴 bool

Frequency() 공개 메소드

public Frequency ( string word ) : int
word string
리턴 int

Insert() 공개 메소드

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

Trie() 공개 메소드

public Trie ( ) : System
리턴 System