Skip to content

Commit

Permalink
Fix Aligned word vectors URL
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookresearch#777

Reviewed By: EdouardGrave

Differential Revision: D14996906

Pulled By: Celebio

fbshipit-source-id: 8e23ced2b33d23955fa4381e7fe80e94146569a3
  • Loading branch information
davidalbertonogueira authored and facebook-github-bot committed Apr 29, 2019
1 parent 157e80e commit 6dd2e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion alignment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ If you use the unsupervised alignment method, please cite:
journal={arXiv preprint arXiv:1805.11222},
year={2018}
}
```
```
1 change: 1 addition & 0 deletions alignment/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import numpy as np
import argparse
from utils import *
import sys

parser = argparse.ArgumentParser(description='RCSLS for supervised word alignment')

Expand Down

0 comments on commit 6dd2e11

Please sign in to comment.