129 Commits (9f1c8b8de249b474aa49d95c4c0a1cd546bbed99)

Author SHA1 Message Date
Hironsan 23c319faf9 Move Role and RoleMapping from api to roles 3 years ago
Hironsan a6c347705a Remove confirmed_user_role method 3 years ago
Hironsan f5d7f128ce Move code from api to roles 3 years ago
Hironsan a053ae5bfb Update intent writer 3 years ago
Hironsan 92b2bf813f Rename DocType to CategoryType 3 years ago
Hironsan bd4fa827f2 Remove StatisticsAPI 3 years ago
Hironsan d417401cae Add LabelDistribution API 3 years ago
Hironsan 82ace0aa96 Add MemberProgressAPI 3 years ago
Hironsan 6b982a7495 Add a feature to download intent detection and slot filling data 3 years ago
Hironsan d8ba13ee9f Add a feature to upload intent detection and slot filling data 3 years ago
Hironsan 16466b4804 Remove get_annotation_class method 3 years ago
Hironsan 066804db26 Add CanEditAnnotation permission 3 years ago
Hironsan 6a1211ebe6 Turn label model to abstract model 3 years ago
Hironsan b4d5fa34e6 Divide Label model into two separated model 3 years ago
Hironsan a4c9b9d55a Fix builder's factory 3 years ago
Hironsan 268d583eb5 Fix errors property in Writer 3 years ago
Hironsan 31e5d34cc4 Rename OffsetLabel to SpanLabel 3 years ago
Hironsan 90b8ba4bb4 Add test cases for builder 3 years ago
Hironsan b49574bcf7 Fix the label method of readers 3 years ago
Hironsan a85336885c Add test cases for builder 3 years ago
Hironsan 4b2bfabee3 Rename factory.py to factories.py 3 years ago
Hironsan b874982199 Add docstring to parsers mainly 3 years ago
Hironsan 24ce34f7f2 Remove unnecessary code 3 years ago
Hironsan d4e216b188 Update ingest_task function 3 years ago
Hironsan 403b5a69b0 Add create_builder function 3 years ago
Hironsan c125d59858 Add get_parser function 3 years ago
Hironsan 09f7ec65bd Update ColumnBuilder 3 years ago
Hironsan 1e372f2243 Add BulkWriter 3 years ago
Hironsan a52fa97cd7 Update DataFactory 3 years ago
Hironsan 756404d2a2 Update Record 3 years ago
Hironsan e05036cb9a Implements builders 3 years ago
Hironsan 802a0f1f65 Implements parsers 3 years ago
Hironsan c275f09560 Implements readers 3 years ago
Hironsan ae72f552b9 Enable to filter labels by task type 3 years ago
Hironsan a2de176303 Add TextLabel API 3 years ago
Hironsan dfb2966096 Add Span API 3 years ago
Hironsan e354378545 Add Category API 3 years ago
Hironsan e74c49f3ba Speed up statistics API 3 years ago
Hironsan 33f61d4deb Speed up fetching comment 3 years ago
Hironsan c512ced660 Handle unique constraint exception 3 years ago
Hironsan af3185a858 Update Cleaner to change error the message by the project type 3 years ago
Hironsan 82fba5ca09 Enable to return line number of exception occured 3 years ago
Hironsan 06b0dd3953 Refactor CoNLLDataset 3 years ago
Hironsan 2a325904ec Update Span model 3 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
Hironsan cf9ee87a2a Sort exported labels, fix #1466 3 years ago
Hironsan bcf6c2a635 Update CsvWriter, fix #1497 3 years ago