hmm

package
v0.0.0-...-02f9e5b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package hmm is the Golang HMM cut module

Package hmm model data The data from https://github.com/fxsjy/jieba

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cut

func Cut(sentence string) []string

Cut cuts sentence into words using HMM with Viterbi algorithm

func LoadModel

func LoadModel(prob ...map[rune]float64)

LoadModel load HMM model

func Viterbi

func Viterbi(obs []rune, states []byte) (float64, []byte)

Viterbi go viterbi algorithm

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL