neulab / awesome-align

A neural word aligner based on multilingual BERT
https://arxiv.org/abs/2101.08231
BSD 3-Clause "New" or "Revised" License
321 stars 46 forks source link

update gitignore to include files produced by pip install #41

Closed znculee closed 2 years ago

znculee commented 2 years ago

pip install will produce files that won't have to be included in this repo, so I think it's better to add them to git ignore. The cache here could be a place to put cached models.

zdou0830 commented 2 years ago

Thanks Xintong!