Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Base Worker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Workers
Base Worker
Merge requests
!225
Report Transcription Entity creation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Report Transcription Entity creation
157-report-transcription-entity-creation
into
master
Overview
9
Commits
13
Pipelines
1
Changes
2
All threads resolved!
Hide all comments
Merged
Thibault Lavigne
requested to merge
157-report-transcription-entity-creation
into
master
2 years ago
Overview
9
Commits
13
Pipelines
1
Changes
2
All threads resolved!
Hide all comments
Expand
Closes
#157 (closed)
0
0
Merge request reports
Viewing commit
8558142e
Prev
Next
Show latest version
2 files
+
33
−
49
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
8558142e
push to resolve threads
· 8558142e
Chaza Abdelwahab
authored
2 years ago
arkindex_worker/worker/entity.py
+
1
−
1
Options
@@ -107,7 +107,7 @@ class EntityMixin(object):
Create a link between an existing entity and an existing transcription.
If cache support is enabled, a `CachedTranscriptionEntity` will also be created.
:param transcription:
the t
ranscription to create the entity on.
:param transcription:
T
ranscription to create the entity on.
:param entity: UUID of the existing entity.
:param offset: Starting position of the entity in the transcription
'
s text,
as a 0-based index.
Loading