Skip to main content

Standard for lexicons of inflected paradigms

Project description

Paralex: lexicons of morphological paradigms

Paralex is a standard for morphological lexicons which document inflectional paradigms.

This package contains:

  • The paralex specification
  • The full documentation
  • Utilities to generate metadata and to validate paralex lexicons

Generating metadata

To generate paralex metadata (more in the docs):

from paralex import paralex_factory

package = paralex_factory("Vulcan Verbal Paradigms",
                          {
                              "forms": {"path": "vulcan_v_forms.csv"},
                          }
                          )
package.to_json("vulcan.package.json")

The package returned is a frictionless Package object and can be manipulated as such as needed.

Validation of paralex datasets

To validate a paralex lexicon:

    paralex validate <mypackagename>.package.json

This checks that the data is valid using frictionless, as well as a number of statements to match the paralex standard. For a detailed report on frictionless metadata, do:

    frictionless validate <mypackagename>.package.json

Serving the paralex site

First, build the standard package from files:

	paralex make_standard

Second, build the specs files from the standard package:

	paralex make_doc

Third, use mkdocs (which needs to be installed) to build this site:

	mkdocs serve

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paralex-1.tar.gz (62.0 kB view details)

Uploaded Source

Built Distribution

paralex-1-py2.py3-none-any.whl (70.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file paralex-1.tar.gz.

File metadata

  • Download URL: paralex-1.tar.gz
  • Upload date:
  • Size: 62.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for paralex-1.tar.gz
Algorithm Hash digest
SHA256 97364bc98bcff135ab6e4d46fdd1174514e932920440bd8a6965bfaf09533caf
MD5 0b4fdd175f50c8da687e16c924aebc89
BLAKE2b-256 70e98cc47bde3656bff2692eae63bfbc543e2b811b7e7185be5d8a33d7f4a517

See more details on using hashes here.

File details

Details for the file paralex-1-py2.py3-none-any.whl.

File metadata

  • Download URL: paralex-1-py2.py3-none-any.whl
  • Upload date:
  • Size: 70.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.17

File hashes

Hashes for paralex-1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c7087875158bebb964c6da6b9cdc43b496c34c06cae485c8ccf0f1bbc0a76c32
MD5 7b480a5ccbf9320174e8083e3c59ec31
BLAKE2b-256 975b9c7fc6f909bbf2b75d8e7a8213898d4453498a98dfeccc00897a05595070

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page