C# Class WordSegmenter.viterbi.ViterbiAlgorithm

Inheritance: IAlgorithm
Afficher le fichier Open project: partychen/jieba_csharp

Méthodes publiques

Свойство Type Description
HiddenMarkovModel WordSegmenter.Models.HiddenMarkovModel

Méthodes publiques

Méthode Description
Core ( string sentence ) : IList

Private Methods

Méthode Description
GetResult ( string sentence, int path, int current, int index, List result, string word ) : void
ViterbiCore ( string sentence ) : Tuple

Method Details

Core() public méthode

public Core ( string sentence ) : IList
sentence string
Résultat IList

Property Details

HiddenMarkovModel public_oe property

public HiddenMarkovModel,WordSegmenter.Models HiddenMarkovModel
Résultat WordSegmenter.Models.HiddenMarkovModel