作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2010, Vol. 36 ›› Issue (21): 217-219. doi: 10.3969/j.issn.1000-3428.2010.21.078

• 人工智能及识别技术 • 上一篇    下一篇

基于SVM的汉语决策式依存分析

姚文琳,王玉丹   

  1. (中国海洋大学信息科学与工程学院,山东 青岛 266100)
  • 出版日期:2010-11-05 发布日期:2010-11-03
  • 作者简介:姚文琳(1967-),女,副教授、硕士,主研方向:自然语言处理,人工智能;王玉丹,硕士
  • 基金资助:
    国家自然科学基金资助项目“可伸缩中文语音合成系统的研究”(60602017)

Deterministic Dependency Parsing for Chinese Based on SVM

YAO Wen-lin, WANG Yu-dan   

  1. (College of Information Science and Engineering, Ocean University of China, Qingdao 266100, China)
  • Online:2010-11-05 Published:2010-11-03

摘要: 决策式分析有着贪婪的特性,容易引起错误增殖。针对该问题,提出一种基于SVM的汉语决策式依存分析算法。利用SVM构建根查找器,用根结点将句子划分为2个子句。从子句中识别出介词短语,采用改进后的Nivre算法分析子句。该算法在分析句子之前做预处理从而降低句子复杂度,减少错误增殖,分析准确率也相应得到提高。实验结果表明,该分析策略的准确率比Nivre算法提高了3.38%。

关键词: 决策式, 依存分析, 根, 介词短语

Abstract: Deterministic parsing has the greedy characteristic that easily brings the error propagation. Aiming at this question, this paper proposes a deterministic dependency analysis algorithm for Chinese including three steps. It utilizes SVM to construct a root finder to divide a sentence into two sub-sentences and extracts the prepositional phrases from sub-sentence. Improved Nivre’s algorithm is adopted to parse sub-sentence. It does pre-processing before parsing sentences to decrease the complexity of the sentence and reduce the error propagation, and improve the parsing accuracy consequently. Experimental evaluation shows the accuracy of this parsing strategy is higher by 3.38% than Nivre’s.

Key words: deterministic, dependency parsing, root, prepositional phrase

中图分类号: