cldf-ldd
cldf-ldd is a collection of CLDF components for modeling typical corpora resulting from descriptive fieldwork.
Installation
Usage
Adding components to a CLDF dataset:
from cldf_ldd.components import StemTable
...
args.writer.cldf.add_component(StemTable)
...
args.writer.objects[StemTable["url"]].append({...})
Adding foreign keys:
Adding additional columns to native tables: