Skip to content

Commit

Permalink
Merge pull request #631 from KnowledgeCaptureAndDiscovery/dev
Browse files Browse the repository at this point in the history
minimal updates and version update
  • Loading branch information
dgarijo authored Mar 21, 2024
2 parents 3967b59 + 8fea94f commit d3dcf9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pages={3032-3037}

## Requirements

- Python 3.9
- Python 3.9 or Python 3.10 (default version support)

SOMEF has been tested on Unix, MacOS and Windows Microsoft operating systems.

Expand Down Expand Up @@ -175,13 +175,6 @@ If you move any files produced by somef into `/out`, then you will be able to se
## Configure

Before running SOMEF for the first time, you must **configure** it appropriately (you only need to do this once). Run:
```bash
python -m nltk.downloader wordnet
python -m nltk.downloader omw-1.4
python -m nltk.downloader punkt
python -m nltk.downloader stopwords
```
To download two wordnet modules needed. Then run:

```bash
somef configure
Expand Down
2 changes: 1 addition & 1 deletion src/somef/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.9.5"
__version__ = "0.9.6"

0 comments on commit d3dcf9d

Please sign in to comment.