Skip to content

Commit b51446c

Browse files
committed
Update README to reference WN
Fixes #1237
1 parent 0266433 commit b51446c

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)