Loglan Dictionary Database Model for SQLAlchemy


Keywords
Loglan, Dictionary, Database, Model, LOD, mit
License
MIT
Install
pip install Loglan-Core==0.2.5

Documentation

Loglan Core

Codecov Scrutinizer code quality (GitHub/Bitbucket) Code Climate maintainability Pylint Pytest pylint PyPI - Downloads PyPI - Version GitHub License

SQLAlchemy Database Model for Loglan Dictionary

This project represent a SQLAlchemy database model for the dictionary of constructed language Loglan. It contains schemas for information about words, authors, lexical events, and even more.

SQL LOD Schema

Features

Provides a structured SQLAlchemy model for the Loglan dictionary. Includes classes for handling words, authors, lexical events, and more. Can be easily integrated into Python projects to provide Loglan language support.

Prerequisites

Before installing, ensure you have the following software installed on your system:

  • Python 3.10+
  • pip (Python package manager)

Installation

You can install Loglan-Core using pip:

pip install Loglan-Core

Usage

After installing the package, you can use it as follows:

from loglan_core import Word, Type, Event, Key
# your code here...

For more details please see Intro, Word and WordSelector documentation with examples.

License

Loglan-Core is licensed under the MIT license.