omw-data

This packages up data for the Open Multilingual Wordnet

https://github.com/omwn/omw-data

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

This packages up data for the Open Multilingual Wordnet

Basic Info
  • Host: GitHub
  • Owner: omwn
  • Language: Python
  • Default Branch: main
  • Size: 85.7 MB
Statistics
  • Stars: 49
  • Watchers: 3
  • Forks: 3
  • Open Issues: 7
  • Releases: 3
Created over 5 years ago · Last pushed 9 months ago
Metadata Files
Readme Citation

README.md

omw-data

This packages up data for the Open Multilingual Wordnet. It is roughly the version that is described in Bond and Foster (2013).

It includes the data in the original OMW 1.0 format, and packaged up in the GWA format for OMW 2 as a release.

It can be used by the Python library Wn.

The raw data (under wns) also has the automatically extracted data for over 150 languages from Wiktionary and the Unicode Common Locale Data Repository (CLDR).

More information about the Open Multilingual Wordnet

Citation

If you use OMW please cite both the citation below, and the individual wordnets (citation data is included in each wordnet):

Francis Bond and Ryan Foster (2013) Linking and extending an open multilingual wordnet. In 51st Annual Meeting of the Association for Computational Linguistics: ACL-2013. Sofia. 1352–1362

Notes

The directory wns has the wordnet data from OMW 1.2 with some small fixes * added a citation for the Icelandic wordnet * added human readable citations in index.toml

By default the label is the name of the project. If the project has multiple wordnets, then the language is added in parentheses. E.g.:

label = "Multilingual Central Repository (Catalan)"

The package name (and id) for each wordnet is, by default, omw-lg, with the following exceptions:

  • ItalWordnet will be omw-iwn not omw-it (used by multiwordnet)
  • COW will just be omw-cmn not omw-cmn-Hans
  • WN derived from PWN 3.0 will be omw-en
  • WN derived from PWN 3.1 will be omw-en31

We thanks the developers of all of the wordnets! More recent versions are available for many of these.

Francis Bond and Ryan Foster (2013) Linking and extending an open multilingual wordnet. In 51st Annual Meeting of the Association for Computational Linguistics: ACL-2013. Sofia. 1352–1362

Owner

  • Name: omwn
  • Login: omwn
  • Kind: organization

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: OMW Data
message: >-
  Please cite this dataset using the metadata from
  'preferred-citation'.
type: dataset
authors:
  - given-names: Francis
    family-names: Bond
    email: bond@ieee.org
    orcid: 'https://orcid.org/0000-0003-4973-8068'
    affiliation: Palacký University Olomouc
  - given-names: Michael Wayne
    family-names: Goodman
    email: goodman.m.w@gmail.com
    orcid: 'https://orcid.org/0000-0002-2896-5141'
repository-code: 'https://github.com/omwn/omw-data/'
preferred-citation:
  type: conference-paper
  authors:
  - given-names: Francis
    family-names: Bond
    email: bond@ieee.org
    orcid: 'https://orcid.org/0000-0003-4973-8068'
    affiliation: Palacký University Olomouc
  - family-names: Foster
    given-names: Ryan
  start: 1352 # First page number
  end: 1362 # Last page number
  conference:
      name: "51st Annual Meeting of the Association for Computational Linguistics: ACL-2013"
  title: "Linking and extending an open multilingual wordnet"
  year: 2013
  url: 'https://aclanthology.org/P13-1133/'

GitHub Events

Total
  • Issues event: 28
  • Watch event: 8
  • Delete event: 13
  • Issue comment event: 99
  • Push event: 41
  • Pull request review event: 1
  • Pull request event: 22
  • Create event: 12
Last Year
  • Issues event: 28
  • Watch event: 8
  • Delete event: 13
  • Issue comment event: 99
  • Push event: 41
  • Pull request review event: 1
  • Pull request event: 22
  • Create event: 12

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 17
  • Total pull requests: 12
  • Average time to close issues: 12 months
  • Average time to close pull requests: 4 months
  • Total issue authors: 4
  • Total pull request authors: 2
  • Average comments per issue: 4.06
  • Average comments per pull request: 1.92
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 11
  • Pull requests: 11
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 27 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 3.73
  • Average comments per pull request: 1.27
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • goodmami (9)
  • fcbond (6)
  • ekaf (2)
  • francis-dion (1)
  • AmitMY (1)
  • nguyenlamlll (1)
Pull Request Authors
  • goodmami (11)
  • fcbond (2)
Top Labels
Issue Labels
data (6) bug (3) wontfix (2) enhancement (1) invalid (1) question (1)
Pull Request Labels

Dependencies

requirements.txt pypi
  • pe ==0.3.2
  • tomli ==1.2.2
  • wn ==0.8.3
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite