Greetings,
We are dealing with languages that have noun classes. I am trying to use the affix template system to show that suffixes occur on the nouns. The problem is that once a slot has a suffix, it always has that suffix. So when I go thorough adding suffixes to the other noun classes they all show up in each slot. The slot is the same for each class (person, number, case) but the affixes should be different. What other way is there to deal with this?
If you use the parser, it should correctly parse nouns with the
correct allomorph for each inflection class.
--Andy
The only work around that I see is to have a separate slot for each class. So Class 1 has inflection template with slot named C1 PNC and Class 2 has an inflection template called C2 PNC, etc.
looking forward to hearing your wisdom,Jonathan
--
You are subscribed to the publicly accessible group "FLEx list".
Only members can post but anyone can view messages on the website.
---
You received this message because you are subscribed to the Google Groups "FLEx list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flex-list+...@googlegroups.com.
To post to this group, send email to flex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flex-list/e9d5c851-5b6f-47f1-a954-5a7a192f151c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If I can paraphrase what Andy is saying it is that you have to assign each affix and noun root to its inflectional class, then the parser will only match affixes with roots of the same inflectional class. Should you have allomorphs of two or more affixes that have the same surface form, there are ways to deal with that. Either by phonological environments or creating ad hoc rules prohibiting the parser from making certain parses. Ad hoc rules should be used sparingly.
Jeff Shrum
SIL International
Language Technology in Use
Dallas, TX
USA
To view this discussion on the web visit https://groups.google.com/d/msgid/flex-list/56BE2EF5.5030603%40sil.org.
Inflectional Classes show lexeme to affix correlation.
Inflectional Features show the features by which a category can be inflected by affixation.
Does this seem like a good explanation of these terms and how they function (within FLEx)?
Jonathan
--
You are subscribed to the publicly accessible group "FLEx list".
Only members can post but anyone can view messages on the website.
--- You received this message because you are subscribed to the Google Groups "FLEx list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flex-list+...@googlegroups.com.
To post to this group, send email to flex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flex-list/56C1FB15.6010806%40sil.org.