51 Commits (58eab2ce61f9b6f36f6bd82e10c8e7e399036f9c)

Author SHA1 Message Date
Hironsan db9fb8f1d3 Fix test_getitem test in TestExamples 2 years ago
Hironsan 217979312f Remove uuid_to_example method from Labels 2 years ago
Hironsan 22f897d2b7 Add Examples class 2 years ago
Hironsan f3b40ebcb3 Replace file_format string with Format class 2 years ago
Hironsan 703d6cb751 Replace get_by_text with __getitem__ 2 years ago
Hironsan b971527178 Add non empty constraint to label names 2 years ago
Hironsan fe02b2bcb3 Add non negative constraint to span offset 2 years ago
Hironsan 3b8941e7e6 Add plain dataset 2 years ago
Hironsan 370c123ff4 Update frontend to handle relation dataset import 2 years ago
Hironsan 81498d8f85 Add datasets for import 2 years ago
Hironsan 8c899abb55 Avoid removing overlapping spans with another example uuids 2 years ago
Hironsan 993e4f655b Add labels test cases for data_import 2 years ago
Hironsan 0465c4f982 Return line number from parser 2 years ago
Hironsan 73b3be3d19 Simplify readers 2 years ago
Hironsan 3bb844fa1e Simplify parse method in label 2 years ago
Hironsan 553e7b3c28 Add type hint to marker 2 years ago
Hironsan 0ef9e12810 Change method name from create to save 2 years ago
Hironsan e9d799086b Add makers for data import 2 years ago
Hironsan 8d1585f057 Add test cases for data classes 2 years ago
Hironsan ea93a3d39e Remove unused files 2 years ago
Hironsan 018ef29bc0 Add label types and their test cases for data import 2 years ago
Hironsan 5bb3859f6b Add label classes and their test cases for data import 2 years ago
Hironsan e6d222a8f7 Return uuid from formatters 2 years ago
Hironsan 568843a013 Add uuid field to the return value of reader 2 years ago
Hironsan 839396056f Add DataFormatter to extract label dataframe 2 years ago
Hironsan f8fdfaf855 Add LabelFormatter to extract label dataframe 2 years ago
Hironsan f2026947dc Change Reader design: return dictionary and use DataFrame 2 years ago
Hironsan e1a9bd2c1b Fix the bug of RelationExamples 2 years ago
Hironsan 56440c180e Enable to import relation extraction dataset 2 years ago
Hironsan a7acbb8896 Add RelationLabel class 2 years ago
Hironsan 37ba0118bc Remove examples.py from data_import 2 years ago
Hironsan 921e43c00a Enable to store upload file name 2 years ago
Hironsan 5012da8cde Enable to check file type about image and audio files 2 years ago
Hironsan 1d3e40f131 Add post processing to the test cases for importing task 2 years ago
Hironsan 507c0792b5 Add upload file size limitation 2 years ago
Hironsan 62a1a6228e Pass upload_ids to import_dataset 2 years ago
Hironsan 3200168d30 Apply isort 2 years ago
Hironsan 1b132c1fc7 Resolve mypy errors 2 years ago
Hironsan 873b7189e8 Black files 2 years ago
Hironsan 7a45ab3fde Move CRUDMixin to parent directory 2 years ago
Hironsan c236a5c56b Move test utilities to projects app 2 years ago
Hironsan 17da307c14 Move make_annotation to labels app 2 years ago
Hironsan 99f77b2bd2 Move project models to projects app 2 years ago
Hironsan a2c01cca2e Fix image import 2 years ago
Hironsan 422826fdde Improve test helper 2 years ago
Hironsan 35846a42d4 Move model related to example to example app 2 years ago
Hironsan 5eb141e356 Move label type models to label types app 2 years ago
Hironsan b26b0ec68c Move code related labels to labels app 2 years ago
Hironsan f1fc54a316 Rename UploadAPI to DatasetImportAPI 2 years ago
Hironsan ca7c3a97f8 Remove Features API 2 years ago