Create data-rich linguistic documents.
Project description
lingdocs
Create data-rich linguistic documents with CLDF, with a variety of output formats.
About
Linguistic documents usually contain linguistic data, be it from primary research or sourced from the literature. The primary function of lingdocs is to make the integration of such data as simple as possible. To achieve this, all data is stored in a CLDF dataset, while the accompanying prose is written in markdown. This means that the document that contains no linguistic data, only pointers to the dataset. Changes to the data only have to be done in the dataset, and don't include tinkering with the document. Presentation of the data in the document is done by templates,
- no more manually italicizing object language forms. The use of markdown and opinionated-but-customizable output templates results in separation of content and presentation in general.
To illustrate, this plain text in combination with this dataset can be turned into multiple formats:
- HTML with MkDocs
- Github markdown
- and yes, even plain text
It is also possible to integrate the output into CLLD web apps, using the clld-document-plugin; an example can be inspected here.
🔥 Quickstart
pip install lingdocs
(full installation guide)- create or get a CLDF dataset
lingdocs new
, point tometadata.json
filelingdocs preview
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.