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.
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.
Before installing, ensure you have the following software installed on your system:
- Python 3.10+
- pip (Python package manager)
You can install Loglan-Core using pip:
pip install Loglan-Core
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 look into Intro, Word and WordSelector documentation with examples or read the detailed package description.
Loglan-Core is licensed under the MIT license.