Datasets:

Languages:
code
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
machine-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
word-segmentation
License:
ruanchaves commited on
Commit
6feba1b
1 Parent(s): e34d40c

Update bt11.py

Browse files
Files changed (1) hide show
  1. bt11.py +0 -1
bt11.py CHANGED
@@ -51,7 +51,6 @@ class BT11(datasets.GeneratorBasedBuilder):
51
  def _generate_examples(self, filepath):
52
 
53
  def get_segmentation(needle, haystack, sep="-"):
54
- print(needle, haystack)
55
  output = haystack
56
  needle = needle.lower()
57
  haystack = haystack.lower()
51
  def _generate_examples(self, filepath):
52
 
53
  def get_segmentation(needle, haystack, sep="-"):
 
54
  output = haystack
55
  needle = needle.lower()
56
  haystack = haystack.lower()