Skip to content

Commit

Permalink
Revert "removed expected output file prefix in FoLiA-hocr step (Langu…
Browse files Browse the repository at this point in the history
…ageMachines/foliautils#52)"

This reverts commit cea3b39.
  • Loading branch information
proycon committed Dec 12, 2020
1 parent cea3b39 commit dc46f53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@type": "SoftwareSourceCode",
"identifier": "piccl",
"name": "PICCL",
"version": "0.9.6",
"version": "0.9.5",
"description": "A set of workflows for corpus building through OCR, post-correction, and normalisation.",
"license": "https://spdx.org/licenses/GPL-3.0",
"url": "https://github.com/LanguageMachines/PICCL",
Expand Down
2 changes: 1 addition & 1 deletion ocr.nf
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ process ocrpages_to_foliapages {
//pagehocr.text =~ /ocrx_word/

output:
set val(documentname), file("${pagehocr.baseName}" + "*.folia.xml") into foliapages //TODO: verify this also works if input is not TIF or PDF?
set val(documentname), file("FH-${pagehocr.baseName}" + "*.folia.xml") into foliapages //TODO: verify this also works if input is not TIF or PDF?

script:
"""
Expand Down
2 changes: 1 addition & 1 deletion webservice/picclservice/picclservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#An informative description for this system (this should be fairly short, about one paragraph, and may not contain HTML)
SYSTEM_DESCRIPTION = "PICCL offers a workflow for corpus building and builds on a variety of tools. The primary component of PICCL is TICCL; a Text-induced Corpus Clean-up system, which performs spelling correction and OCR post-correction (normalisation of spelling variants etc)."

SYSTEM_VERSION = "0.9.6" #also change in codemeta.json and setup.py
SYSTEM_VERSION = "0.9.5" #also change in codemeta.json and setup.py

SYSTEM_AUTHOR = "Martin Reynaert, Maarten van Gompel, Ko van der Sloot"

Expand Down
2 changes: 1 addition & 1 deletion webservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = "PICCL",
version = "0.9.6", #also change in codemeta.json and picclservice.py
version = "0.9.5", #also change in codemeta.json and picclservice.py
author = "Martin Reynaert, Maarten van Gompel",
author_email = "reynaert@uvt.nl",
description = ("Webservice for PICCL; a set of workflows for corpus building through OCR, post-correction, modernization of historic language and Natural Language Processing"),
Expand Down

0 comments on commit dc46f53

Please sign in to comment.