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
Hironsan
af16645429
Enable to update relation type
2 years ago
Hironsan
da463914d2
Add LabelingMenu.vue
2 years ago
Hironsan
690e59c27e
Update the version of v-annotator
2 years ago
Hironsan
d8118e0899
Enable to label relation(first edition)
2 years ago
Hironsan
d0e49f7586
Enable to show relation distribution
2 years ago
Hironsan
723c38ca58
Enable to create relation type in frontend
2 years ago
Hironsan
97d354b462
Allow user to select relation labeling option
2 years ago
Hironsan
ddf066505a
Add use_relation field to SequenceLabelingProject
2 years ago
Hironsan
bb33db3e71
Add clean method to Relation
2 years ago
Hironsan
11030ad074
Add a test case for relation type creation
2 years ago
Hironsan
469d525ff1
Update relation type urls
2 years ago
Hironsan
e9b5d867e1
Simplify RelationList and RelationDetail APIs
2 years ago
Hironsan
6281bcae26
Rename RelationNew to Relation
2 years ago
Hironsan
4eb9ab1b16
Remove old models related to relation
2 years ago
Hironsan
673a208c95
Add data migration for new relation model
2 years ago
Hironsan
edc90608c7
Add new Relation model
2 years ago
Hironsan
da031f80b8
Rename Relation to RelationOld
2 years ago
Hironsan
969b3ef299
Replace RelationTypeOld with RelationType in label_type app
2 years ago