Skip to content

Commit 4f9b1d0

Browse files
authored
Merge pull request #351 from KnowledgeCaptureAndDiscovery/dev
updating config
2 parents 10bce22 + 529d6ad commit 4f9b1d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/somef/configuration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def configure(authorization="",
1818
citation=default_citation):
1919
import nltk
2020
nltk.download('wordnet')
21+
nltk.download('omw-1.4')
2122

2223
credentials_file = Path(
2324
os.getenv("SOMEF_CONFIGURATION_FILE", __DEFAULT_SOMEF_CONFIGURATION_FILE__)

0 commit comments

Comments
 (0)