Skip to content

Commit b46274e

Browse files
committed
add python_markov_chain.py
1 parent d4aa5e9 commit b46274e

File tree

6 files changed

+14515
-1
lines changed

6 files changed

+14515
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*.log
66
*.out
77
*.dat
8-
*.txt
98
*.temp
109
*.png
1110
.*

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
### python_flask.py: Flask相关说明
4646

4747
### MyShow: 玩点好玩的--知乎全部话题关系可视化
48+
49+
### python_markov_chain.py: 玩点好玩的--使用马尔可夫模型自动生成文章
4850
===================================================================================================
4951

5052
### 您可以fork该项目, 并在修改后提交Pull request

Text/Obama.txt

Lines changed: 455 additions & 0 deletions
Large diffs are not rendered by default.

Text/Walden.txt

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)