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

有相关算法的论文吗? #1

Open
xuqiang opened this issue Jun 17, 2013 · 2 comments
Open

有相关算法的论文吗? #1

xuqiang opened this issue Jun 17, 2013 · 2 comments

Comments

@xuqiang
Copy link

xuqiang commented Jun 17, 2013

@fxsjy 有miniseg算法实现的论文吗?想学习下code。非常感谢

@fxsjy
Copy link
Contributor

fxsjy commented Jun 17, 2013

@xuqiang , 目前没有。你可以先看看代码,100行左右。 就是修改了viterbi算法中的状态到字符的发射概率的计算方法,把它改为用NB去估计,估计的时候考虑了了当前字符周围的字符。

训练程序:https://github.com/fxsjy/miniseg/blob/master/train/train_bayes_model.py
分词程序:https://github.com/fxsjy/miniseg/blob/master/miniseg/__init__.py

@xuqiang
Copy link
Author

xuqiang commented Jun 17, 2013

多谢,我先看看代码

谢谢
许强

在 2013年6月17日下午1:16,Sun Junyi notifications@github.com写道:

@xuqiang https://github.com/xuqiang , 目前没有。你可以先看看代码,100行左右。
就是修改了viterbi算法中的状态到字符的发射概率的计算方法,把它改为用NB去估计,估计的时候考虑了了当前字符周围的字符。

训练程序:
https://github.com/fxsjy/miniseg/blob/master/train/train_bayes_model.py
分词程序:https://github.com/fxsjy/miniseg/blob/master/miniseg/__init__.py


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-19526636
.

许强

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants