Skip to content

Commit f9b6b24

Browse files
committed
Update CorpusAligner for legal data alignment.
1 parent a0997a0 commit f9b6b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data/LegalData/scripts/CorpusAligner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
# forest, judges, process, budget
3+
# judges, process, budget
44

55
doc_name = "budget"
66
be_postfix = "_be.txt_cleaned.txt"
@@ -22,7 +22,7 @@
2222
if min_line <= 10 or max_line <= 10: border = 0.49
2323

2424
# You can skip manually some indexes with correct translations
25-
if index in [87, 92]: continue
25+
#if (index + 1) in [87, 92]: continue
2626

2727
if coef < border:
2828
print(f'Coef: {coef}')

0 commit comments

Comments
 (0)