Published March 5, 2026
| Version v4.1.0
Software
Open
Salah-Sal/arabic-wordnet-v4: Arabic WordNet 4.1.0 — Full OEWN 2024 Parity
Authors/Creators
Description
What changed
- +10,720 satellite adjectives (
pos=s) — completing full OEWN 2024 adjective coverage - +9 missing hub verbs (act/move, change, travel, make, communicate, and others) — structural backbone nodes for ~1,190 verb children
- +78 upper-ontology noun synsets — completing the noun hierarchy
Statistics
| Metric | v4.1.0 | v4.0.0 | |--------|--------|--------| | Total synsets | 120,630 | 109,823 | | Lexical entries | 136,041 | 124,653 | | Senses | 184,238 | 166,843 | | Semantic relations | 297,150 | 265,676 |
OEWN 2024 Parity
AWN4 now has exact parity with Open English WordNet 2024 across all relation types: hypernym, hyponym, similar, also, domain_topic — 0 skipped relations.
Verification
All 8 validation checks pass. See output/validation_report.txt.
Download
The primary file awn4.xml.gz (~11 MB) is attached to this release.
Load it in Python with the wn library (v1.0.0+):
import wn
wn.add('awn4.xml.gz')
synsets = wn.synsets(lang='arb')
print(len(synsets)) # 120630
Files
Salah-Sal/arabic-wordnet-v4-v4.1.0.zip
Files
(23.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f0ac4734f67f7846228f9db0f25aa186
|
23.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/Salah-Sal/arabic-wordnet-v4/tree/v4.1.0 (URL)
Software
- Repository URL
- https://github.com/Salah-Sal/arabic-wordnet-v4