From 3aaab40b034ae5354661275874914e39120e3f5f Mon Sep 17 00:00:00 2001 From: Florian Matter Date: Thu, 1 Aug 2024 18:38:58 +0200 Subject: [PATCH] preparing for release --- docs/components/formparts.md | 2 +- docs/foreignkeys.csv | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/components/formparts.md b/docs/components/formparts.md index b562b22..41e8ff5 100644 --- a/docs/components/formparts.md +++ b/docs/components/formparts.md @@ -10,6 +10,6 @@ An association table between [wordforms](../wordforms) and larger [forms](https: Name/Property | Datatype | Cardinality | Description --- | --- | --- | --- [ID](http://cldf.clld.org/v1.0/terms.rdf#id) | `string` |

A unique identifier for a row in a table.

To allow usage of identifiers as path components of URLs IDs must only contain alphanumeric characters, underscore and hyphen.


Primary key -`Form_ID` | `string` | The associated form. +`Form_ID` | `string` | The associated form.
References [forms.csv](forms.md). `Wordform_ID` | `string` | The associated wordform.
References [wordforms.csv](wordforms.md). `Index` | `string` | Specifies the position of a morph in a wordform. \ No newline at end of file diff --git a/docs/foreignkeys.csv b/docs/foreignkeys.csv index 27b26f4..ea4dd53 100644 --- a/docs/foreignkeys.csv +++ b/docs/foreignkeys.csv @@ -10,6 +10,7 @@ "exampleparts","Wordform_ID","wordforms","" "examples","Text_ID","texts","" "formparts","Wordform_ID","wordforms","" +"formparts","Form_ID","forms","" "inflectionalvalues","Category_ID","inflectionalcategories","" "inflectionalvalues","Gloss_ID","glosses","" "inflections","Form_ID","forms","" @@ -17,9 +18,9 @@ "inflections","Value_ID","inflectionalvalues","" "inflections","Wordformpart_ID","wordformparts","" "lexemes","Parameter_ID","ParameterTable","" -"morphemes","Part_Of_Speech","partsofspeech","" -"morphemes","Parameter_ID","ParameterTable","" "morphemes","Language_ID","LanguageTable","" +"morphemes","Parameter_ID","ParameterTable","" +"morphemes","Part_Of_Speech","partsofspeech","" "morphs","Language_ID","LanguageTable","" "morphs","Morpheme_ID","morphemes","" "morphs","Parameter_ID","ParameterTable","" @@ -27,10 +28,10 @@ "stemparts","Gloss_ID","glosses","" "stemparts","Morph_ID","morphs","" "stemparts","Stem_ID","stems","" +"stems","Parameter_ID","ParameterTable","" +"stems","Lexeme_ID","lexemes","" "stems","Language_ID","LanguageTable","" "stems","Part_Of_Speech","partsofspeech","" -"stems","Lexeme_ID","lexemes","" -"stems","Parameter_ID","ParameterTable","" "wordformparts","Wordform_ID","wordforms","" "wordformparts","Gloss_ID","glosses","" "wordformparts","Morph_ID","morphs",""