75 Commits (dab945b974b9e87104acb0edaefcce252410b97a)

Author SHA1 Message Date
Hironsan 875c1fa0a7 Update the way to import relational dataset 1 year ago
Hironsan 62e2ae02c8 Fix the example file content for relation extraction 2 years ago
Hironsan 6a6398e6a8 Support data import for new tasks 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 370c123ff4 Update frontend to handle relation dataset import 2 years ago
Hironsan 6bb657a665 Change the default value of column data and column label 2 years ago
Hironsan 96e1cade44 Add FileImportException class 2 years ago
Hironsan 3e33d077cd Add BinaryExampleMaker to handle image and audio data 2 years ago
Hironsan 28ecca81c8 Add not empty validator to TextLabel 2 years ago
Hironsan 8c899abb55 Avoid removing overlapping spans with another example uuids 2 years ago
Hironsan 4fc40eb9c8 Avoid save labels if there is no corresponding example 2 years ago
Hironsan 993e4f655b Add labels test cases for data_import 2 years ago
Hironsan a63a1e9751 Add first class collection for label 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 076a6c90f1 Remove unused factories for data import 2 years ago
Hironsan e5f6deb8f9 Remove writers 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 ef64ab11f7 Add formatter factories 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 cec274c765 Divide LabeledExamples into subclasses 2 years ago
Hironsan 968ba84c6a Remove unnecessary build_data and build_label 2 years ago
Hironsan 03e38f32ca Rename FileData to BinaryData 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 0e57dd07db Update import factory for relation extraction 2 years ago
Hironsan 6a11202bd8 Add relation extraction to import catalog 2 years ago
Hironsan 0d1a2dc167 Add example import data for relation extraction 2 years ago
Hironsan a7acbb8896 Add RelationLabel class 2 years ago
Hironsan d7da54957e Move bulk_create code to LabeledExamples 2 years ago
Hironsan 1293c4409d Add LabeledExamples class 2 years ago
Hironsan 7e3b03f4e0 Remove Examples class 2 years ago
Hironsan 59b4e13111 Change the location of applying cleaner from writer to reader 2 years ago
Hironsan 97353da68f Replace Writer with BulkWriter 2 years ago