Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omikhleia/teidict.sile
TEI (XML) dictionary support for the SILE typesetting system
https://github.com/omikhleia/teidict.sile
dictionary print sile tei tei-xml typesetting
Last synced: about 1 month ago
JSON representation
TEI (XML) dictionary support for the SILE typesetting system
- Host: GitHub
- URL: https://github.com/omikhleia/teidict.sile
- Owner: Omikhleia
- License: mit
- Created: 2022-09-08T18:25:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T08:19:46.000Z (12 months ago)
- Last Synced: 2023-11-23T09:27:30.813Z (12 months ago)
- Topics: dictionary, print, sile, tei, tei-xml, typesetting
- Language: Lua
- Homepage:
- Size: 211 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# teidict.sile
[![license](https://img.shields.io/github/license/Omikhleia/teidict.sile?label=License)](LICENSE)
[![Luacheck](https://img.shields.io/github/actions/workflow/status/Omikhleia/teidict.sile/luacheck.yml?branch=main&label=Luacheck&logo=Lua)](https://github.com/Omikhleia/teidict.sile/actions?workflow=Luacheck)
[![Luarocks](https://img.shields.io/luarocks/v/Omikhleia/teidict.sile?label=Luarocks&logo=Lua)](https://luarocks.org/modules/Omikhleia/teidict.sile)This package collection for the [SILE](https://github.com/sile-typesetter/sile) typesetter
aims at supporting the (XML) TEI P4 “Print Dictionary” standard — or, more precisely,
a certain subset of it, as suitable for the [Sindarin dictionary project](https://github.com/Omikhleia/sindict),
so that to generate a PDF out of it.The main pain point is that such a dictionary uses a heavily “semantic” structured
mark-up (i.e. a “lexical view”, encoding structure information such as part-of-speech
etc. without much concern for the exact textual representation in print form),
much more than a “presentational” mark-up. Some XML nodes may contain many things
one needs to ignore (such as spaces, mostly) or to supplement (such as punctuation,
parentheses, numbering, bits of translation… and again, proper spaces where needed).
Without XPath to check siblings, ascendants or descendants, it may become somewhat
hard to get a nice automated output (and even with XPath, it is not _that_ obvious).
In other terms, the solution proposed here is somewhat _ad hoc_ for a specific type
of lexical TEI dictionary and depends quite a lot on its structural organization.Would you want to use this package and know more about the supported structure and tags,
then refer to the [Data Model](https://omikhleia.github.io/sindict/manual/DATA_MODEL.html)
of the Sindarin Dictionary project.![dictionary](sampledict.png "Sample dictionary")
## Installation
These packages require SILE v0.14 or upper.
Installation relies on the **luarocks** package manager.
To install the latest development version and all its dependencies (see below), you may use the provided “rockspec”:
```
luarocks --lua-version 5.4 install --server=https://luarocks.org/dev teidict.sile
```(Refer to the SILE manual for more detailed 3rd-party package installation information.)
**Note**: This collection also uses other SILE packages, such as:
- The [resilient](https://github.com/Omikhleia/resilient.sile) collection, for styling and
other layout features.
- The [couyards](https://github.com/Omikhleia/couyards.sile) package, for typographic ornaments.When installed with luarocks, these dependencies are automatically installed too.
If you are using this repository from a Git clone, though, you will have to install them manually.
## License
All the **code** in this repository is licensed under the MIT License.
This repository also includes a simple dictionary example — a small XML (TEI P4) lexicon
(Almaqerin-French) — which is provided under license CC-BY-NC-SA 2.0 as a special arrangement.More generally, any example (i.e. anything in the "examples" folder) may have its own
license, and is used here by courtesy of the author(s). Please check the license(s)
or ask, in case of doubts, for details and exact licensing terms.