BLEU is designed to approximate human judgement at a corpus level, and performs badly if used to evaluate the quality of individual sentences.

https://en.wikipedia.org/wiki/BLEU

To produce a score for the whole corpus the modified precision scores for the segments are combined using the geometric meanmultiplied by a brevity penalty to prevent very short candidates from receiving too high a score.

最新文章

  1. Java逐行读写TXT文件
  2. 最先进的开源游戏引擎KlayGE 4.4发布
  3. android键盘弹出头部上移处理
  4. Pushlet浏览器长连接通讯
  5. Mysql权限
  6. 初学Ajax(二)
  7. lintcode : 二叉树的最小深度
  8. [反汇编练习] 160个CrackMe之007
  9. cadence异型孔
  10. (转)Spring整合Redis作为缓存
  11. Spring Security(07)——缓存UserDetails
  12. jsp发布后应用根目录
  13. Swing图层的应用——实现tooltip显示
  14. Python实现Telnet自动连接检测密码
  15. Emacs Org-mode 2 文档结构
  16. 第二课 ---git时光穿梭(版本回退)
  17. 使用python绘制根轨迹图
  18. 惊讶于word 的流畅
  19. struct modbus是大端的
  20. Java Swing实战(一)JFrame和JTabbedPane容器

热门文章

  1. DBCC MEMORYSTATUS
  2. Oracle基础 触发器
  3. Linux下的非阻塞IO(一)
  4. css 背景 平移 动画
  5. js 将内容复制到剪贴板
  6. MATLAB 2014a 在Mac os x yosemite 10.10 Retina显示模糊的解决的方法
  7. checked exception和unchecked exception区别
  8. Github上的PHP开源资源汇总
  9. eclipse 创建maven web错误Cannot change version of project facet Dynamic web module to 3.1解决方案
  10. Android使用ImageView显示网络图片