Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Nov 11, 2015
1 parent 55a0282 commit 240ff7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ public class DemoDependencyParser
```
- 说明
* 内部采用`NeuralNetworkDependencyParser`实现,用户可以直接调用`NeuralNetworkDependencyParser.compute(sentence)`
* 也可以调用基于随机条件场的依存句法分析器`MaxEntDependencyParser.compute(sentence)`
* 也可以调用基于最大熵的依存句法分析器`MaxEntDependencyParser.compute(sentence)`
- 算法详解
* [《基于神经网络分类模型与转移系统的判决式依存句法分析器》](http://www.hankcs.com/nlp/parsing/neural-network-based-dependency-parser)
* [《最大熵依存句法分析器的实现》](http://www.hankcs.com/nlp/parsing/to-achieve-the-maximum-entropy-of-the-dependency-parser.html)
Expand Down

0 comments on commit 240ff7e

Please sign in to comment.