wn


Namewn JSON
Version 0.9.5 PyPI version JSON
download
home_pageNone
SummaryWordnet interface library
upload_time2023-12-06 06:07:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords wordnet interlingual linguistics language library
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

<p align="center">
  <img src="https://raw.githubusercontent.com/goodmami/wn/main/docs/_static/wn-logo.svg" alt="Wn logo">
  <br>
  <strong>a Python library for wordnets</strong>
  <br>
  <a href="https://pypi.org/project/wn/"><img src="https://img.shields.io/pypi/v/wn.svg?style=flat-square" alt="PyPI link"></a>
  <img src="https://img.shields.io/pypi/pyversions/wn.svg?style=flat-square" alt="Python Support">
  <a href="https://github.com/goodmami/wn/actions?query=workflow%3A%22tests%22"><img src="https://github.com/goodmami/wn/workflows/tests/badge.svg" alt="tests"></a>
  <a href="https://wn.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/wn/badge/?version=latest&style=flat-square" alt="Documentation Status"></a>
  <a href="https://anaconda.org/conda-forge/wn"><img src="https://img.shields.io/conda/vn/conda-forge/wn.svg?&style=flat-square" alt="Conda-Forge Version"></a>
  <br>
  <a href="https://github.com/goodmami/wn#available-wordnets">Available Wordnets</a>
  | <a href="https://wn.readthedocs.io/">Documentation</a>
  | <a href="https://wn.readthedocs.io/en/latest/faq.html">FAQ</a>
  | <a href="https://wn.readthedocs.io/en/latest/guides/nltk-migration.html">Migrating from NLTK</a>
  | <a href="https://github.com/goodmami/wn/projects">Roadmap</a>
</p>

---

Wn is a Python library for exploring information in wordnets.

## Installation

Install it from PyPI using **pip**:

```sh
pip install wn
```

