Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Sep 7, 2024
1 parent 134b7aa commit 934826c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion languages/get-corpuses.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#git clone https://github.com/Softcatala/parallel-catalan-corpus corpus-raw
git clone --single-branch --branch glg-cat --depth 1 https://github.com/Softcatala/parallel-catalan-corpus corpus-raw
git clone --single-branch --branch eus-cat2 --depth 1 https://github.com/Softcatala/parallel-catalan-corpus corpus-raw
cd corpus-raw

declare -a arr=("eng-cat" "deu-cat" "ita-cat" "fra-cat" "spa-cat" "nld-cat" "por-cat" "jpn-cat" "glg-cat" "oci-cat" "eus-cat")
Expand Down
2 changes: 1 addition & 1 deletion languages/train-all-from-cat.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

declare -a arr=("cat-eng" "cat-deu" "cat-fra" "cat-ita" "cat-spa" "cat-por" "cat-nld" "cat-jpn" "cat-glg" "cat-oci" "cat-eus")
declare -a arr=("cat-glg")
declare -a arr=("cat-eus")

for dirname in "${arr[@]}"; do

Expand Down
2 changes: 1 addition & 1 deletion languages/train-all-to-cat.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

declare -a arr=("eng-cat" "deu-cat" "fra-cat" "ita-cat" "spa-cat" "por-cat" "nld-cat" "jpn-cat" "glg-cat" "oci-cat" "eus-cat")
declare -a arr=("glg-cat")
declare -a arr=("eus-cat")

for dirname in "${arr[@]}"; do
echo Processing $dirname
Expand Down

0 comments on commit 934826c

Please sign in to comment.