Skip to content

Commit

Permalink
Add meteor installation instructions (java)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy committed Sep 10, 2023
1 parent 5c4097e commit 0739e80
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ python -m nltk.downloader stopwords
This requires the `sentence-transformers` package. This can be installed manually
or with the `summ-eval[supert]` extra.

### Meteor
This implementation is in java so requires the java run time environment.
This can be installed with
```bash
apt-get install default-jre
```

## Usage

### As a package
Expand Down

0 comments on commit 0739e80

Please sign in to comment.