We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0266433 + b51446c commit c55e3a4Copy full SHA for c55e3a4
README.md
@@ -55,6 +55,16 @@ This will create a file at `wn.xml` that contains the complete wordnet.
55
56
Further conversions are available through the converter [here](http://server1.nlp.insight-centre.org/gwn-converter/).
57
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
68
## Changes
69
70
We welcome changes, to make a change please read our [contributing guidelines](CONTRIBUTING.md)
0 commit comments