Skip to content

Commit

Permalink
add authorisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Forec committed Oct 13, 2016
1 parent 58a6bd5 commit 46364fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -15,3 +15,6 @@ This example is build from 《Train To Busan》, you can download the script fro

# License
All codes in this repository are licensed under the terms you may find in the file named "LICENSE" in this directory.

# 授权声明
我已授权[实验楼](https://www.shiyanlou.com/)使用此仓库中的代码并发表此项目教程,你可以在这里查看对应的[教程](https://www.shiyanlou.com/courses/677)
4 changes: 0 additions & 4 deletions example.py
@@ -1,15 +1,11 @@
import os, sys
import jieba, codecs, math
import jieba.posseg as pseg
import win32com.client


names = {}
relationships = {}
lineNames = []

sameNameSet = []

# count names
jieba.load_userdict("dict.txt")
with codecs.open("to_train.txt", "r", "utf8") as f:
Expand Down

0 comments on commit 46364fc

Please sign in to comment.