The usage example contains this line: `to_concepticon([{"gloss": "Fuß", pos: "noun"}], language="de"}])` But, that seems to be a typo for this: `to_concepticon([{"gloss": "Fuß", "pos": "noun"}], language="de")`
The usage example contains this line:
to_concepticon([{"gloss": "Fuß", pos: "noun"}], language="de"}])But, that seems to be a typo for this:
to_concepticon([{"gloss": "Fuß", "pos": "noun"}], language="de")