Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fmatter committed Aug 1, 2024
1 parent cb5bd67 commit 3aaab40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/components/formparts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` | <div> <p>A unique identifier for a row in a table.</p> <p> To allow usage of identifiers as path components of URLs IDs must only contain alphanumeric characters, underscore and hyphen. </p> </div> <br>Primary key
`Form_ID` | `string` | The associated form.
`Form_ID` | `string` | The associated form.<br>References [forms.csv](forms.md).
`Wordform_ID` | `string` | The associated wordform.<br>References [wordforms.csv](wordforms.md).
`Index` | `string` | Specifies the position of a morph in a wordform.
9 changes: 5 additions & 4 deletions docs/foreignkeys.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,28 @@
"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",""
"inflections","Stem_ID","stems",""
"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",""
"morphs","Part_Of_Speech","partsofspeech",""
"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",""
Expand Down

0 comments on commit 3aaab40

Please sign in to comment.