jon-tow commited on
Commit
d722d04
1 Parent(s): 6fc5893

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files: "open_english_wordnet_synset_2023.jsonl"
6
  ---
7
+
8
+ # open-english-wordnet-synset-2023
9
+
10
+ Open English WordNet (2023)
11
+
12
+ ## Dataset Details
13
+
14
+ ### Dataset Description
15
+
16
+ Open English WordNet is a lexical network of the English language grouping words into synsets and linking them according to relationships such as hypernymy, antonymy and meronymy. It is intended to be used in natural language processing applications and provides deep lexical information about the English language as a graph.
17
+
18
+ ### Dataset Sources
19
+
20
+ <!-- Provide the basic links for the dataset. -->
21
+
22
+ - **Repository:** https://github.com/globalwordnet/english-wordnet
23
+ - **Paper:** John P. McCrae, Alexandre Rademaker, Francis Bond, Ewa Rudnicka and Christiane Fellbaum (2019) [English WordNet 2019 – An Open-Source WordNet for English](https://aclanthology.org/2019.gwc-1.31/). In Proceedings of the 10th Global WordNet Conference – GWC 2019, Wrocław
24
+
25
+ ## Citation
26
+
27
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
28
+
29
+ ```bibtex
30
+ @inproceedings{mccrae-etal-2019-english,
31
+ title = "{E}nglish {W}ord{N}et 2019 {--} An Open-Source {W}ord{N}et for {E}nglish",
32
+ author = "McCrae, John P. and
33
+ Rademaker, Alexandre and
34
+ Bond, Francis and
35
+ Rudnicka, Ewa and
36
+ Fellbaum, Christiane",
37
+ editor = "Vossen, Piek and
38
+ Fellbaum, Christiane",
39
+ booktitle = "Proceedings of the 10th Global Wordnet Conference",
40
+ month = jul,
41
+ year = "2019",
42
+ address = "Wroclaw, Poland",
43
+ publisher = "Global Wordnet Association",
44
+ url = "https://aclanthology.org/2019.gwc-1.31",
45
+ pages = "245--252",
46
+ abstract = "We describe the release of a new wordnet for English based on the Princeton WordNet, but now developed under an open-source model. In particular, this version of WordNet, which we call English WordNet 2019, which has been developed by multiple people around the world through GitHub, fixes many errors in previous wordnets for English. We give some details of the changes that have been made in this version and give some perspectives about likely future changes that will be made as this project continues to evolve.",
47
+ }
48
+ ```