Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brawer/sursilvanlexiconbot
Generate a machine-readable lexicon in Sursilvan Romansh
https://github.com/brawer/sursilvanlexiconbot
Last synced: 29 days ago
JSON representation
Generate a machine-readable lexicon in Sursilvan Romansh
- Host: GitHub
- URL: https://github.com/brawer/sursilvanlexiconbot
- Owner: brawer
- License: mit-0
- Created: 2018-12-07T15:27:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T11:17:58.000Z (about 6 years ago)
- Last Synced: 2024-10-13T14:14:45.953Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SursilvanLexiconBot
At some point, once the code in this repository is actually complete,
it will generate a machine-readable lexicon for the Sursilvan Romansh
language (IETF BCP47 code: `rm-sursilv`). The plan is to build a
robot that adds Sursilvan word forms to [Lexicographical data in
Wikidata](https://www.wikidata.org/wiki/Wikidata_talk:Lexicographical_data).For easier debugging, the output is printed as a [YAML
file](https://en.wikipedia.org/wiki/YAML), using [Universal
Features](http://universaldependencies.org/u/feat/) and [Universal
Part-of-Speech Tags](http://universaldependencies.org/u/pos/index.html).## Usage
To generate the lexicon, run this command:
```sh
python3 build_lexicon.py
```## License
The files in `data`, and also the generated output lexicon, are in the
Public Domain according to the [Creative Commons Zero v1.0 Universal
Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/). The code for generating the lexicon is currently licensed under the
[MIT-0 license](https://spdx.org/licenses/MIT-0.html).