You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codemeta.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"@type": "SoftwareSourceCode",
11
11
"identifier": "piccl",
12
12
"name": "PICCL",
13
-
"version": "0.7.0",
13
+
"version": "0.7.1",
14
14
"description": "A set of workflows for corpus building through OCR, post-correction, modernization of historic language and Natural Language Processing",
Copy file name to clipboardExpand all lines: webservice/picclservice/picclservice.py
+7-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
#An informative description for this system (this should be fairly short, about one paragraph, and may not contain HTML)
49
49
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)."
50
50
51
-
SYSTEM_VERSION="0.7.0"#also change in codemeta.json and setup.py
51
+
SYSTEM_VERSION="0.7.1"#also change in codemeta.json and setup.py
52
52
53
53
SYSTEM_AUTHOR="Martin Reynaert, Maarten van Gompel, Ko van der Sloot"
#The secret key is used internally for cryptographically signing session data, in production environments, you'll want to set this to a persistent value. If not set it will be randomly generated.
description= ("Webservice for PICCL; a set of workflows for corpus building through OCR, post-correction, modernization of historic language and Natural Language Processing"),
0 commit comments