Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Aug 18, 2024
1 parent 0fa4d1c commit 4def94c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions languages/eng-cat/corpus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source_files:
- corpus-raw/gene_crawling_ca-en.en
- corpus-raw/macocu-ca-en-1.en
- corpus-raw/macocu-ca-en-2.en
- corpus-raw/aina-eng-cat-1.en
- corpus-raw/nllb-eng-cat-1.en

target_files:
- corpus-raw/MemoriesProjectesLliures.en-ca.ca
Expand All @@ -27,4 +27,4 @@ target_files:
- corpus-raw/macocu-ca-en-1.ca
- corpus-raw/macocu-ca-en-2.ca
- corpus-raw/aina-eng-cat-1.ca

- corpus-raw/nllb-eng-cat-1.ca
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 eng-cat-aina --depth 1 https://github.com/Softcatala/parallel-catalan-corpus corpus-raw
git clone --single-branch --branch eng-cat-nllb --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

0 comments on commit 4def94c

Please sign in to comment.