Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ THULAC(THU Lexical Analyzer for Chinese)由清华大学自然语言处理与
将训练出来的模型覆盖原来models中的对应模型,之后执行分词程序即可使用训练出来的模型。

###3.获取模型
获取已经训练好的THULAC模型,请登录[thulac.thunlp.org](thulac.thunlp.org)网站填写个人信息进行下载。
获取已经训练好的THULAC模型,请登录[thulac.thunlp.org](http://thulac.thunlp.org)网站填写个人信息进行下载。

##代表分词软件的性能对比
我们选择LTP、ICTCLAS、结巴分词等国内代表分词软件与THULAC做性能比较。我们选择Windows作为测试环境,根据第二届国际汉语分词测评发布的国际中文分词测评标准,对不同软件进行了速度和准确率测试。
Expand Down