机器生成句子的源代码

时间:2016-01-25 02:54:18
【文件属性】:

文件名称:机器生成句子的源代码

文件大小:14KB

文件格式:GZ

更新时间:2016-01-25 02:54:18

马尔可夫

我写了个玩具程序,它将一阶马尔可夫链和基于规则的一些方法 结合来实现机器生成中文句子。我把写的13篇博客修改了一下, 主要是删掉博文中包含的代码部分,并进行了手工分词。将这13 篇修改后的博文作为程序的语料库。


【文件预览】:
word_gen
----run_ws.sh(53B)
----corpus()
--------blog7.txt(2KB)
--------blog8.txt(2KB)
--------blog5.txt(758B)
--------blog6.txt(948B)
--------blog9.txt(2KB)
--------blog3.txt(805B)
--------blog4.txt(1KB)
--------blog2.txt(609B)
--------blog12.txt(4KB)
--------blog.txt(2KB)
--------blog13.txt(2KB)
--------blog11.txt(286B)
--------blog10.txt(5KB)
----main.cpp(3KB)
----word.h(3KB)
----makefile(379B)
----word.cpp(10KB)
----hash.h(4KB)

网友评论