gsarti commited on
Commit
ec3da17
2 Parent(s): dc27a26 fc2063e

Merge branch 'main' of https://huggingface.co/datasets/GroNLP/ik-nlp-22_slp into main

Browse files

* 'main' of https://huggingface.co/datasets/GroNLP/ik-nlp-22_slp:
Update ik_nlp_22_slp.py

Files changed (1) hide show
  1. ik_nlp_22_slp.py +6 -0
ik_nlp_22_slp.py CHANGED
@@ -55,6 +55,12 @@ class IkNlp22Slp(datasets.GeneratorBasedBuilder):
55
  IkNlp22SlpConfig(
56
  name="paragraphs",
57
  features=["n_chapter", "chapter", "n_section", "section", "n_subsection", "subsection", "text"],
 
 
 
 
 
 
58
  ),
59
  ]
60
 
 
55
  IkNlp22SlpConfig(
56
  name="paragraphs",
57
  features=["n_chapter", "chapter", "n_section", "section", "n_subsection", "subsection", "text"],
58
+ <<<<<<< HEAD
59
+ ||||||| 5e078e2
60
+ data_url="https://huggingface.co/datasets/GroNLP/ik-nlp-22_slp/resolve/main/slp3ed.tsv"
61
+ =======
62
+ data_url="https://huggingface.co/datasets/GroNLP/ik-nlp-22_slp/raw/main/slp3ed.tsv"
63
+ >>>>>>> fc2063e6e3a23866446fac01533b3010c38b3a46
64
  ),
65
  ]
66