https://github.com/ekaf/wncsv
CSV-formatted versions of the WordNet databases
https://github.com/ekaf/wncsv
csv princeton-wordnet relational-databases wordnet
Last synced: 3 months ago
JSON representation
CSV-formatted versions of the WordNet databases
- Host: GitHub
- URL: https://github.com/ekaf/wncsv
- Owner: ekaf
- License: other
- Created: 2020-05-07T06:24:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T07:23:30.000Z (over 2 years ago)
- Last Synced: 2025-04-24T04:46:30.689Z (6 months ago)
- Topics: csv, princeton-wordnet, relational-databases, wordnet
- Language: Python
- Homepage:
- Size: 28.6 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-wn.md
Awesome Lists containing this project
README
WNcsv-3.1 is a CSV-formatted version of WordNet 3.1,
derived from WNprolog-3.1 by Eric Kafe
(https://github.com/ekaf/wordnet-prolog).The Prolog databases were generated from the original
WordNet 3.1 databases, and bundled with a copy of the
WNprolog-3.0 documentation (c) 2012 Princeton University.The present release contains the following numbers of
unique database posts:- wn_ant.csv: 7988
- wn_at.csv: 1278
- wn_cls.csv: 9559
- wn_cs.csv: 221
- wn_der.csv: 74781
- wn_ent.csv: 408
- wn_fr.csv: 21684
- wn_g.csv: 117791
- wn_hyp.csv: 89172
- wn_ins.csv: 8589
- wn_mm.csv: 12288
- wn_mp.csv: 9111
- wn_ms.csv: 797
- wn_per.csv: 8074
- wn_ppl.csv: 73
- wn_sa.csv: 4054
- wn_s.csv: 207272
- wn_sim.csv: 21434
- wn_sk.csv: 207272
- wn_syntax.csv: 1054
- wn_vgp.csv: 1744
- total: 804644## Utilities:
For convenient inter-operation with other projects, the included _csv2tab_ script
converts the CSV databases to tab-separated files, which can be easily imported
into many database systems.- "make tab" produces a ".tab" file for every ".csv" file in the "csv" directory.
- "make clean" deletes the ".tab" files.