Skip to content

Commit c55e3a4

Browse files
authored
Merge pull request #1238 from globalwordnet/issue-1237
Update README to reference WN
2 parents 0266433 + b51446c commit c55e3a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ This will create a file at `wn.xml` that contains the complete wordnet.
5555

5656
Further conversions are available through the converter [here](http://server1.nlp.insight-centre.org/gwn-converter/).
5757

58+
[WN](https://wn.readthedocs.io/en/latest/) is a Python library that can be used to work with Open English Wordnet.
59+
60+
```python
61+
import wn
62+
63+
wn.download("oewn:2024")
64+
65+
oewn = wn.Wordnet("oewn:2024")
66+
```
67+
5868
## Changes
5969

6070
We welcome changes, to make a change please read our [contributing guidelines](CONTRIBUTING.md)

0 commit comments

Comments
 (0)