Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop master #8

Merged
merged 83 commits into from Oct 28, 2021
Merged

Merge develop master #8

merged 83 commits into from Oct 28, 2021

Conversation

ghontolux
Copy link
Owner

No description provided.

zanussbaum and others added 30 commits July 1, 2021 15:57
When uploading datasets, the code uses a `bulk_create` to upload
Examples and Labels. It then filters the data from the database
based on when it was created. However, [Django doesn't enforce
the list order when calling filter](https://stackoverflow.com/questions/7163640/what-is-the-default-order-of-a-list-returned-from-a-django-filter-call)
unless ordering is specified. The previous behavior mismatched labels
and examples. When this was shown in the UI, the data would show labels
for incorrect examples (i.e. a label for message #2 would be shown on
message #1). This fix enforces that the data is returned in the order
it was inserted so that the data, label pair is as expected.
Bulk create returns the created objects in the same order as they have been added.

In Postgres, the query was wrong, because ordering was not guaranteed.
Signed-off-by: Dimid Duchovny <dimidd@localize.city>
all the config params are stored in environment variables as per commit
5728636
Hironsan and others added 28 commits October 16, 2021 09:32
Changed the title from Sentiment Analysis to Text Classification
The problem occurred when the user changes the state of RTL.
Once the state changes, the entities are visually disappeared.
…abelingUI

Support nested named entity recognition, relation labeling, RTL language, improve speed and grapheme mode
Support doccano init on windows
Add how to change password section to FAQ
@ghontolux ghontolux merged commit 120d9af into develop Oct 28, 2021
@ghontolux ghontolux deleted the merge-develop-master branch October 28, 2021 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
10 participants