SEACrowd / seacrowd-datahub

A collaborative project to collect datasets in SEA languages, SEA regions, or SEA cultures.
Apache License 2.0
65 stars 57 forks source link

Closes #345 | Implemented dataloader for vlsp2016_ner #372

Closed luckysusanto closed 8 months ago

luckysusanto commented 8 months ago

Closes #345

Checkbox

MJonibek commented 8 months ago

@luckysusanto Everything works, only formatting is needed. Can you please run

make check_file=seacrowd/sea_datasets/vlsp2016_ner/vlsp2016_ner.py

to format the file.

image

To solve three issues from flake8 you need to remove import os, and also add \ at the end of 17 and 47 lines (descriptions of the dataset) to remove trailing whitespace.

MJonibek commented 8 months ago

@luckysusanto I saw your issue with formatting commands in the discord. I formatted this file myself.

MJonibek commented 8 months ago

Merged (forgot to approve)