Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Aug 13, 2024
1 parent b184a2f commit 0b3cf16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions languages/get-corpuses.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash

git clone https://github.com/Softcatala/parallel-catalan-corpus corpus-raw
git clone --depth=1 https://github.com/Softcatala/parallel-catalan-corpus corpus-raw
cd corpus-raw
git checkout eus-cat

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

0 comments on commit 0b3cf16

Please sign in to comment.