Metadata-Version: 2.5
Name: cyg
Version: 0.0.1b1
Summary: A package to query Cygnet, a reformulation of the Open Multilingual Wordnet
Project-URL: Homepage, https://github.com/smpouli/cygnet_python_package
Project-URL: Documentation, https://github.com/smpouli/cygnet_python_package/blob/main/documentation.txt
Project-URL: Repository, https://github.com/smpouli/cygnet_python_package
License-Expression: MIT
License-File: LICENSE
Keywords: Wordnet,language,linguistics,multilingual
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Text Processing
Requires-Python: >=3.9
Requires-Dist: urllib3
Description-Content-Type: text/markdown

# Product Name
>Cyg is a Python library conceived to query Cygnet, a reformulation of the Open Multilingual WordNet.


Cyg makes it possible to return ilis of concepts in different languages and also to compare senses, definitions and relationships between concepts. The database can also be queried online: https://cygnet.maudslay.eu/.


## Installing

Install the latest version from PyPI:

pip install my-project


## Quick Start

Import the library:

import cygnet

This shall automatically download the database the first time you call it. 


## Usage

See the documentation file for detailed examples: https://github.com/smpouli/cygnet_python_package/blob/main/documentation.txt


## Release History
 *0.0.1b1
    ** Work in progress
 *0.0.dev1
    ** Pre-release version

## License

Distributed under the MIT license. See ``LICENSE`` for more information.

## Github repository

https://github.com/smpouli/cygnet_python_package