Or install using **conda** from the conda-forge channel
([conda-forge/wn-feedstock](https://github.com/conda-forge/wn-feedstock)):

```sh
conda install -c conda-forge wn
```

## Getting Started

First, download some data:

```sh
python -m wn download oewn:2023  # the Open # English WordNet 2023
```

Now start exploring:

```python
>>> import wn
>>> en = wn.Wordnet('oewn:2023')        # Create Wordnet object to query
>>> ss = en.synsets('win', pos='v')[0]  # Get the first synset for 'win'
>>> ss.definition()                     # Get the synset's definition
'be the winner in a contest or competition; be victorious'
```

## Features

- Multilingual by design; first-class support for wordnets in any language
- Interlingual queries via the [Collaborative Interlingual Index](https://github.com/globalwordnet/cili/)
- Six [similarity metrics](https://wn.readthedocs.io/en/latest/api/wn.similarity.html)
- Functions for [exploring taxonomies](https://wn.readthedocs.io/en/latest/api/wn.taxonomy.html)
- Support for [lemmatization] ([Morphy] for English is built-in) and unicode [normalization]
- Full support of the [WN-LMF 1.1](https://globalwordnet.github.io/schemas/) format, including word pronunciations and lexicon extensions
- SQL-based backend offers very fast startup and improved performance on many kinds of queries

[lemmatization]: https://wn.readthedocs.io/en/latest/guides/lemmatization.html#lemmatization
[normalization]: https://wn.readthedocs.io/en/latest/guides/lemmatization.html#normalization
[Morphy]: https://wn.readthedocs.io/en/latest/api/wn.morphy.html


## Available Wordnets

Any WN-LMF-formatted wordnet can be added to Wn's database from a local
file or remote URL, but Wn also maintains an index (see
[wn/index.toml](https://github.com/goodmami/wn/blob/main/wn/index.toml))
of available projects, similar to a package manager for software, to aid
in the discovery and downloading of new wordnets. The projects in this
index are listed below.

### English Wordnets

There are several English wordnets available. In general it is
recommended to use the latest [Open English Wordnet], but if you have
stricter compatibility needs for, e.g., experiment replicability, you
may try the [OMW English Wordnet based on WordNet 3.0] (compatible with
the Princeton WordNet 3.0 and with the [NLTK]), or [OpenWordnet-EN] (for
use with the Portuguese wordnet [OpenWordnet-PT]).

| Name                                       | Specifier              | # Synsets | Notes |
| ------------------------------------------ | ---------------------- | --------: | ----- |
| [Open English WordNet] | `oewn:2023`<br/> `oewn:2022`<br/> `oewn:2021`<br/> `ewn:2020`<br/> `ewn:2019` | 120135<br/>120068<br/>120039<br/>120053<br/>117791 | Recommended<br/>&nbsp;<br/>&nbsp;<br/>&nbsp;<br/>&nbsp; |
| [OMW English Wordnet based on WordNet 3.0] | `omw-en:1.4` | 117659 | Included with `omw:1.4` |
| [OMW English Wordnet based on WordNet 3.1] | `omw-en31:1.4` | 117791 |  |
| [OpenWordnet-EN] | `own-en:1.0.0` | 117659 | Included with `own:1.0.0` |

[Open English WordNet]: https://en-word.net
[Open Multilingual Wordnet]: https://github.com/omwn
[OMW English Wordnet based on WordNet 3.0]: https://github.com/omwn/omw-data
[OMW English Wordnet based on WordNet 3.1]: https://github.com/omwn/omw-data
[OpenWordnet-EN]: https://github.com/own-pt/openWordnet-PT
[OpenWordnet-PT]: https://github.com/own-pt/openWordnet-PT
[NLTK]: https://www.nltk.org/

### Other Wordnets and Collections

These are standalone non-English wordnets and collections. The wordnets
of each collection are listed further down.

| Name                                       | Specifier                     | # Synsets       | Language         |
| ------------------------------------------ | ----------------------------- | --------------: | ---------------- |
| [Open Multilingual Wordnet]                | `omw:1.4`                     | n/a             | multiple [[mul]] |
| [Open German WordNet]                      | `odenet:1.4`<br/>`odenet:1.3` | 36268<br/>36159 | German [de]      |
| [Open Wordnets for Portuguese and English] | `own:1.0.0`                   | n/a             | multiple [[mul]] |
| [KurdNet]                                  | `kurdnet:1.0`                 |            2144 | Kurdish [ckb]    |

[Open English WordNet]: https://github.com/globalwordnet/english-wordnet
[Open Multilingual Wordnet]: https://github.com/omwn
[OMW English Wordnet based on WordNet 3.0]: https://github.com/omwn
[OMW English Wordnet based on WordNet 3.1]: https://github.com/omwn
[Open German WordNet]: https://github.com/hdaSprachtechnologie/odenet
[Open Wordnets for Portuguese and English]: https://github.com/own-pt
[mul]: https://iso639-3.sil.org/code/mul
[KurdNet]: https://sinaahmadi.github.io/resources/kurdnet.html

### Open Multilingual Wordnet (OMW) Collection

The *Open Multilingual Wordnet* collection (`omw:1.4`) installs the
following lexicons (from
[here](https://github.com/omwn/omw-data/releases/tag/v1.4)) which can
also be downloaded and installed independently:

| Name                                     | Specifier      | # Synsets | Language                         |
| ---------------------------------------- | -------------- | --------: | -------------------------------- |
| Albanet                                  | `omw-sq:1.4`   |      4675 | Albanian [sq]                    |
| Arabic WordNet (AWN v2)                  | `omw-arb:1.4`  |      9916 | Arabic [arb]                     |
| BulTreeBank Wordnet (BTB-WN)             | `omw-bg:1.4`   |      4959 | Bulgarian [bg]                   |
| Chinese Open Wordnet                     | `omw-cmn:1.4`  |     42312 | Mandarin (Simplified) [cmn-Hans] |
| Croatian Wordnet                         | `omw-hr:1.4`   |     23120 | Croatian [hr]                    |
| DanNet                                   | `omw-da:1.4`   |      4476 | Danish [da]                      |
| FinnWordNet                              | `omw-fi:1.4`   |    116763 | Finnish [fi]                     |
| Greek Wordnet                            | `omw-el:1.4`   |     18049 | Greek [el]                       |
| Hebrew Wordnet                           | `omw-he:1.4`   |      5448 | Hebrew [he]                      |
| IceWordNet                               | `omw-is:1.4`   |      4951 | Icelandic [is]                   |
| Italian Wordnet                          | `omw-iwn:1.4`  |     15563 | Italian [it]                     |
| Japanese Wordnet                         | `omw-ja:1.4`   |     57184 | Japanese [ja]                    |
| Lithuanian  WordNet                      | `omw-lt:1.4`   |      9462 | Lithuanian [lt]                  |
| Multilingual Central Repository          | `omw-ca:1.4`   |     45826 | Catalan [ca]                     |
| Multilingual Central Repository          | `omw-eu:1.4`   |     29413 | Basque [eu]                      |
| Multilingual Central Repository          | `omw-gl:1.4`   |     19312 | Galician [gl]                    |
| Multilingual Central Repository          | `omw-es:1.4`   |     38512 | Spanish [es]                     |
| MultiWordNet                             | `omw-it:1.4`   |     35001 | Italian [it]                     |
| Norwegian Wordnet                        | `omw-nb:1.4`   |      4455 | Norwegian (Bokmål) [nb]          |
| Norwegian Wordnet                        | `omw-nn:1.4`   |      3671 | Norwegian (Nynorsk) [nn]         |
| OMW English Wordnet based on WordNet 3.0 | `omw-en:1.4`   |    117659 | English [en]                     |
| Open Dutch WordNet                       | `omw-nl:1.4`   |     30177 | Dutch [nl]                       |
| OpenWN-PT                                | `omw-pt:1.4`   |     43895 | Portuguese [pt]                  |
| plWordNet                                | `omw-pl:1.4`   |     33826 | Polish [pl]                      |
| Romanian Wordnet                         | `omw-ro:1.4`   |     56026 | Romanian [ro]                    |
| Slovak WordNet                           | `omw-sk:1.4`   |     18507 | Slovak [sk]                      |
| sloWNet                                  | `omw-sl:1.4`   |     42583 | Slovenian [sl]                   |
| Swedish (SALDO)                          | `omw-sv:1.4`   |      6796 | Swedish [sv]                     |
| Thai Wordnet                             | `omw-th:1.4`   |     73350 | Thai [th]                        |
| WOLF (Wordnet Libre du Français)         | `omw-fr:1.4`   |     59091 | French [fr]                      |
| Wordnet Bahasa                           | `omw-id:1.4`   |     38085 | Indonesian [id]                  |
| Wordnet Bahasa                           | `omw-zsm:1.4`  |     36911 | Malaysian [zsm]                  |

### Open Wordnet (OWN) Collection

The *Open Wordnets for Portuguese and English* collection (`own:1.0.0`)
installs the following lexicons (from
[here](https://github.com/own-pt/openWordnet-PT/releases/tag/v1.0.0))
which can also be downloaded and installed independently:

| Name           | Specifier      | # Synsets | Language        |
| -------------- | -------------- | --------: | --------------- |
| OpenWordnet-PT | `own-pt:1.0.0` |     52670 | Portuguese [pt] |
| OpenWordnet-EN | `own-en:1.0.0` |    117659 | English [en]    |

### Collaborative Interlingual Index

While not a wordnet, the [Collaborative Interlingual Index] (CILI)
represents the interlingual backbone of many wordnets. Wn, including
interlingual queries, will function without CILI loaded, but adding it
to the database makes available the full list of concepts, their status
(active, deprecated, etc.), and their definitions.

| Name                               | Specifier  | # Concepts |
| ---------------------------------- | ---------- | ---------: |
| [Collaborative Interlingual Index] | `cili:1.0` |     117659 |

[Collaborative Interlingual Index]: https://github.com/globalwordnet/cili/


## Changes to the Index

### `ewn` → `oewn`

The 2021 version of the *Open English WordNet* (`oewn:2021`) has
changed its lexicon ID from `ewn` to `oewn`, so the index is updated
accordingly. The previous versions are still available as `ewn:2019`
and `ewn:2020`.

### `pwn` → `omw-en`, `omw-en31`

The wordnet formerly called the *Princeton WordNet* (`pwn:3.0`,
`pwn:3.1`) is now called the *OMW English Wordnet based on WordNet
3.0* (`omw-en`) and the *OMW English Wordnet based on WordNet 3.1*
(`omw-en31`). This is more accurate, as it is a OMW-produced
derivative of the original WordNet data, and it also avoids license or
trademark issues.

### `*wn` → `omw-*` for OMW wordnets

All OMW wordnets have changed their ID scheme from `...wn` to `omw-..` and the version no longer
includes `+omw` (e.g., `bulwn:1.3+omw` is now `omw-bg:1.4`).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "wordnet,interlingual,linguistics,language,library",
    "author": null,
    "author_email": "Michael Wayne Goodman <goodman.m.w@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a7/05/278cb587ad052681a8a8092af8c28a8e802397d5c35f530a79cf913c66cf/wn-0.9.5.tar.gz",
    "platform": null,
    "description": "\n\n<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/goodmami/wn/main/docs/_static/wn-logo.svg\" alt=\"Wn logo\">\n  <br>\n  <strong>a Python library for wordnets</strong>\n  <br>\n  <a href=\"https://pypi.org/project/wn/\"><img src=\"https://img.shields.io/pypi/v/wn.svg?style=flat-square\" alt=\"PyPI link\"></a>\n  <img src=\"https://img.shields.io/pypi/pyversions/wn.svg?style=flat-square\" alt=\"Python Support\">\n  <a href=\"https://github.com/goodmami/wn/actions?query=workflow%3A%22tests%22\"><img src=\"https://github.com/goodmami/wn/workflows/tests/badge.svg\" alt=\"tests\"></a>\n  <a href=\"https://wn.readthedocs.io/en/latest/?badge=latest\"><img src=\"https://readthedocs.org/projects/wn/badge/?version=latest&style=flat-square\" alt=\"Documentation Status\"></a>\n  <a href=\"https://anaconda.org/conda-forge/wn\"><img src=\"https://img.shields.io/conda/vn/conda-forge/wn.svg?&style=flat-square\" alt=\"Conda-Forge Version\"></a>\n  <br>\n  <a href=\"https://github.com/goodmami/wn#available-wordnets\">Available Wordnets</a>\n  | <a href=\"https://wn.readthedocs.io/\">Documentation</a>\n  | <a href=\"https://wn.readthedocs.io/en/latest/faq.html\">FAQ</a>\n  | <a href=\"https://wn.readthedocs.io/en/latest/guides/nltk-migration.html\">Migrating from NLTK</a>\n  | <a href=\"https://github.com/goodmami/wn/projects\">Roadmap</a>\n</p>\n\n---\n\nWn is a Python library for exploring information in wordnets.\n\n## Installation\n\nInstall it from PyPI using **pip**:\n\n```sh\npip install wn\n```\n\nOr install using **conda** from the conda-forge channel\n([conda-forge/wn-feedstock](https://github.com/conda-forge/wn-feedstock)):\n\n```sh\nconda install -c conda-forge wn\n```\n\n## Getting Started\n\nFirst, download some data:\n\n```sh\npython -m wn download oewn:2023  # the Open # English WordNet 2023\n```\n\nNow start exploring:\n\n```python\n>>> import wn\n>>> en = wn.Wordnet('oewn:2023')        # Create Wordnet object to query\n>>> ss = en.synsets('win', pos='v')[0]  # Get the first synset for 'win'\n>>> ss.definition()                     # Get the synset's definition\n'be the winner in a contest or competition; be victorious'\n```\n\n## Features\n\n- Multilingual by design; first-class support for wordnets in any language\n- Interlingual queries via the [Collaborative Interlingual Index](https://github.com/globalwordnet/cili/)\n- Six [similarity metrics](https://wn.readthedocs.io/en/latest/api/wn.similarity.html)\n- Functions for [exploring taxonomies](https://wn.readthedocs.io/en/latest/api/wn.taxonomy.html)\n- Support for [lemmatization] ([Morphy] for English is built-in) and unicode [normalization]\n- Full support of the [WN-LMF 1.1](https://globalwordnet.github.io/schemas/) format, including word pronunciations and lexicon extensions\n- SQL-based backend offers very fast startup and improved performance on many kinds of queries\n\n[lemmatization]: https://wn.readthedocs.io/en/latest/guides/lemmatization.html#lemmatization\n[normalization]: https://wn.readthedocs.io/en/latest/guides/lemmatization.html#normalization\n[Morphy]: https://wn.readthedocs.io/en/latest/api/wn.morphy.html\n\n\n## Available Wordnets\n\nAny WN-LMF-formatted wordnet can be added to Wn's database from a local\nfile or remote URL, but Wn also maintains an index (see\n[wn/index.toml](https://github.com/goodmami/wn/blob/main/wn/index.toml))\nof available projects, similar to a package manager for software, to aid\nin the discovery and downloading of new wordnets. The projects in this\nindex are listed below.\n\n### English Wordnets\n\nThere are several English wordnets available. In general it is\nrecommended to use the latest [Open English Wordnet], but if you have\nstricter compatibility needs for, e.g., experiment replicability, you\nmay try the [OMW English Wordnet based on WordNet 3.0] (compatible with\nthe Princeton WordNet 3.0 and with the [NLTK]), or [OpenWordnet-EN] (for\nuse with the Portuguese wordnet [OpenWordnet-PT]).\n\n| Name                                       | Specifier              | # Synsets | Notes |\n| ------------------------------------------ | ---------------------- | --------: | ----- |\n| [Open English WordNet] | `oewn:2023`<br/> `oewn:2022`<br/> `oewn:2021`<br/> `ewn:2020`<br/> `ewn:2019` | 120135<br/>120068<br/>120039<br/>120053<br/>117791 | Recommended<br/>&nbsp;<br/>&nbsp;<br/>&nbsp;<br/>&nbsp; |\n| [OMW English Wordnet based on WordNet 3.0] | `omw-en:1.4` | 117659 | Included with `omw:1.4` |\n| [OMW English Wordnet based on WordNet 3.1] | `omw-en31:1.4` | 117791 |  |\n| [OpenWordnet-EN] | `own-en:1.0.0` | 117659 | Included with `own:1.0.0` |\n\n[Open English WordNet]: https://en-word.net\n[Open Multilingual Wordnet]: https://github.com/omwn\n[OMW English Wordnet based on WordNet 3.0]: https://github.com/omwn/omw-data\n[OMW English Wordnet based on WordNet 3.1]: https://github.com/omwn/omw-data\n[OpenWordnet-EN]: https://github.com/own-pt/openWordnet-PT\n[OpenWordnet-PT]: https://github.com/own-pt/openWordnet-PT\n[NLTK]: https://www.nltk.org/\n\n### Other Wordnets and Collections\n\nThese are standalone non-English wordnets and collections. The wordnets\nof each collection are listed further down.\n\n| Name                                       | Specifier                     | # Synsets       | Language         |\n| ------------------------------------------ | ----------------------------- | --------------: | ---------------- |\n| [Open Multilingual Wordnet]                | `omw:1.4`                     | n/a             | multiple [[mul]] |\n| [Open German WordNet]                      | `odenet:1.4`<br/>`odenet:1.3` | 36268<br/>36159 | German [de]      |\n| [Open Wordnets for Portuguese and English] | `own:1.0.0`                   | n/a             | multiple [[mul]] |\n| [KurdNet]                                  | `kurdnet:1.0`                 |            2144 | Kurdish [ckb]    |\n\n[Open English WordNet]: https://github.com/globalwordnet/english-wordnet\n[Open Multilingual Wordnet]: https://github.com/omwn\n[OMW English Wordnet based on WordNet 3.0]: https://github.com/omwn\n[OMW English Wordnet based on WordNet 3.1]: https://github.com/omwn\n[Open German WordNet]: https://github.com/hdaSprachtechnologie/odenet\n[Open Wordnets for Portuguese and English]: https://github.com/own-pt\n[mul]: https://iso639-3.sil.org/code/mul\n[KurdNet]: https://sinaahmadi.github.io/resources/kurdnet.html\n\n### Open Multilingual Wordnet (OMW) Collection\n\nThe *Open Multilingual Wordnet* collection (`omw:1.4`) installs the\nfollowing lexicons (from\n[here](https://github.com/omwn/omw-data/releases/tag/v1.4)) which can\nalso be downloaded and installed independently:\n\n| Name                                     | Specifier      | # Synsets | Language                         |\n| ---------------------------------------- | -------------- | --------: | -------------------------------- |\n| Albanet                                  | `omw-sq:1.4`   |      4675 | Albanian [sq]                    |\n| Arabic WordNet (AWN v2)                  | `omw-arb:1.4`  |      9916 | Arabic [arb]                     |\n| BulTreeBank Wordnet (BTB-WN)             | `omw-bg:1.4`   |      4959 | Bulgarian [bg]                   |\n| Chinese Open Wordnet                     | `omw-cmn:1.4`  |     42312 | Mandarin (Simplified) [cmn-Hans] |\n| Croatian Wordnet                         | `omw-hr:1.4`   |     23120 | Croatian [hr]                    |\n| DanNet                                   | `omw-da:1.4`   |      4476 | Danish [da]                      |\n| FinnWordNet                              | `omw-fi:1.4`   |    116763 | Finnish [fi]                     |\n| Greek Wordnet                            | `omw-el:1.4`   |     18049 | Greek [el]                       |\n| Hebrew Wordnet                           | `omw-he:1.4`   |      5448 | Hebrew [he]                      |\n| IceWordNet                               | `omw-is:1.4`   |      4951 | Icelandic [is]                   |\n| Italian Wordnet                          | `omw-iwn:1.4`  |     15563 | Italian [it]                     |\n| Japanese Wordnet                         | `omw-ja:1.4`   |     57184 | Japanese [ja]                    |\n| Lithuanian  WordNet                      | `omw-lt:1.4`   |      9462 | Lithuanian [lt]                  |\n| Multilingual Central Repository          | `omw-ca:1.4`   |     45826 | Catalan [ca]                     |\n| Multilingual Central Repository          | `omw-eu:1.4`   |     29413 | Basque [eu]                      |\n| Multilingual Central Repository          | `omw-gl:1.4`   |     19312 | Galician [gl]                    |\n| Multilingual Central Repository          | `omw-es:1.4`   |     38512 | Spanish [es]                     |\n| MultiWordNet                             | `omw-it:1.4`   |     35001 | Italian [it]                     |\n| Norwegian Wordnet                        | `omw-nb:1.4`   |      4455 | Norwegian (Bokm\u00e5l) [nb]          |\n| Norwegian Wordnet                        | `omw-nn:1.4`   |      3671 | Norwegian (Nynorsk) [nn]         |\n| OMW English Wordnet based on WordNet 3.0 | `omw-en:1.4`   |    117659 | English [en]                     |\n| Open Dutch WordNet                       | `omw-nl:1.4`   |     30177 | Dutch [nl]                       |\n| OpenWN-PT                                | `omw-pt:1.4`   |     43895 | Portuguese [pt]                  |\n| plWordNet                                | `omw-pl:1.4`   |     33826 | Polish [pl]                      |\n| Romanian Wordnet                         | `omw-ro:1.4`   |     56026 | Romanian [ro]                    |\n| Slovak WordNet                           | `omw-sk:1.4`   |     18507 | Slovak [sk]                      |\n| sloWNet                                  | `omw-sl:1.4`   |     42583 | Slovenian [sl]                   |\n| Swedish (SALDO)                          | `omw-sv:1.4`   |      6796 | Swedish [sv]                     |\n| Thai Wordnet                             | `omw-th:1.4`   |     73350 | Thai [th]                        |\n| WOLF (Wordnet Libre du Fran\u00e7ais)         | `omw-fr:1.4`   |     59091 | French [fr]                      |\n| Wordnet Bahasa                           | `omw-id:1.4`   |     38085 | Indonesian [id]                  |\n| Wordnet Bahasa                           | `omw-zsm:1.4`  |     36911 | Malaysian [zsm]                  |\n\n### Open Wordnet (OWN) Collection\n\nThe *Open Wordnets for Portuguese and English* collection (`own:1.0.0`)\ninstalls the following lexicons (from\n[here](https://github.com/own-pt/openWordnet-PT/releases/tag/v1.0.0))\nwhich can also be downloaded and installed independently:\n\n| Name           | Specifier      | # Synsets | Language        |\n| -------------- | -------------- | --------: | --------------- |\n| OpenWordnet-PT | `own-pt:1.0.0` |     52670 | Portuguese [pt] |\n| OpenWordnet-EN | `own-en:1.0.0` |    117659 | English [en]    |\n\n### Collaborative Interlingual Index\n\nWhile not a wordnet, the [Collaborative Interlingual Index] (CILI)\nrepresents the interlingual backbone of many wordnets. Wn, including\ninterlingual queries, will function without CILI loaded, but adding it\nto the database makes available the full list of concepts, their status\n(active, deprecated, etc.), and their definitions.\n\n| Name                               | Specifier  | # Concepts |\n| ---------------------------------- | ---------- | ---------: |\n| [Collaborative Interlingual Index] | `cili:1.0` |     117659 |\n\n[Collaborative Interlingual Index]: https://github.com/globalwordnet/cili/\n\n\n## Changes to the Index\n\n### `ewn` \u2192 `oewn`\n\nThe 2021 version of the *Open English WordNet* (`oewn:2021`) has\nchanged its lexicon ID from `ewn` to `oewn`, so the index is updated\naccordingly. The previous versions are still available as `ewn:2019`\nand `ewn:2020`.\n\n### `pwn` \u2192 `omw-en`, `omw-en31`\n\nThe wordnet formerly called the *Princeton WordNet* (`pwn:3.0`,\n`pwn:3.1`) is now called the *OMW English Wordnet based on WordNet\n3.0* (`omw-en`) and the *OMW English Wordnet based on WordNet 3.1*\n(`omw-en31`). This is more accurate, as it is a OMW-produced\nderivative of the original WordNet data, and it also avoids license or\ntrademark issues.\n\n### `*wn` \u2192 `omw-*` for OMW wordnets\n\nAll OMW wordnets have changed their ID scheme from `...wn` to `omw-..` and the version no longer\nincludes `+omw` (e.g., `bulwn:1.3+omw` is now `omw-bg:1.4`).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wordnet interface library",
    "version": "0.9.5",
    "project_urls": {
        "changelog": "https://github.com/goodmami/wn/blob/main/CHANGELOG.md",
        "documentation": "https://wn.readthedocs.io",
        "homepage": "https://github.com/goodmami/wn"
    },
    "split_keywords": [
        "wordnet",
        "interlingual",
        "linguistics",
        "language",
        "library"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee27da67032f35515beb1ad22b66e98ea4e3e708a063e5f626b76045808589d8",
                "md5": "b1d0c8b476590e93a668a8e27412c9b3",
                "sha256": "fa17477bd39bcb8417a11aa8e08c67b9ea72e0c0557cd6f4de26fe9c93e60e39"
            },
            "downloads": -1,
            "filename": "wn-0.9.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1d0c8b476590e93a668a8e27412c9b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 75764,
            "upload_time": "2023-12-06T06:07:03",
            "upload_time_iso_8601": "2023-12-06T06:07:03.383594Z",
            "url": "https://files.pythonhosted.org/packages/ee/27/da67032f35515beb1ad22b66e98ea4e3e708a063e5f626b76045808589d8/wn-0.9.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a705278cb587ad052681a8a8092af8c28a8e802397d5c35f530a79cf913c66cf",
                "md5": "daa7766b0eea598949636ab4d991f9f2",
                "sha256": "9ae62e0e6607f56e63e9eb8360930c8337ecc44e9e0488430aa1fa3fb9c51be4"
            },
            "downloads": -1,
            "filename": "wn-0.9.5.tar.gz",
            "has_sig": false,
            "md5_digest": "daa7766b0eea598949636ab4d991f9f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 139253,
            "upload_time": "2023-12-06T06:07:05",
            "upload_time_iso_8601": "2023-12-06T06:07:05.572666Z",
            "url": "https://files.pythonhosted.org/packages/a7/05/278cb587ad052681a8a8092af8c28a8e802397d5c35f530a79cf913c66cf/wn-0.9.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-06 06:07:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "goodmami",
    "github_project": "wn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wn"
}
        
Elapsed time: 0.15659s