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

Add Txt Annotator #233

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open

Add Txt Annotator #233

wants to merge 61 commits into from

Conversation

JSv4
Copy link
Owner

@JSv4 JSv4 commented Oct 7, 2024

Substantial amount of work to achieve the following:

  1. Frontend support for labelling txt-based formats.
  2. Backend support to trigger different processing pipelines based on the applicable file type.

Fixes #212

…etter layout given number of tabs / label types now supported.
…dex - the index of the search result in the list of ALL annotations, not the index of search result in list of search results.
…k on load for jump to annotation functionality.
…uctural parser (spacy sentence parser) for raw text files. Fixing analyzer pipeline for txt files.
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

Attention: Patch coverage is 95.52573% with 20 lines in your changes missing coverage. Please review.

Project coverage is 86.44%. Comparing base (71630c4) to head (b17c3d6).
Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
opencontractserver/shared/decorators.py 65.21% 8 Missing ⚠️
opencontractserver/tasks/doc_tasks.py 89.79% 5 Missing ⚠️
opencontractserver/utils/files.py 92.68% 3 Missing ⚠️
opencontractserver/tests/test_document_uploads.py 96.66% 2 Missing ⚠️
opencontractserver/tests/test_plaintext_checker.py 98.03% 1 Missing ⚠️
opencontractserver/tests/test_text_thumbnails.py 97.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #233      +/-   ##
==========================================
- Coverage   86.86%   86.44%   -0.42%     
==========================================
  Files         189      198       +9     
  Lines        6227     6449     +222     
==========================================
+ Hits         5409     5575     +166     
- Misses        818      874      +56     
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verify Nav from Annotations View Still Works
1 participant