首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > umd-featured-parser

umd-featured-parser

  • 资源大小:14.43 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

This is a reimplementation of the Berkeley Parser. Some of the class files are copied from the Berkeley parser with possible changes to class names and contents. The original purpose of the reimplementation was to develop ideas that cannot be easily implemented on top of the original Berkeley Parser. The parser has subsequently evolved with several enhancements to improve parsing performance. Here are some highlights of the parser: Training is parallelized to support multi-threading; Parsing is parallelized, supports n-best extraction, constrained and unconstrained viterbi decoding, parsing score reporting, and parsing with multiple grammars through a product model; Includes a featured lexical model to: 1) alleviate over-fitting via regularization, 2) handle OOV words using a featured OOV model P(POS_tag|word), and 3) exploit lexical features for grammar induction using a featured latent lexical model P(latent_tag|word,POS_tag).
VIP VIP
0.182114s