All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.10 - 2024-09-06
Morphs
haveForm
s, notName
s
0.0.9 - 2024-08-01
forms.csv
reference toformparts.csv
0.0.8 - 2023-11-07
Language_ID
foreign keys
0.0.7 - 2023-11-06
Phrase_Number
for examples- tags
- simple constructions
Sentence_Number
instead ofRecord_Number
0.0.6 - 2023-06-27
Speaker_ID
as a foreign key inExampleTable
Morph(emes)
andStems
can now have aPart_Of_Speech
- unavailable
SpeakerTable
- speakers have
Name
s, notAbbreviation
s (although they may be abbreviations) - missing foreign key from wordformstems to wordforms
- missing foreign key from formparts to wordforms
Gloss_ID
is optional for inflectional values
0.0.5 - 2023-03-04
PhonemeTable
Segments
column forStemTable
andWordformTable
Part_Of_Speech
column forWordformTable
- foreign key:
Stem_ID
inWordformStems
- derivations don't need to reference a specific morph in the target stem
- multi-valued index for stems in wordforms (morphologically complex stems, potentially bipartite)
- make multi-valued
Parameter_ID
(i.e., polysemy) the default
Gloss_ID
column ofStemTable
0.0.4 - 2023-03-01
- texts have a
Name
, not aTitle
0.0.3 - 2023-02-27
- wordformparts don't need to have a gloss (infixation)
Order
for inflectional categories is now a list and calledValue_Order
- for multi-word forms with morph slices, the native
FormTable
is now used - derivational processes have a language
- adding column
Morpho_Segments
to CLDF-nativeFormTable
- foreign
Lexeme_ID
key forStemTable
- lexeme's
Paradigm_View
asjson
column
- old
FormTable
0.0.2 - 2023-02-19
- include data in MANIFEST.in
0.0.1 - 2022-02-19
Initial release