Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 402 Bytes

File metadata and controls

3 lines (3 loc) · 402 Bytes

Bertalign

An automatic mulitlingual sentence aligner.

This is a fork of the original Bertalign repository (https://github.com/bfsujason/bertalign.git). The primary modification in this fork is the ability to initialize the Bertalign class directly with pre-split lists of sentences using the src_sents_list and tgt_sents_list parameters, instead of requiring full text strings (src, tgt).