This commit is contained in:
Roman Grundkiewicz 2018-08-17 13:16:00 +01:00
Родитель 0088b984c8
Коммит 200045c57a
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -8,11 +8,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Returning hard alignments by scorer
- Word alignment generation in scorer
- Attention output generation in decoder and scorer with `--alignment soft`
### Fixed
- Delayed output in line-by-line translation
### Changed
- Generated word alignments include alignments for target EOS tokens
## [1.6.0] - 2018-08-08
### Added