Skip to content
Snippets Groups Projects
Commit 31fa45d2 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

v0.1.1

parent 895f8f7f
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@ This software implements a heavily parallelized pipeline for Natural Language Pr
- Official Debian Docker image (buster-slim): https://hub.docker.com/_/debian
- Software from Debian Buster's free repositories
- Chardet (4.0.0): https://github.com/chardet/chardet/releases/tag/4.0.0
- Chardet (5.0.0): https://github.com/chardet/chardet/releases/tag/5.0.0
- pyFlow (1.1.20): https://github.com/Illumina/pyflow/releases/tag/v1.1.20
- spaCy (3.2.3): https://github.com/explosion/spaCy/releases/tag/v3.2.3
- spaCy (3.4.2): https://github.com/explosion/spaCy/releases/tag/v3.4.2
## Installation
......
chardet==4.0.0
spacy==3.2.3
chardet==5.0.0
spacy==3.4.2
./packages/stand-off-data
......@@ -490,7 +490,7 @@ while text_chunks:
meta = {
'generator': {
'name': 'nopaque spacy NLP',
'version': '0.1.0',
'version': '0.1.1',
'arguments': {
'check_encoding': args.check_encoding,
'model': args.model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment