407 Commits (10c40dc591e5005a385b1a35a2613b4d981ec202)

Author SHA1 Message Date
Hironsan c51d600a3d Add a project for intent detection and slot filling 2 years ago
Hironsan 16466b4804 Remove get_annotation_class method 2 years ago
Hironsan 066804db26 Add CanEditAnnotation permission 2 years ago
Hironsan 6a1211ebe6 Turn label model to abstract model 2 years ago
Hironsan 90386dbf48 Update migration files 2 years ago
Hironsan ccc89c2046 Add data migration for label's subclass 2 years ago
Hironsan b4d5fa34e6 Divide Label model into two separated model 2 years ago
Hironsan a4c9b9d55a Fix builder's factory 2 years ago
Hironsan 268d583eb5 Fix errors property in Writer 2 years ago
Hironsan 31e5d34cc4 Rename OffsetLabel to SpanLabel 2 years ago
Hironsan 90b8ba4bb4 Add test cases for builder 2 years ago
Hironsan b49574bcf7 Fix the label method of readers 2 years ago
Hironsan a85336885c Add test cases for builder 2 years ago
Hironsan 4b2bfabee3 Rename factory.py to factories.py 2 years ago
Hironsan b874982199 Add docstring to parsers mainly 2 years ago
Hironsan 24ce34f7f2 Remove unnecessary code 2 years ago
Hironsan d4e216b188 Update ingest_task function 2 years ago
Hironsan 403b5a69b0 Add create_builder function 2 years ago
Hironsan c125d59858 Add get_parser function 2 years ago
Hironsan 09f7ec65bd Update ColumnBuilder 2 years ago
Hironsan 1e372f2243 Add BulkWriter 2 years ago
Hironsan 2c1d0ba5eb Remove Labels 2 years ago
Hironsan 3d74106321 Add ExampleManager 2 years ago
Hironsan a52fa97cd7 Update DataFactory 2 years ago
Hironsan 756404d2a2 Update Record 2 years ago
Hironsan e05036cb9a Implements builders 2 years ago
Hironsan 802a0f1f65 Implements parsers 2 years ago
Hironsan c275f09560 Implements readers 2 years ago
Hironsan 406bd34cd3 Update test label file to include task type 2 years ago
Hironsan ae72f552b9 Enable to filter labels by task type 2 years ago
Hironsan 58cb73e146 Update label serializer to include task_type 2 years ago
Hironsan 80397d31b5 Update label unique constraint 2 years ago
Hironsan 441cded138 Add type field to Label model and add schema and data migrations 2 years ago
Hironsan a2de176303 Add TextLabel API 2 years ago
Hironsan dfb2966096 Add Span API 2 years ago
Hironsan e354378545 Add Category API 2 years ago
Hironsan e74c49f3ba Speed up statistics API 2 years ago
Hironsan 33f61d4deb Speed up fetching comment 2 years ago
Hironsan c512ced660 Handle unique constraint exception 2 years ago
Hironsan 5049dfc890 Update unique constraint of Span 2 years ago
Hironsan b44b35888a Fix unique constraint 2 years ago
Hironsan af3185a858 Update Cleaner to change error the message by the project type 2 years ago
Hironsan 82fba5ca09 Enable to return line number of exception occured 2 years ago
Hironsan 06b0dd3953 Refactor CoNLLDataset 2 years ago
Hironsan 0019acc6c1 Add a migration 2 years ago
Hironsan 2a325904ec Update Span model 2 years ago
Hironsan 8a5b09f053 Fix TextLineDataset to raise exception 3 years ago
Hironsan b81c5e4aab Enable to ingest lines without errors even if an exception occurs during parsing 3 years ago
Hironsan e33713a99c Add a validator to the text field 3 years ago
Hironsan fed94b70f3 Fix typo: injest -> ingest 3 years ago