浏览代码

Fix Aligned word vectors URL

Summary: Pull Request resolved: https://github.com/facebookresearch/fastText/pull/777

Reviewed By: EdouardGrave

Differential Revision: D14996906

Pulled By: Celebio

fbshipit-source-id: 8e23ced2b33d23955fa4381e7fe80e94146569a3
David Nogueira 6 年之前
父节点
当前提交
6dd2e11b5f
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      alignment/README.md
  2. 1 0
      alignment/align.py

+ 1 - 1
alignment/README.md

@@ -50,4 +50,4 @@ If you use the unsupervised alignment method, please cite:
     journal={arXiv preprint arXiv:1805.11222},
     journal={arXiv preprint arXiv:1805.11222},
     year={2018}
     year={2018}
 }
 }
-```
+```

+ 1 - 0
alignment/align.py

@@ -10,6 +10,7 @@
 import numpy as np
 import numpy as np
 import argparse
 import argparse
 from utils import *
 from utils import *
+import sys
 
 
 parser = argparse.ArgumentParser(description='RCSLS for supervised word alignment')
 parser = argparse.ArgumentParser(description='RCSLS for supervised word alignment')