https://github.com/brawer/sursilvanlexiconbot
Generate a machine-readable lexicon in Sursilvan Romansh
https://github.com/brawer/sursilvanlexiconbot
Last synced: 9 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T11:17:58.000Z (over 7 years ago)
- Last Synced: 2025-03-18T12:14:48.242Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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).