Skip to content

Commit

Permalink
Merge pull request #69 from elexis-eu/develop
Browse files Browse the repository at this point in the history
ml download
  • Loading branch information
LukeItUp authored Jul 6, 2022
2 parents 3d85889 + 38072d0 commit c223374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/modules/pdf2lex_ml/ml_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ def remap_pos(node, pos_map):

@celery.task
def prepare_TEI_download(uid, dsid, input_file, output_file, pos_map, character_map):
get_lex_preview(uid, dsid)

# Load json for transformation
json_file = os.path.join(app.config['APP_DIR'], 'modules/pdf2lex_ml/lexonomy_to_tei.json')
with open(json_file, 'r') as file:
Expand Down

0 comments on commit c223374

Please sign in to comment.