Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
spaCy NLP Pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
SFB 1288 - INF
spaCy NLP Pipeline
Commits
31fa45d2
Commit
31fa45d2
authored
1 year ago
by
Patrick Jentsch
Browse files
Options
Downloads
Patches
Plain Diff
v0.1.1
parent
895f8f7f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
requirements.txt
+2
-2
2 additions, 2 deletions
requirements.txt
spacy-nlp
+1
-1
1 addition, 1 deletion
spacy-nlp
with
5 additions
and
5 deletions
README.md
+
2
−
2
View file @
31fa45d2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
2
−
2
View file @
31fa45d2
chardet
==
4
.0.0
spacy
==3.
2.3
chardet
==
5
.0.0
spacy
==3.
4.2
./packages/stand-off-data
This diff is collapsed.
Click to expand it.
spacy-nlp
+
1
−
1
View file @
31fa45d2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment