Skip to content

Commit

Permalink
Update version sizes in README (Fix #1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccrae committed Mar 12, 2024
1 parent b8d7e25 commit 49bd254
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ through the [Collaborative Interlingual Index (CILI)](https://github.com/globalw

Open English WordNet is released through the [Open English WordNet website](https://en-word.net/). The versions released are

* **2023 Edition** (Released 31st October 2023). [(LMF)](https://en-word.net/static/english-wordnet-2023.xml.gz)
[(RDF)](https://en-word.net/static/english-wordnet-2023.ttl.gz)
[(WNDB)](https://en-word.net/static/english-wordnet-2023.zip)
* **2022 Edition** (Released 31st December 2022). [(LMF)](https://en-word.net/static/english-wordnet-2022.xml.gz)
[(RDF)](https://en-word.net/static/english-wordnet-2022.ttl.gz)
[(WNDB)](https://en-word.net/static/english-wordnet-2022.zip)
Expand All @@ -27,6 +30,17 @@ Open English WordNet is released through the [Open English WordNet website](http
[(RDF)](https://en-word.net/static/english-wordnet-2019.ttl.gz)
[(WNDB)](https://en-word.net/static/english-wordnet-2019.zip)

The size of each resource is as follows

| Edition | Words | Synsets | Relations |
|---------|---------|---------|-----------|
| 2023 | 161,338 | 120,135 | 415,905 |
| 2022 | 161,221 | 120,068 | 386,437 |
| 2021 | 163,161 | 120,039 | 384,505 |
| 2020 | 163,079 | 120,052 | 385,211 |
| 2019 | 160,051 | 117,791 | 378,201 |
| Princeton 3.1 | 159,015 | 117,791 | 378,203 |

## Usage

To compile these into a single file please use the following script(s)
Expand Down

0 comments on commit 49bd254

Please sign in to comment.