Skip to content

Commit

Permalink
Merge branch 'update-links' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rafacarrascosa committed Aug 14, 2015
2 parents e74d634 + ec1da38 commit e063b4f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -23,7 +23,7 @@ Firstly we need to download and unpack the english to spanish model.

::

wget http://yalign.machinalis.com/models/0.1/en-es.tar.gz
wget https://raw.githubusercontent.com/machinalis/yalign/develop/data/models/0.1/en-es.tar.gz
tar -xvzf en-es.tar.gz

Now we can use the **yalign-align** script along with the english to spanish model to align two web pages.
Expand Down
Binary file added data/models/0.1/en-es.tar.gz
Binary file not shown.
Binary file added data/models/0.1/en-fr.tar.gz
Binary file not shown.
Binary file added data/tutorial.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -28,7 +28,7 @@ Firstly we need to download and unpack the english to spanish model.

::

wget http://yalign.machinalis.com/models/0.1/en-es.tar.gz
wget https://raw.githubusercontent.com/machinalis/yalign/develop/data/models/0.1/en-es.tar.gz
tar -xvzf en-es.tar.gz

Now we can use the **yalign-align** script along with the english to spanish model to align two web pages.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Expand Up @@ -7,7 +7,7 @@ To follow along in this tutorial you will need to download and unpack the tutori

::

wget http://yalign.machinalis.com/tutorial.tar.gz
wget https://raw.githubusercontent.com/machinalis/yalign/develop/data/tutorial.tar.gz
tar -xvzf tutorial.tar.gz

You should now have tutorial folder with two files: **dictionary.csv** and **corpus.en-es**. These two files will be explained shortly.
Expand Down

0 comments on commit e063b4f

Please sign in to comment.