Skip to content

fstahlberg/nizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural word alignment

Neural versions of SMT-style word alignment models like the IBM model hierarchy or HMM-based alignment models.

This project is based on TensorFlow’s high-level machine learning API (tf.estimator).

Getting started

This repository contains implementations of neural alignment models, and the infrastructure for training and basic inference. We do not provide functionality for data generation, preprocessing, tokenization etc. Instead, we maintain compatibility with the Tensor2Tensor project, ie. training and dev sets created by T2T data generators can be used in Nizza.

About

Neural word alignment models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages