seanp03 commited on
Commit
e9592ef
·
verified ·
1 Parent(s): 8856c8f

Update chunking.py

Browse files
Files changed (1) hide show
  1. chunking.py +2 -3
chunking.py CHANGED
@@ -15,13 +15,12 @@ def get_max_word_length(target_languages: list[str]) -> int:
15
  "cs": 140,
16
  "da": 140,
17
  "de": 150,
18
- "pl": 130, # New Languages Start Here Need To Test
19
- "mk": 60,
20
  "es": 50,
21
  "it": 60,
22
  "is": 90,
23
  "tr": 60,
24
- "sl": 150,
25
  "no": 50,
26
  "lb": 140,
27
  "sq": 140,
 
15
  "cs": 140,
16
  "da": 140,
17
  "de": 150,
18
+ "pl": 120, # New Languages Start Here Need To Test
19
+ "mk": 50,
20
  "es": 50,
21
  "it": 60,
22
  "is": 90,
23
  "tr": 60,
 
24
  "no": 50,
25
  "lb": 140,
26
  "sq": 140,