From lojban+bncCO27usXZHRC87dDkBBoEoUkX4A@googlegroups.com Fri Sep 17 20:49:45 2010 Received: from mail-ww0-f61.google.com ([74.125.82.61]) by chain.digitalkingdom.org with esmtp (Exim 4.72) (envelope-from ) id 1OwoQa-00084O-P4; Fri, 17 Sep 2010 20:49:45 -0700 Received: by wwe15 with SMTP id 15sf808854wwe.16 for ; Fri, 17 Sep 2010 20:49:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:x-beenthere:received:received:received :received:received-spf:received:mime-version:received:received :in-reply-to:references:date:message-id:subject:from:to :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:content-type; bh=mOvWeTovGOs7HV01Vmwx+9t/Vv6cfcis9x3bxlUzs+A=; b=SNaQkvmZcD5rhTAOq0es7g3LDicr7l5vak4nR7IsOygmpIsQrrdYXqx7Nu6wWklTYU eHbD0cDtxU1W1TqMEgTCW5GG9GlfTawzjmypcMnboKSXF3T7fAToX3qz0FOyXtT8BUHe tnd2G7bYSfskND7QttRhSxVWOOGHeLR4Uwjk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:in-reply-to:references:date :message-id:subject:from:to: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:content-type; b=L5PriAAdtXr3YBrxZffvtn+ZlHkaLBuhbhLRnsmaXm6I/VRljerEUoZF74JIGB3I3+ LmZBKJBZryviMXFXtGDe+gD0KFxxNy02V4HFfBkr0fYck3ABPZ4Y8+j0act42iTuIIPV nNOgcfg2bt3TSEogi+eOstdvbMsVb8Ug0Tkzc= Received: by 10.216.144.67 with SMTP id m45mr1276424wej.17.1284781756154; Fri, 17 Sep 2010 20:49:16 -0700 (PDT) X-BeenThere: lojban@googlegroups.com Received: by 10.213.45.206 with SMTP id g14ls1319902ebf.0.p; Fri, 17 Sep 2010 20:49:13 -0700 (PDT) Received: by 10.213.3.8 with SMTP id 8mr1145620ebl.12.1284781752967; Fri, 17 Sep 2010 20:49:12 -0700 (PDT) Received: by 10.213.3.8 with SMTP id 8mr1145619ebl.12.1284781752945; Fri, 17 Sep 2010 20:49:12 -0700 (PDT) Received: from mail-ey0-f175.google.com (mail-ey0-f175.google.com [209.85.215.175]) by gmr-mx.google.com with ESMTP id b5si5005925eei.4.2010.09.17.20.49.11; Fri, 17 Sep 2010 20:49:11 -0700 (PDT) Received-SPF: pass (google.com: domain of pdf23ds@gmail.com designates 209.85.215.175 as permitted sender) client-ip=209.85.215.175; Received: by eyb7 with SMTP id 7so1311242eyb.20 for ; Fri, 17 Sep 2010 20:49:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.9.137 with SMTP id l9mr4618826ebl.67.1284781751577; Fri, 17 Sep 2010 20:49:11 -0700 (PDT) Received: by 10.213.112.147 with HTTP; Fri, 17 Sep 2010 20:49:11 -0700 (PDT) In-Reply-To: References: <201009171759.09275.jezuch@interia.pl> <20100917202607.GK13937@digitalkingdom.org> Date: Fri, 17 Sep 2010 22:49:11 -0500 Message-ID: Subject: Re: [lojban] Parsers ("ge ... gi ..." question) From: Chris Capel To: lojban@googlegroups.com X-Original-Sender: pdf23ds@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of pdf23ds@gmail.com designates 209.85.215.175 as permitted sender) smtp.mail=pdf23ds@gmail.com; dkim=pass (test mode) header.i=@gmail.com Reply-To: lojban@googlegroups.com Precedence: list Mailing-list: list lojban@googlegroups.com; contact lojban+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: Sender: lojban@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 On Fri, Sep 17, 2010 at 19:29, Jonathan Jones wrote: > On Fri, Sep 17, 2010 at 6:19 PM, Chris Capel wrote: >> I haven't touched it in over a year, and I've sort of moved away from >> C#, so it might take me a while to get back into it. It never really >> had many users, so I wouldn't be surprised if the current package >> didn't work for minor reasons. > > I personally have tried the version on the web page, with no luck. I would > absolutely love to have a working version. You say it has a web based UI - > does this mean you have it on a web page, similar to jboski for jbofi'e, or > as in run the program on your computer and it opens a local page? The latter. It actually runs a web server in a local process, and you connect to it with a web browser. Turns out HTML is the best way to design the UI. Actually, I think the last released version embeds an internet explorer activeX control inside a GUI form, but I rewrote it since the last release but never released it. The new design has the advantage of potentially working on non-Windows as well. As I said, there's also a command-line interface. On Fri, Sep 17, 2010 at 19:27, Robin Lee Powell wrote: > On Fri, Sep 17, 2010 at 07:19:00PM -0500, Chris Capel wrote: >> I haven't touched it in over a year, and I've sort of moved away >> from C#, so it might take me a while to get back into it. It never >> really had many users, so I wouldn't be surprised if the current >> package didn't work for minor reasons. > > In addition, the web version you link from its home page doesn't go > anywhere, which is what I was actually talking about. Yes, I've redesigned the application twice since that link worked. I thought I had gotten rid of it. I was hoping to have migrated it to the lojban.org server at some point, but interest waned. There was an early version that was solely a web page (I still have it somewhere), but it didn't do any parsing, only glossing. Chris Capel -- "What is it like to be a bat? What is it like to bat a bee? What is it like to be a bee being batted? What is it like to be a batted bee?" -- The Mind's I (Hofstadter, Dennet) -- You received this message because you are subscribed to the Google Groups "lojban" group. To post to this group, send email to lojban@googlegroups.com. To unsubscribe from this group, send email to lojban+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/lojban?hl=en.