https://github.com/michmech/nvh
Name-Value Hierarchy: a lightweight markup language.
https://github.com/michmech/nvh
Last synced: 3 months ago
JSON representation
Name-Value Hierarchy: a lightweight markup language.
- Host: GitHub
- URL: https://github.com/michmech/nvh
- Owner: michmech
- License: mit
- Created: 2020-01-25T11:05:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T18:13:25.000Z (almost 3 years ago)
- Last Synced: 2023-05-21T04:10:16.320Z (almost 2 years ago)
- Language: Python
- Homepage: http://www.namevaluehierarchy.org/
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Name-Value Hierarchy (NVH)
**Warning: this is work in early stages of progress.**
NVH is a lightweight markup language intended for encoding dictionary entries in lexicography. NVH is a less verbose alternative to XML.
Example:
```
headword: bank
partOfSpeech: noun
definition: an institution where you store or borrow money
translation: банка
example: I got a large loan from the bank.
translation: Я получил крупный кредит в банке.
definition: a stretch of land along a river
translation: берег
example: The house is on the north bank of the river.
translation: Дом находится на северном берегу реки.
```For more, go to [namevaluehierarchy.org »](http://www.namevaluehierarchy.org/)