Procházet zdrojové kódy

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 před 6 roky
rodič
revize
6dd2e11b5f
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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},
     year={2018}
 }
-```
+```

+ 1 - 0
alignment/align.py

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