Hironsan
d290ad11aa
Output log from gunicorn
2 years ago
Hiroki Nakayama
54b44a59fa
Merge pull request #1723 from youichiro/fix_import_dataset
Bug fix: Specify project when retrieving labels in celery task
2 years ago
youichiro
5de30a0774
Specify project when retrieving labels
2 years ago
Hiroki Nakayama
975dbd7ab9
Merge pull request #1721 from doccano/enhancement/document
Update tutorial document
2 years ago
Hironsan
ccf0ecb859
Update tutorial document
2 years ago
Hiroki Nakayama
ebd3c1852e
Merge pull request #1719 from doccano/enhancement/dataExportPage
[Enhancement] data export page
2 years ago
Hironsan
451b6f2473
Remove download dialog from dataset page
2 years ago
Hironsan
756334615d
Add validate function to data import page
2 years ago
Hironsan
32377323ca
Add data export page
2 years ago
Hiroki Nakayama
4cb10f157a
Merge pull request #1718 from doccano/enhancement/i18n
Remove duplicated zh locale
2 years ago
Hironsan
a07a6c5cf5
Remove duplicated zh
2 years ago
Hiroki Nakayama
e8220d22b9
Merge pull request #1717 from doccano/enhancement/fixCodeIssues
[Enhancement] Fix minor code issues
2 years ago
Hironsan
1a1b053779
Remove unused variables
2 years ago
Hironsan
121572d7ba
Rename parameter names in data_export
- id -> data_id
- format -> file_format
2 years ago
Hironsan
b1f0703a68
Update docker documentation
2 years ago
Hiroki Nakayama
cdbe735b32
Merge pull request #1716 from rolisz/fix_migration
Fix migration when adding uuids
2 years ago
Hironsan
f6a556b806
Update migration when adding uuids
reference: https://docs.djangoproject.com/en/dev/howto/writing-migrations/#migrations-that-add-unique-fields
2 years ago
Roland Szabo
d537640eac
Black formatting
2 years ago
Roland Szabo
10c40dc591
Fix migration
2 years ago
Hiroki Nakayama
b98c679a16
Merge pull request #1714 from doccano/enhancement/datasetImportPage
[Enhancement] Dataset import page
2 years ago
Hironsan
02ff753cb5
Move the dataset page after successful import
2 years ago
Hironsan
1eec4b9c62
Move the dataset import page to the dataset directory
2 years ago
Hironsan
fc23ffc89f
Move the import button to the left
2 years ago
Hiroki Nakayama
7310088e5a
Merge pull request #1713 from doccano/enhancement/removeDuplicationOnDistributionComponent
[Enhancement] Remove duplication on distribution component
2 years ago
Hironsan
c47eeba67e
Change the prop name from labels to labelTypes
2 years ago
Hironsan
025283ffda
Replace each distribution component with LabelDistribution.vue
2 years ago
Hironsan
924eaf18bf
Change the props of LabelDistribution.vue from colorMapping to labels
2 years ago
Hiroki Nakayama
4176f40ed0
Merge pull request #1712 from jhoobergs/master
Fix state of label selection on LabelingMenu for sequenceLabeling
2 years ago
Hironsan
56e681c328
Fix LabelingMenu style
2 years ago
Jesse Hoobergs
022d707cb8
Fix state of label selection on LabelingMenu for sequenceLabeling
Currently labeling two enties with the same label by chosing it from the
autocomplete, didn't work. Labeling the first entity worked, but when you
tried to label a new entity with the same label chosen from the
autocomplete, nothing happened.
2 years ago
Hiroki Nakayama
8bc543ccf8
Merge pull request #1710 from doccano/enhancement/databaseLocation
Update default database location in cli
2 years ago
Hironsan
8c040b26d3
Update default database location in cli
2 years ago
Hironsan
a8438a4769
Update README.md to add documentation link
2 years ago
Hiroki Nakayama
f4bc59c1a5
Merge pull request #1709 from doccano/enhancement/1601
Update docker compose instruction
2 years ago
Hironsan
8cde00eee4
Update docker compose instruction, fix #1601
2 years ago
Hiroki Nakayama
1a14974887
Merge pull request #1703 from doccano/feature/relation
Relation labeling with sequence labeling
2 years ago
Hironsan
30929108a9
Rename entity to span
2 years ago
Hironsan
fc0da6d21d
Remove direction field from Relation model
2 years ago
Hironsan
db3c95a408
Change switch label
2 years ago
Hironsan
982711ade9
Add cleanup after adding a relation
2 years ago
Hironsan
aee1f44ecd
Enable to highlight entity when it's selected
2 years ago
Hironsan
fc8251b10e
Enable to reset selected entities
2 years ago
Hironsan
b1d8130962
Rename SequenceLabelingLabel to Span
2 years ago
Hironsan
6d6d24e85b
Remove old entity components
2 years ago
Hironsan
2465e5698c
Rename link to relation
2 years ago
Hironsan
a0538d105d
Add factories for exporting relation data
2 years ago
Hironsan
63221f31ae
Add EntityAndRelationWriter
2 years ago
Hironsan
eaad9e41e7
Add RelationExtractionRepository
2 years ago
Hironsan
7a4d0c5c7b
Add export catalog for relation extraction
2 years ago
Hironsan
e3f2a211dd
Enable to add relation if relation type is not selected
2 years ago