CYK algorithm中文,CYK algorithm的意思,CYK algorithm翻译及用法

2025-12-16 13:59 浏览次数 7

CYK algorithm

In computer science, the Cocke–Younger–Kasami (CYK) algorithm (alternatively called CKY) is a parsing algorithm for context-free grammars, its name came from the inventors, John Cocke, Daniel Younger and Tadao Kasami. It employs bottom-up parsing and dynamic programming.

CYK algorithm 例句

英汉例句

  • Besides, the search steps in probabilistic CYK algorithm is reduced and the probabilistic CYK algorithm is improved by rearranging grammar rules of SCNF and establishing the index table.

    此外通过重排scnf语法规则和建立索引表对概率CYK算法进行改进,减少中间搜索步骤所需的时间以提高效率。

相关热词