diff --git a/README.md b/README.md deleted file mode 100644 index 3e477c619d6087acb20e1528532dcfbfd97d342e..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,755 +0,0 @@ ---- -annotations_creators: -- crowdsourced -language: -- ar -- de -- en -- fr -- it -- ja -- ko -- nl -- ro -- zh -language_creators: -- expert-generated -license: -- cc-by-nc-nd-4.0 -multilinguality: -- translation -pretty_name: IWSLT 2017 -size_categories: -- 1M..... - # Very simple code instead of regex or xml parsing - part1 = source_row.split(">")[1] - source_row = part1.split("<")[0] - part1 = target_row.split(">")[1] - target_row = part1.split("<")[0] - - source_row = source_row.strip() - target_row = target_row.strip() - else: - continue - - yield id_, {"translation": {source: source_row, target: target_row}} - id_ += 1