Skip to content

huangxiancun/CYK-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CYK-Parser

NLP作业:句法分析器

  • Parser: 40 points
  • In this assignment, you will build an English treebank parser. You will consider both the problem of learning a grammar from a treebank and the problem of parsing with that grammar. The data is from the Penn Treebank, you can divide the data into the training data, the development data, and the blind test data as required.
  • You are recommended to build an array-based CYK parser, but you are also free to build an agenda-driven PCFG parser.

数据来源

About

NLP导论 作业:句法分析器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published