ybracke / transnormer-data

Data preparation for the transnormer project (https://github.com/ybracke/transnormer)
0 stars 0 forks source link

Improve the alignment function in `BaseDatasetModifier` #4

Closed ybracke closed 6 months ago

ybracke commented 9 months ago

Simple solution: call the bidirectional alignment function multiple times (but not more often than 5)

ybracke commented 9 months ago

This was solved by updating the alignment function in textalign. For now, the update has not been merged into the main branch of textalign, so I keep this issue open until that is done. The only thing we have to do here then, is to change the version of textalign we install via pip from the special branch back to the main branch (i.e. update requirements.txt and pyproject.toml)