Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
obc2kg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
born
obc2kg
Commits
fbdefa5e
Commit
fbdefa5e
authored
5 years ago
by
born
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
8ce0dd56
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-3
5 additions, 3 deletions
README.md
with
5 additions
and
3 deletions
README.md
+
5
−
3
View file @
fbdefa5e
...
...
@@ -27,14 +27,16 @@ Install with pip:
-
scikit-learn==0.21.2
-
scipy==1.3.0
-
seaborn==0.9.0
-
sklearn==0.0
-
spacy==2.1.4
**NOTE**
: _spacy_ must not be version 2.1.5!
English language model for spacy
:
For spacy to work, you also need an English language model. The smallest one can be downloaded like this
:
python -m spacy download en-core-web-sm
python -m spacy download en_core_web_sm
For a list of all available models for English, please refer to the official
[
documentation
](
https://spacy.io/models/en
)
.
In general, the larger the model is, the better spacy's performance becomes.
## How to create knowledge graphs
...
...
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