Skip to content

Commit

Permalink
attempts to fix spacy model download
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Nov 28, 2023
1 parent 3522b62 commit 2408f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions orangecontrib/storynavigation/widgets/OWSNActorAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import pandas as pd
import json
import spacy
spacy.cli.download("nl_core_news_sm")
from spacy import displacy
import matplotlib.pyplot as plt
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project_urls =
Bug Tracker = https://github.com/navigating-stories/orange-story-navigator/issues
url = https://github.com/navigating-stories/orange-story-navigator
# release version
version = 0.0.6
version = 0.0.7


[options]
Expand Down

0 comments on commit 2408f61

Please sign in to comment.