imvladikon commited on
Commit
dea82da
1 Parent(s): e49507e

Update hebrew_news.py

Browse files
Files changed (1) hide show
  1. hebrew_news.py +3 -1
hebrew_news.py CHANGED
@@ -1,6 +1,7 @@
1
  #!/usr/bin/env python3
2
  # -*- coding: utf-8 -*-
3
  import csv
 
4
  import os.path
5
 
6
  import datasets
@@ -9,7 +10,8 @@ from urllib.parse import urlparse
9
  _CITATION = """
10
  """
11
 
12
- _DESCRIPTION = """\n"""
 
13
 
14
 
15
  class HebrewNewsConfig(datasets.BuilderConfig):
 
1
  #!/usr/bin/env python3
2
  # -*- coding: utf-8 -*-
3
  import csv
4
+ csv.field_size_limit(int(1e6))
5
  import os.path
6
 
7
  import datasets
 
10
  _CITATION = """
11
  """
12
 
13
+ _DESCRIPTION = """
14
+ """
15
 
16
 
17
  class HebrewNewsConfig(datasets.BuilderConfig):