% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % File: swahili2.dtr % % Purpose: Swahili verb inflection -- including object agreement % % Author: Gerald Gazdar, April 1992 % % Email: geraldg@cogs.sussex.ac.uk % % Address: COGS, Sussex University, Brighton BN1 9QH, UK % % Documentation: Cognitive Science Research Paper CSRP 239, Univ. Sussex % % Related files: swahili1.dtr % % Version: 1.02 % % Copyright (c) University of Sussex 1992. All rights reserved. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Gerald Gazdar (1992) "Paradigm function morphology in DATR", in Lynne % Cahill & Richard Coates, eds. Sussex Papers in General and Computational % Linguistics, Cognitive Science Research Paper CSRP 239, University of % Sussex, pages 43-53. % % This paper shows how Stump's "paradigm function" (PFM) % approach to inflectional morphology can be implemented in % DATR. PFM analyses can be encoded in DATR without any loss % in concision over Stump's own notation, but with a great % gain in generality, since Stump's notation is ad hoc to PFM % analyses of inflectional morphology. DATR is thus to be % preferred to Stump's own notation on general methodological % grounds. An appendix suggests that there may also be % analytical grounds for preferring DATR in view of the % difficulties that the Swahili object agreement facts cause % for Stump's notation. VERB: == "> == li "<>" == ku "<>" == ta "<>" == SUBJ:<> == ha SUBJ:<> == si <>
== <"" "" "" stem> == "". SUBJ: <> == VERB <1 sg> == ni <> <2 sg> == u <> <3 sg> == a <> <1 pl> == tu <> <2 pl> == m <> <3 pl> == wa <>. Want: <> == VERB == taka. OBJ: <> == SUBJ <2 sg> == ku <> <3 sg> == m <> <2 pl> == <3 pl>. OVERB: <> == VERB == OBJ:<"" stem>. Like: <> == OVERB == penda. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % # hide SUBJ OBJ VERB OVERB Want Like. # show . W1: <> == Want == pos == 1 sg == past. W2: <> == W1 == 2 sg. W3: <> == W1 == 3 sg. W4: <> == W1 == 1 pl. W5: <> == W1 == 2 pl. W6: <> == W1 == 3 pl. W7: <> == W1 == futr. W8: <> == W7 == 2 sg. W9: <> == W7 == 3 sg. W10: <> == W7 == 1 pl. W11: <> == W7 == 2 pl. W12: <> == W7 == 3 pl. W13: <> == W1 == neg. W14: <> == W13 == 2 sg. W15: <> == W13 == 3 sg. W16: <> == W13 == 1 pl. W17: <> == W13 == 2 pl. W18: <> == W13 == 3 pl. W19: <> == W13 == futr. W20: <> == W19 == 2 sg. W21: <> == W19 == 3 sg. W22: <> == W19 == 1 pl. W23: <> == W19 == 2 pl. W24: <> == W19 == 3 pl. S1: <> == Like == pos == 1 sg == "" == past. S2: <> == S1 == 2 sg. S3: <> == S1 == 3 sg. S4: <> == S1 == 1 pl. S5: <> == S1 == 2 pl. S6: <> == S1 == 3 pl. S7: <> == S1 == futr. S8: <> == S7 == 2 sg. S9: <> == S7 == 3 sg. S10: <> == S7 == 1 pl. S11: <> == S7 == 2 pl. S12: <> == S7 == 3 pl. S13: <> == S1 == neg. S14: <> == S13 == 2 sg. S15: <> == S13 == 3 sg. S16: <> == S13 == 1 pl. S17: <> == S13 == 2 pl. S18: <> == S13 == 3 pl. S19: <> == S13 == futr. S20: <> == S19 == 2 sg. S21: <> == S19 == 3 sg. S22: <> == S19 == 1 pl. S23: <> == S19 == 2 pl. S24: <> == S19 == 3 pl. % The next line is the Revision Control System Id: do not delete it. % $Id: archive.dtr,v 1.1 1997/04/09 20:40:33 root Exp $