globalwordnet / schemas

WordNet-LMF formats
https://globalwordnet.github.io/schemas/
20 stars 11 forks source link

Global WordNet Schemas

Read the documentation here

Building the metadata

index.html is constructed with PanDoc

pandoc -t html -H template/header -A template/afterbody -B template/beforebody --shift-heading-level-by=-1 index.md > index.html

wn.rdf is generated from the Turtle with Rapper

rapper -i turtle -o rdfxml-abbrev wn.ttl > wn.rdf