system HF staff commited on
Commit
593fb35
1 Parent(s): 018f4be

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -107,6 +107,7 @@ task_ids:
107
  - [Dataset Curators](#dataset-curators)
108
  - [Licensing Information](#licensing-information)
109
  - [Citation Information](#citation-information)
 
110
 
111
  ## Dataset Description
112
 
@@ -220,3 +221,7 @@ The WikiCorpus is licensed under the same license as Wikipedia, that is, the [GN
220
  abstract = "This article presents a new freely available trilingual corpus (Catalan, Spanish, English) that contains large portions of the Wikipedia and has been automatically enriched with linguistic information. To our knowledge, this is the largest such corpus that is freely available to the community: In its present version, it contains over 750 million words. The corpora have been annotated with lemma and part of speech information using the open source library FreeLing. Also, they have been sense annotated with the state of the art Word Sense Disambiguation algorithm UKB. As UKB assigns WordNet senses, and WordNet has been aligned across languages via the InterLingual Index, this sort of annotation opens the way to massive explorations in lexical semantics that were not possible before. We present a first attempt at creating a trilingual lexical resource from the sense-tagged Wikipedia corpora, namely, WikiNet. Moreover, we present two by-products of the project that are of use for the NLP community: An open source Java-based parser for Wikipedia pages developed for the construction of the corpus, and the integration of the WSD algorithm UKB in FreeLing.",
221
  }
222
  ```
 
 
 
 
 
107
  - [Dataset Curators](#dataset-curators)
108
  - [Licensing Information](#licensing-information)
109
  - [Citation Information](#citation-information)
110
+ - [Contributions](#contributions)
111
 
112
  ## Dataset Description
113
 
 
221
  abstract = "This article presents a new freely available trilingual corpus (Catalan, Spanish, English) that contains large portions of the Wikipedia and has been automatically enriched with linguistic information. To our knowledge, this is the largest such corpus that is freely available to the community: In its present version, it contains over 750 million words. The corpora have been annotated with lemma and part of speech information using the open source library FreeLing. Also, they have been sense annotated with the state of the art Word Sense Disambiguation algorithm UKB. As UKB assigns WordNet senses, and WordNet has been aligned across languages via the InterLingual Index, this sort of annotation opens the way to massive explorations in lexical semantics that were not possible before. We present a first attempt at creating a trilingual lexical resource from the sense-tagged Wikipedia corpora, namely, WikiNet. Moreover, we present two by-products of the project that are of use for the NLP community: An open source Java-based parser for Wikipedia pages developed for the construction of the corpus, and the integration of the WSD algorithm UKB in FreeLing.",
222
  }
223
  ```
224
+
225
+ ### Contributions
226
+
227
+ Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.