<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
p.MsoNoSpacing, li.MsoNoSpacing, div.MsoNoSpacing
        {mso-style-priority:1;
        margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
/* List Definitions */
@list l0
        {mso-list-id:1515192620;
        mso-list-type:hybrid;
        mso-list-template-ids:794429482 -1 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level2
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level3
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l0:level4
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level5
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level6
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
@list l0:level7
        {mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level8
        {mso-level-number-format:alpha-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-.25in;}
@list l0:level9
        {mso-level-number-format:roman-lower;
        mso-level-tab-stop:none;
        mso-level-number-position:right;
        text-indent:-9.0pt;}
ol
        {margin-bottom:0in;}
ul
        {margin-bottom:0in;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">In addition to broaching the discovery, encoding and reuse of language-specific patterns, which I view as a discussion topic when comparing and contrasting approaches (see: the DRY principle [1] and the abstraction principle [2]), and indicating
 how conjugation and declension functions would facilitate the discovery, encoding and reuse of these patterns, I would like to share some topics which arose as I explored adding the thematic relation [3] of instrument to the agent-patient pair.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">When exploring how best to add the thematic relation of instrument to the agent-patient pair (e.g. adding “using the bat” to “Bobby hit the ball”), I observed that, for the same input grammatical arguments, there was a set of possible output
 paraphrases:</p>
<p class="MsoNormal"><o:p> </o:p></p>
<ol style="margin-top:0in" start="1" type="1">
<li class="MsoListParagraph" style="margin-left:0in;mso-list:l0 level1 lfo1">“Bobby hit the ball using the bat”</li><li class="MsoListParagraph" style="margin-left:0in;mso-list:l0 level1 lfo1">“Bobby, using the bat, hit the ball”</li><li class="MsoListParagraph" style="margin-left:0in;mso-list:l0 level1 lfo1">“Using the bat, Bobby hit the ball”</li></ol>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I wondered: how might we be able to generate each?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">One possibility is indicated. There could be a type for each thematic relation [3]. Then, using explicit type conversions to these types, we could have different functions for different sequences of input arguments.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">That is,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">hit<voice::active, tense::past, aspect::perfective, mood::indicative>(context, (Agent)Bobby, (Patient)ball, (Instrument)bat) --> “Bobby hit the ball using the bat”</p>
<p class="MsoNormal">hit<voice::active, tense::past, aspect::perfective, mood::indicative>(context, (Agent)Bobby, (Instrument)bat, (Patient)ball) --> “Bobby, using the bat, hit the ball”</p>
<p class="MsoNormal">hit<voice::active, tense::past, aspect::perfective, mood::indicative>(context, (Instrument)bat, (Agent)Bobby, (Patient)ball) --> “Using the bat, Bobby hit the ball”</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">or</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">hit<voice::active, tense::past, aspect::perfective, mood::indicative>(context, Bobby as Agent, ball as Patient, bat as Instrument) --> “Bobby hit the ball using the bat”</p>
<p class="MsoNormal">hit<voice::active, tense::past, aspect::perfective, mood::indicative>(context, Bobby as Agent, bat as Instrument, ball as Patient) --> “Bobby, using the bat, hit the ball”</p>
<p class="MsoNormal">hit<voice::active, tense::past, aspect::perfective, mood::indicative>(context, bat as Instrument, Bobby as Agent, ball as Patient) --> “Using the bat, Bobby hit the ball”</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">These functions could each wrap the use of patterns (as indicated in previous email) and attempt to realize output sentences utilizing the arguments in the same sequence in which they were provided. This would, however, mean that the callers
 of the functions would be responsible for “shuffling” the input arguments to express the desired paraphrase ((1), (2), (3)).</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">There are, of course, other approaches to consider and other possibilities to consider with respect to addressing the matter of outputting the example paraphrases.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Any thoughts on these topics?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Best regards,</p>
<p class="MsoNormal">Adam</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">[1] <a href="https://en.wikipedia.org/wiki/Don%27t_repeat_yourself">
https://en.wikipedia.org/wiki/Don%27t_repeat_yourself</a></p>
<p class="MsoNormal">[2] <a href="https://en.wikipedia.org/wiki/Abstraction_principle_(computer_programming)">
https://en.wikipedia.org/wiki/Abstraction_principle_(computer_programming)</a></p>
<p class="MsoNormal">[3] <a href="https://en.wikipedia.org/wiki/Thematic_relation">
https://en.wikipedia.org/wiki/Thematic_relation</a></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">P.S.: We could also put the grammatical arguments on the context object (context.voice, context.tense, context.aspect, context.mood, et cetera) and then make use of generic parameters for other uses.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:adamsobieski@hotmail.com">Adam Sobieski</a><br>
<b>Sent: </b>Thursday, July 23, 2020 7:38 PM<br>
<b>To: </b><a href="mailto:abstract-wikipedia@lists.wikimedia.org">General public mailing list for the discussion of Abstract Wikipedia (aka Wikilambda)</a><br>
<b>Subject: </b>RE: Conjugation and Declension Functions</p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNoSpacing">I had an idea about discovering, encoding and reusing patterns in languages that I would like to share with the group.</p>
<p class="MsoNoSpacing"><o:p> </o:p></p>
<p class="MsoNoSpacing">The following is rough-draft pseudocode for a function with which to generate sentences for the verb “to kick”. The function has generic parameters for voice and tense and parameters for context, agent and patient.</p>
<p class="MsoNoSpacing"><o:p> </o:p></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">Clause kick<V, T>(Context context, Noun agent, Noun patient)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">{<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  switch(V)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  {<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">    case voice::active:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      switch(T)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      {<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::past:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::present:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          return join(" ", [<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            agent,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            conjugate_en(“kick”, V, T, …),<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “the”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            patient<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          ]);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::future:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          return join(" ", [<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            agent,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “will”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            conjugate_en(“kick”, V, T, …),<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “the”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            patient<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          ]);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        …<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      }<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">    case voice::passive:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      switch(T)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      {<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::past:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          return join(" ", [<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “the”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            patient,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “was”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            conjugate_en(“kick”, V, T, …),<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “by”<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            agent<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          ]);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::present:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          return join(" ", [<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “the”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            patient,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “is”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “being”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            conjugate_en(“kick”, V, T, …),<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “by”<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            agent<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          ]);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">       …<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">     }<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  }<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">}<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNoSpacing">and<span style="font-size:10.0pt;font-family:"Courier New""><o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNoSpacing"><span style="font-family:"Courier New"">kick<voice::active, tense::past>(context, Bobby, ball)</span> returns “Bobby kicked the ball”.</p>
<p class="MsoNoSpacing"><o:p> </o:p></p>
<p class="MsoNoSpacing">In English, most combinations of tense, aspect, mood and voice are expressed periphrastically, using constructions with auxiliary verbs. After implementing a number of these for similar verbs, per the above example, we would notice a
 pattern. That pattern could be expressed as something resembling:</p>
<p class="MsoNoSpacing"><o:p> </o:p></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">Clause pattern123<V, T>(Context context, Verb verb, Noun agent, Noun patient)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">{<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  switch(V)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  {<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">    case voice::active:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      switch(T)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      {<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::past:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::present:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          return join(" ", [<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            agent,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            conjugate_en(verb, V, T, …),<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “the”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            patient<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          ]);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::future:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          return join(" ", [<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            agent,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “will”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            conjugate_en(verb, V, T, …),<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “the”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            patient<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          ]);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        …<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      }<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">    case voice::passive:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      switch(T)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">      {<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::past:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          return join(" ", [<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “the”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            patient,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “was”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            conjugate_en(verb, V, T, …),<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “by”<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            agent<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          ]);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">        case tense::present:<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          return join(" ", [<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “the”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            patient,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “is”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “being”,<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">           conjugate_en(verb, V, T, …),<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            “by”<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">            agent<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">          ]);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">       …<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">     }<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  }<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">}<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNormal">We could then simply express that the verb “to kick” is an instance of pattern
<span style="font-size:10.0pt;font-family:"Courier New"">pattern123</span> with something resembling:<o:p></o:p></p>
<p class="MsoNoSpacing"><o:p> </o:p></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">Clause kick<V, T>(Context context, Noun agent, Noun patient)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">{<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  pattern123<V, T>(context, new Verb(“kick”, …), agent, patient);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">}</span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">or<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">Clause kick<V, T>(Context context, Noun agent, Noun patient)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">{<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  pattern123<V, T>(context, getVerb(“https://…#kick”), agent, patient);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">}</span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">and this pattern could be reused for a large number of verbs.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This use of patterns should extend to scenarios where there are more parameters for other thematically-related nouns:<o:p></o:p></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New""><o:p> </o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">Clause kick<V, T>(Context context, Noun agent, Noun patient, Noun instrument)<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">{<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">  pattern1234<V, T>(context, new Verb(“kick”, …), agent, patient, instrument);<o:p></o:p></span></p>
<p class="MsoNoSpacing"><span style="font-size:10.0pt;font-family:"Courier New"">}</span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">For English, there might be more generic parameters than those for voice and tense; we could add those for aspect and mood (e.g.
<span style="font-size:10.0pt;font-family:"Courier New"">pattern1234<V, T, A, M>(…)</span>).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">In conclusion, with generic programming and functions for conjugation and declension, we have expressiveness with which to discover, encode and reuse language-specific patterns.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Best regards,<o:p></o:p></p>
</div>
<p class="MsoNormal">Adam Sobieski<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>