Received: from mail-wg0-f64.google.com ([74.125.82.64]:33881) by stodi.digitalkingdom.org with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.80.1) (envelope-from ) id 1YgXzD-0000Ah-3m; Fri, 10 Apr 2015 05:24:40 -0700 Received: by wggy19 with SMTP id y19sf3832087wgg.1; Fri, 10 Apr 2015 05:24:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:from:date:message-id:subject:to:content-type :x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:list-post:list-help:list-archive :sender:list-subscribe:list-unsubscribe; bh=8+97aeqeWlUYW9VJr0CHQnOvKMR24IxP7W5NQ92WvuU=; b=NFcRoSJ25OuJ1tZYMuyzO3hvIkoetfb8G/J4JrULXJsz9XuGwk1PtieXgqMDSeivak yRhgOJkryszAp5aDQ/6FVBPbvBnCYu95zlQDGduPAjv+QMjANmR4CZTDttLK0BJRCw1X n2GnrvQaQlKGy3at0teeKuTX1/biMfz6e+lKhEdpIP4cAxThGYoGDGsgZrlE7Gmu0yty mFEaAOttCoMSj0i5m1GdQL9JPQbtv8h38ewWPcK+zQoZSAdrXDvV4W8ZSNFTd97WoDqH mPcjuuu712HtH2YZUxjySele/fAurrFXCR71/tY39gStLMBB7g8u1L583Jcn/OZd8dHF Iqzw== X-Received: by 10.152.88.69 with SMTP id be5mr13243lab.3.1428668672142; Fri, 10 Apr 2015 05:24:32 -0700 (PDT) X-BeenThere: bpfk-list@googlegroups.com Received: by 10.152.42.172 with SMTP id p12ls450922lal.40.gmail; Fri, 10 Apr 2015 05:24:31 -0700 (PDT) X-Received: by 10.152.206.36 with SMTP id ll4mr276756lac.6.1428668671654; Fri, 10 Apr 2015 05:24:31 -0700 (PDT) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com. [2a00:1450:400c:c00::233]) by gmr-mx.google.com with ESMTPS id g5si992853wix.1.2015.04.10.05.24.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Apr 2015 05:24:31 -0700 (PDT) Received-SPF: pass (google.com: domain of gleki.is.my.name@gmail.com designates 2a00:1450:400c:c00::233 as permitted sender) client-ip=2a00:1450:400c:c00::233; Received: by mail-wg0-x233.google.com with SMTP id o17so15671982wgs.1 for ; Fri, 10 Apr 2015 05:24:31 -0700 (PDT) X-Received: by 10.180.14.135 with SMTP id p7mr4282259wic.8.1428666902382; Fri, 10 Apr 2015 04:55:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.240.197 with HTTP; Fri, 10 Apr 2015 04:53:40 -0700 (PDT) From: Gleki Arxokuna Date: Fri, 10 Apr 2015 14:53:40 +0300 Message-ID: Subject: [bpfk] Why recursion in BE? To: bpfk-list@googlegroups.com Content-Type: multipart/alternative; boundary=f46d040fa1d0380eb205135d6f4d X-Original-Sender: gleki.is.my.name@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of gleki.is.my.name@gmail.com designates 2a00:1450:400c:c00::233 as permitted sender) smtp.mail=gleki.is.my.name@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Reply-To: bpfk-list@googlegroups.com Precedence: list Mailing-list: list bpfk-list@googlegroups.com; contact bpfk-list+owners@googlegroups.com List-ID: X-Google-Group-Id: 972099695765 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , X-Spam-Score: -1.6 (-) X-Spam_score: -1.6 X-Spam_score_int: -15 X-Spam_bar: - --f46d040fa1d0380eb205135d6f4d Content-Type: text/plain; charset=UTF-8 Here is what we have: ; //////start///////// linkargs <- linkargs-sa* linkargs-1 linkargs-1 <- BE-clause free* term links? BEhO-clause? free* SPACE linkargs-sa <- linkargs-start (!linkargs-start (sa-word / SA-clause !linkargs-start ) )* SA-clause &linkargs-1 linkargs-start <- BE-clause ;; links <- BEI-clause free* term links? links <- links-sa* links-1 links-1 <- BEI-clause free* term links? ; ////////end////////// Now why links contains links-1 which again contains links? Why recursion here? There cannot be any branching / right-grouping here since "term" parallels "term" in "sentence" where we have: terms <- terms-1+ terms-1 <- terms-2 (pehe-sa* PEhE-clause free* joik-jek terms-2)* terms-2 <- term (cehe-sa* CEhE-clause free* term)* Why not have something like: links <- (links-sa* BEI-clause free* term)+ or links <- BEI-clause free* term (links-sa* BEI-clause free* term)* ? -- You received this message because you are subscribed to the Google Groups "BPFK" group. To unsubscribe from this group and stop receiving emails from it, send an email to bpfk-list+unsubscribe@googlegroups.com. To post to this group, send email to bpfk-list@googlegroups.com. Visit this group at http://groups.google.com/group/bpfk-list. For more options, visit https://groups.google.com/d/optout. --f46d040fa1d0380eb205135d6f4d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Here is what we have:

; ////= //start/////////
linkargs <- linkargs-sa* linkargs-1

linkargs-1 <- BE-clause free* term links? BEhO-clause? f= ree*

SPACE linkargs-sa <- linkargs-start (!link= args-start (sa-word / SA-clause !linkargs-start ) )* SA-clause &linkarg= s-1

linkargs-start <- BE-clause

<= /div>
;; links <- BEI-clause free* term links?

<= div>links <- links-sa* links-1

links-1 <- BE= I-clause free* term links?

; ////////end//////////=

Now why links contains links-1 which again contai= ns links?

Why recursion here?
There cann= ot be any branching / right-grouping here since "term" parallels = "term" in "sentence" where we have:

= terms <- terms-1+
terms-1 <- terms-2 (pehe-s= a* PEhE-clause free* joik-jek terms-2)*
terms-2 <- term (cehe-= sa* CEhE-clause free* term)*


Why not have somet= hing like:
links <- (links-sa* BEI-clause free* term)+
or=C2= =A0
links <- BEI-clause free* term (links-sa* BEI-clause= free* term)*
?

--
You received this message because you are subscribed to the Google Groups &= quot;BPFK" group.
To unsubscribe from this group and stop receiving emails from it, send an e= mail to bpfk-list= +unsubscribe@googlegroups.com.
To post to this group, send email to bpfk-list@googlegroups.com.
Visit this group at ht= tp://groups.google.com/group/bpfk-list.
For more options, visit http= s://groups.google.com/d/optout.
--f46d040fa1d0380eb205135d6f4d--