From 9b01ed63e031d649a35ffee821959a61d4219131 Mon Sep 17 00:00:00 2001 From: aarneranta Date: Tue, 3 Mar 2020 18:53:45 +0100 Subject: [PATCH] some more explanations in morphodict README --- src/morphodict/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/morphodict/README b/src/morphodict/README index 697a39eb5..51a4a7073 100644 --- a/src/morphodict/README +++ b/src/morphodict/README @@ -4,13 +4,18 @@ Aarne Ranta 2020-03-02 principles: +There should be a single source for each lemgram (i.e. inflection table of a word) +Functions names should be easy to guess: baseform_Category (but avoiding accidental errors if this is not a unique key) + +Hence, + Functions are 1-to-1 with lemgrams, i.e. inflection tables, thus - no sense distinctions - no subcategorizations - no variants Functionname = baseform_category, with exceptions - - variant inflection tables: lie_1_V, lie_2_V + - same baseform_Category, different inflection tables: lie_1_V, lie_2_V - words that have non-ident characters: 'bird\'s-eye_A' - words that start with non-letters: W_'tween_Adv