diff --git a/README.rst b/README.rst index 7b110f76..90b1fbc0 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/data/models/0.1/en-es.tar.gz b/data/models/0.1/en-es.tar.gz new file mode 100644 index 00000000..c711cc6b Binary files /dev/null and b/data/models/0.1/en-es.tar.gz differ diff --git a/data/models/0.1/en-fr.tar.gz b/data/models/0.1/en-fr.tar.gz new file mode 100644 index 00000000..c7d10dd4 Binary files /dev/null and b/data/models/0.1/en-fr.tar.gz differ diff --git a/data/tutorial.tar.gz b/data/tutorial.tar.gz new file mode 100644 index 00000000..5a50d375 Binary files /dev/null and b/data/tutorial.tar.gz differ diff --git a/docs/index.rst b/docs/index.rst index f6b9a6c4..299464ff 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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. diff --git a/docs/tutorial.rst b/docs/tutorial.rst index e3208f9b..287e2966 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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.