Received: from mail-wi0-f183.google.com ([209.85.212.183]:33424) by stodi.digitalkingdom.org with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.80.1) (envelope-from ) id 1YddlV-0004D8-Qz; Thu, 02 Apr 2015 04:58:37 -0700 Received: by wiwh11 with SMTP id h11sf16284045wiw.0; Thu, 02 Apr 2015 04:58:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=mime-version:in-reply-to:references:date:message-id:subject:from: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=8MH2UG+3/S2mDjsj38G3RhX+owXfJiS2MkHBwqSSl5U=; b=mCyKDarkhbzUcCD6fAPQSlBrKrrJ4EQxPjjxIVUZ54N0EqgWZhpW7KmVgqeeluFoI3 FdE5gR9U2fVsPv1uj1aMuZ65SJ/KgxioB2kfu62+x827BzOP8LxBwhHCK3n7g6Up1rM/ 88u3IJ2SACFpLqvbUR4h6Y4ZYd+1afbKMoqhWfFPgJ0tiGsN2o0AjxPWQg1/qQbG90t7 Z7zkh1gipjHEg5NTOUKprwuPUio6x881H187+kqYS6n7sL4OPKIHcokFjaDsOUeETSVG NAIfXBASu3wlKU+oEewaUkt3l6gjPhycZ7HKmteEllAKZuAgIlp9Y4kLwr/qM7IjrqGa gOGw== X-Received: by 10.152.28.100 with SMTP id a4mr629735lah.31.1427975902738; Thu, 02 Apr 2015 04:58:22 -0700 (PDT) X-BeenThere: bpfk-list@googlegroups.com Received: by 10.152.203.228 with SMTP id kt4ls211201lac.81.gmail; Thu, 02 Apr 2015 04:58:22 -0700 (PDT) X-Received: by 10.152.19.67 with SMTP id c3mr10708668lae.7.1427975902274; Thu, 02 Apr 2015 04:58:22 -0700 (PDT) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com. [2a00:1450:400c:c05::236]) by gmr-mx.google.com with ESMTPS id g5si194104wix.1.2015.04.02.04.58.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Apr 2015 04:58:22 -0700 (PDT) Received-SPF: pass (google.com: domain of jjllambias@gmail.com designates 2a00:1450:400c:c05::236 as permitted sender) client-ip=2a00:1450:400c:c05::236; Received: by mail-wi0-x236.google.com with SMTP id a2so102203196wia.0 for ; Thu, 02 Apr 2015 04:58:22 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.63.16 with SMTP id c16mr94543413wjs.117.1427975902161; Thu, 02 Apr 2015 04:58:22 -0700 (PDT) Received: by 10.27.56.72 with HTTP; Thu, 2 Apr 2015 04:58:22 -0700 (PDT) In-Reply-To: References: Date: Thu, 2 Apr 2015 08:58:22 -0300 Message-ID: Subject: Re: [bpfk] Improvements to fragments in ilmentufa parser From: =?UTF-8?Q?Jorge_Llamb=C3=ADas?= To: bpfk-list@googlegroups.com Content-Type: multipart/alternative; boundary=047d7b86da3a6571ba0512bc8cb0 X-Original-Sender: jjllambias@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jjllambias@gmail.com designates 2a00:1450:400c:c05::236 as permitted sender) smtp.mail=jjllambias@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.7 (-) X-Spam_score: -1.7 X-Spam_score_int: -16 X-Spam_bar: - --047d7b86da3a6571ba0512bc8cb0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Apr 1, 2015 at 8:22 PM, Jorge Llamb=C3=ADas = wrote: > > You should reverse the order of fragment and statement to (fragment / sta= tement), so that fragment is tested first, but also remove from fragment al= l the fragments that are now proper statements. So I think you'd only be le= ft with: > > fragment <- ek free* / quantifier / relative-clauses / links / linkargs > > Or maybe: fragment <- ek free* / !term !tag quantifier / relative-clauses / links / linkargs otherwise the "pa" in "pa ko'a" and "pa roi" would be absorbed as a fragment. mu'o mi'e xorxes --=20 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 e= mail 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. --047d7b86da3a6571ba0512bc8cb0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Wed, Apr 1, 2015 at 8:22 PM, Jorge Llamb=C3=ADas &= lt;jjllambias@gma= il.com> wrote:
You should reverse the order of fragment and statement to (fragmen=
t / statement), so that fragment is tested first, but also remove from frag=
ment all the fragments that are now proper statements. So I think you'd=
 only be left with:
  fragment <- e=
k free* / quantifier / relative-clauses / links / linkargs

Or maybe:
=C2=A0=C2=A0fragment <- ek free* / !term = !tag quantifier / relative-clauses / links / linkargs

otherwise the "p= a" in "pa ko'a" and "pa roi" would be absorbed= as a fragment.

mu'o mi'e xorxes

--
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.
--047d7b86da3a6571ba0512bc8cb0--