52 Commits (076a6c90f1e9875d71a3c1bacb3020c8d02c5b8e)

Author SHA1 Message Date
Hironsan 076a6c90f1 Remove unused factories for data import 3 years ago
Hironsan e5f6deb8f9 Remove writers 3 years ago
Hironsan 553e7b3c28 Add type hint to marker 3 years ago
Hironsan 0ef9e12810 Change method name from create to save 3 years ago
Hironsan e9d799086b Add makers for data import 3 years ago
Hironsan 8d1585f057 Add test cases for data classes 3 years ago
Hironsan ea93a3d39e Remove unused files 3 years ago
Hironsan 018ef29bc0 Add label types and their test cases for data import 3 years ago
Hironsan 5bb3859f6b Add label classes and their test cases for data import 3 years ago
Hironsan e6d222a8f7 Return uuid from formatters 3 years ago
Hironsan 568843a013 Add uuid field to the return value of reader 3 years ago
Hironsan ef64ab11f7 Add formatter factories 3 years ago
Hironsan 839396056f Add DataFormatter to extract label dataframe 3 years ago
Hironsan f8fdfaf855 Add LabelFormatter to extract label dataframe 3 years ago
Hironsan f2026947dc Change Reader design: return dictionary and use DataFrame 3 years ago
Hironsan cec274c765 Divide LabeledExamples into subclasses 3 years ago
Hironsan 968ba84c6a Remove unnecessary build_data and build_label 3 years ago
Hironsan 03e38f32ca Rename FileData to BinaryData 3 years ago
Hironsan e1a9bd2c1b Fix the bug of RelationExamples 3 years ago
Hironsan 56440c180e Enable to import relation extraction dataset 3 years ago
Hironsan 0e57dd07db Update import factory for relation extraction 3 years ago
Hironsan 6a11202bd8 Add relation extraction to import catalog 3 years ago
Hironsan 0d1a2dc167 Add example import data for relation extraction 3 years ago
Hironsan a7acbb8896 Add RelationLabel class 3 years ago
Hironsan d7da54957e Move bulk_create code to LabeledExamples 3 years ago
Hironsan 1293c4409d Add LabeledExamples class 3 years ago
Hironsan 7e3b03f4e0 Remove Examples class 3 years ago
Hironsan 59b4e13111 Change the location of applying cleaner from writer to reader 3 years ago
Hironsan 97353da68f Replace Writer with BulkWriter 3 years ago
Hironsan b6f369e3c2 Move examples methods to BulkWriter 3 years ago
Hironsan 9981a37805 Add uuid field to BaseData 3 years ago
Hironsan 37ba0118bc Remove examples.py from data_import 3 years ago
Hironsan 1d37ec971d Rename exported dataset columns to match the imported dataset columns 3 years ago
Hironsan 921e43c00a Enable to store upload file name 3 years ago
Hironsan e1ec2341df Add FileName class 3 years ago
Hironsan 5012da8cde Enable to check file type about image and audio files 3 years ago
Hironsan 507c0792b5 Add upload file size limitation 3 years ago
Hironsan f4c1af9891 Pass save_names parameter to Writer 3 years ago
youichiro 5de30a0774 Specify project when retrieving labels 3 years ago
Hironsan 1a1b053779 Remove unused variables 3 years ago
Hironsan 3200168d30 Apply isort 3 years ago
Hironsan 1b132c1fc7 Resolve mypy errors 3 years ago
Hironsan 4a4749d4e0 Add mypy as a dependency 3 years ago
Hironsan 873b7189e8 Black files 3 years ago
Hironsan 99f77b2bd2 Move project models to projects app 3 years ago
Hironsan d77896a9f4 Remove unnecessary print 3 years ago
Hironsan a2c01cca2e Fix image import 3 years ago
Hironsan 35846a42d4 Move model related to example to example app 3 years ago
Hironsan e036188df9 Rename LabelType model 3 years ago
Hironsan 5eb141e356 Move label type models to label types app 3 years ago