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
|
9132d8745d
|
Add uuid field to label models
|
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 |
Hironsan
|
b6f369e3c2
|
Move examples methods to BulkWriter
|
2 years ago |
Hironsan
|
9981a37805
|
Add uuid field to BaseData
|
2 years ago |
Hironsan
|
37ba0118bc
|
Remove examples.py from data_import
|
2 years ago |
Hiroki Nakayama
|
ba85e8920f
|
Merge pull request #1803 from doccano/enhancement/hadolint
Add hadolint as a job
|
2 years ago |
Hironsan
|
81948d440f
|
Add hadolint as a workflow
|
2 years ago |
Hiroki Nakayama
|
4c096c94ec
|
Merge pull request #1802 from doccano/enhancement/frontendLinter
[Enhancement] frontend linter
|
2 years ago |
Hironsan
|
b4fb19ae29
|
Add a frontend job to workflow
|
2 years ago |
Hironsan
|
b8c9ab00f9
|
Update lint rules and fix files
|
2 years ago |
Hiroki Nakayama
|
c29aece3dd
|
Merge pull request #1801 from doccano/enhancement/removeUnusedFiles
Enhancement/remove unused files
|
2 years ago |
Hironsan
|
1c9bbd7edf
|
Remove unused component: ChartDoughnut.vue
|
2 years ago |
Hironsan
|
08ceb9bc31
|
Remove unused shell script
|
2 years ago |
Hiroki Nakayama
|
45cfbcbf78
|
Merge pull request #1798 from doccano/dependabot/pip/backend/django-4.0.4
Bump django from 4.0.2 to 4.0.4 in /backend
|
2 years ago |
dependabot[bot]
|
6429c3a10c
|
Bump django from 4.0.2 to 4.0.4 in /backend
Bumps [django](https://github.com/django/django) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.2...4.0.4)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Hiroki Nakayama
|
4144d2290c
|
Merge pull request #1799 from doccano/enhancement/datasetExport
Enhancement/dataset export
|
2 years ago |
Hironsan
|
a6928fd0ad
|
Remove duplication from export task
|
2 years ago |
Hironsan
|
e83bc924f1
|
Replace zip_files with shutil.make_archive
|
2 years ago |
Hironsan
|
45ddacb504
|
Boost performance for data export
Remove is_text_project from ExportedExample because this queries db every time
|
2 years ago |
Hironsan
|
cfcdcf247b
|
Rename parameter name
|
2 years ago |
Hironsan
|
1d37ec971d
|
Rename exported dataset columns to match the imported dataset columns
|
2 years ago |
Hironsan
|
12573ec4bb
|
Update factories of data export
|
2 years ago |
Hironsan
|
75707d8de2
|
Remove unused options from data export catalog
|
2 years ago |
Hironsan
|
5277001f5c
|
Add RenameFormatter
|
2 years ago |
Hironsan
|
389e482193
|
Add FastTextFormatter and FastTextWriter
|
2 years ago |
Hironsan
|
328658a890
|
Add test cases for formatters
|
2 years ago |