gomarkov:Golang中的马尔可夫链

时间:2024-02-24 12:05:46
【文件属性】:

文件名称:gomarkov:Golang中的马尔可夫链

文件大小:1.11MB

文件格式:ZIP

更新时间:2024-02-24 12:05:46

nlp golang markov-chain NaturallanguageprocessingGo

戈马科夫 去实现文本数据的马尔可夫链。 您可以和 找到有关马尔可夫链的更多信息 用法 package main import ( "github.com/mb-14/gomarkov" "fmt" "strings" "io/ioutil" "encoding/json" ) func main () { //Create a chain of order 2 chain := gomarkov . NewChain ( 2 ) //Feed in training data chain . Add ( strings . Split ( "I want a cheese


【文件预览】:
gomarkov-master
----gomarkov.go(3KB)
----helpers.go(961B)
----go.mod(42B)
----spool.go(516B)
----examples()
--------pokenamer()
--------gibberish()
--------fakernews()
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(10B)

网友评论

相关文章