Received: from mail-lb0-f189.google.com ([209.85.217.189]:35970) by stodi.digitalkingdom.org with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) (envelope-from ) id 1T90yJ-0001ke-Ie; Tue, 04 Sep 2012 14:47:59 -0700 Received: by lban1 with SMTP id n1sf2047263lba.16 for ; Tue, 04 Sep 2012 14:47:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; 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:x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=/WRpiSWmwyv2dyrIVmeoM3vswcR3C+VRQduMpw7er6Q=; b=tslva6l9U1N6API69P8HhC5jYRxB0nQ5CuBg+8wy15lrcLoU69Rx79ZG2US0IT9PQH 3lY6iNj7/ysZhJRitVaBdMUtbZWYX/E6KYyg0/Co7L2dIMLlTm3gCZv/wzWcOxyfRz/w 1BaQkqycWM3UIaiCVURQ8HqzHmI3CtQNxGPPB2ahjEckKaRTgw1/cWX5CFyURKFzzfoW n6zYBk4wlqOle/ZnFtvvSnarxmclwOrtxAqh/LKORAcpPze1lpJBQNDCip72yIokL6J2 gX8K6dWKQR4QMBt9J9WMyutKbSsHKWP0BQAsJQ/78X4x8L/K46rnNA6EMZ6K9HUZiFaf a/oQ== Received: by 10.204.147.89 with SMTP id k25mr1166763bkv.30.1346795258946; Tue, 04 Sep 2012 14:47:38 -0700 (PDT) X-BeenThere: lojban@googlegroups.com Received: by 10.204.7.213 with SMTP id e21ls2041097bke.2.gmail; Tue, 04 Sep 2012 14:47:37 -0700 (PDT) Received: by 10.204.130.7 with SMTP id q7mr2329028bks.2.1346795257898; Tue, 04 Sep 2012 14:47:37 -0700 (PDT) Received: by 10.204.130.7 with SMTP id q7mr2329027bks.2.1346795257861; Tue, 04 Sep 2012 14:47:37 -0700 (PDT) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) by gmr-mx.google.com with ESMTPS id q3si4200855bkv.1.2012.09.04.14.47.37 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 04 Sep 2012 14:47:37 -0700 (PDT) Received-SPF: pass (google.com: domain of eyeonus@gmail.com designates 209.85.217.169 as permitted sender) client-ip=209.85.217.169; Received: by lbon3 with SMTP id n3so3228497lbo.28 for ; Tue, 04 Sep 2012 14:47:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.110.46 with SMTP id hx14mr18010041lab.21.1346795257410; Tue, 04 Sep 2012 14:47:37 -0700 (PDT) Received: by 10.152.40.71 with HTTP; Tue, 4 Sep 2012 14:47:37 -0700 (PDT) In-Reply-To: References: <1346349196.3704.20.camel@XPS> <5205bc46-a78f-4366-b041-2af2d2785855@googlegroups.com> <5b8704f5-7c2f-4977-b704-26d827d7547d@googlegroups.com> Date: Tue, 4 Sep 2012 15:47:37 -0600 Message-ID: Subject: Re: [lojban] Best free offline Android apps for learning Lojban? From: Jonathan Jones To: lojban@googlegroups.com X-Original-Sender: eyeonus@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of eyeonus@gmail.com designates 209.85.217.169 as permitted sender) smtp.mail=eyeonus@gmail.com; dkim=pass header.i=@gmail.com Reply-To: lojban@googlegroups.com Precedence: list Mailing-list: list lojban@googlegroups.com; contact lojban+owners@googlegroups.com List-ID: X-Google-Group-Id: 1004133512417 List-Post: , List-Help: , List-Archive: Sender: lojban@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: multipart/alternative; boundary=bcaec54ee3bce7374604c8e734bf X-Spam-Score: -0.7 (/) X-Spam_score: -0.7 X-Spam_score_int: -6 X-Spam_bar: / --bcaec54ee3bce7374604c8e734bf Content-Type: text/plain; charset=ISO-8859-1 Yes, all of the Lojban materials are available. You might need to look for them, but if you ask on here, someone will know where to find what you're looking for. Also, Memrise has an API, and although it's very basic at this point, it might be enough to make a working app out of. The documentation is here: http://www.memrise.com/api/1.0/faq/ This is an example, wherein we request the list of all courses for Lojban: http://www.memrise.com/api/1.0/iset/?format=json&topic__slug=lojban&limit=37 This is an example, the second set of 100 words in the "Simplified Gismu" course, including all applicable information such as definition: http://www.memrise.com/api/1.0/itemiset/?format=json&iset__slug=simplified-gismu-2&limit=100&offset=100 And finally, this is an example wherein we request all the "mems" of the item "cmalu" in the "Simplified Gismu" course: http://www.memrise.com/api/1.0/mem/?format=json&item=191558 Everything is json formatted. The API developer stated he might make other schemes available. Not everything is documented, either. I had to figure out the mem one on my own. You can get a (json formatted) list of all available commands by going to the following urls: iset: http://www.memrise.com/api/1.0/iset/schema/ item: http://www.memrise.com/api/1.0/item/schema/ itemiset: http://www.memrise.com/api/1.0/itemiset/schema/ itemuser: http://www.memrise.com/api/1.0/itemuser/schema/ lsession: http://www.memrise.com/api/1.0/lsession/schema/ mem: http://www.memrise.com/api/1.0/mem/schema/ topic: http://www.memrise.com/api/1.0/topic/schema/ user: http://www.memrise.com/api/1.0/user/schema/ The developer also mentioned that the API is read only at this point, so you can't do anything that would change server data. That's about as much help as I can give you as far as materials. You can access everything on Memrise that there is using that API, AFAICT. As far as the logic for the "gardening", I don't think it's currently possible to use the API to login in as a user, so it's not possible sync with the Memrise site, but other than that I don't think it'd be /too/ difficult. On Tue, Sep 4, 2012 at 9:08 AM, Braden Shepherdson < braden.shepherdson@gmail.com> wrote: > I'm an Android developer in my day job these days, so I may take a > look at this. Vocabulary is my main thing to learn to improve. Knowing > the grammar and looking up 3/4s of the words in a sentence is hardly > knowing Lojban. > > I'm not sure how complex memrise would be to clone, though. Are the > materials (ie. the Lojban corpus data) available, at least? How > complex are the logic for displaying and testing, and the visuals? > > I suppose I should look into using memrise online first and find out. > > Braden > > On Sat, Sep 1, 2012 at 2:22 AM, la gleki > wrote: > > > > > > On Saturday, September 1, 2012 1:27:21 AM UTC+4, aionys wrote: > >> > >> Google alerts just showed me this: > >> > >> lojban learn word - Android Apps on Google Play > >> > >> Looks like .iocikun. listened to Lindar. > > > > > > Unfortunately it's no better than Anki. You might cheat saying that you > know > > any given word. > > In contrast to that Memrise really tests your language proficiency. > > Just a simple flashcard app with multiple choices for every answer would > be > > enough before memrise for android arrives. > >> > >> > >> On Fri, Aug 31, 2012 at 12:50 AM, Jonathan Jones > wrote: > >>> > >>> A little bit of research and I found a user-made BETA android memrise > >>> app, which you can learn more about here: http://memrise.anty.info/ I > have > >>> /no idea/ how good it is, I have not looked into it at all myself, > except to > >>> find it. > >>> > >>> There is also mention by Memrise's mobile developer that they have > plans > >>> to make an android app themselves at some point, but they give > absolutely no > >>> details: http://www.memrise.com/thread/489048/#c19958 > >>> > >>> > >>> On Fri, Aug 31, 2012 at 12:36 AM, Jonathan Jones > >>> wrote: > >>> > >>>> On Fri, Aug 31, 2012 at 12:25 AM, la gleki > >>>> wrote: > >>>>> > >>>>> > >>>>> > >>>>> On Friday, August 31, 2012 9:49:32 AM UTC+4, la gleki wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>> On Friday, August 31, 2012 8:50:19 AM UTC+4, la .lindar. wrote: > >>>>>>> > >>>>>>> Oh, derp. > >>>>>>> Hmm... make one? Get the Japanese person to make one? > >>>>>> > >>>>>> > >>>>>> The version of memrise for iOS is exactly what I need. It can run > >>>>>> offline. But > >>>>> > >>>>> > >>>>> Oh, the message got cut off. > >>>>> This "But" looks like {ku'i co'e} where {co'e} means "I don't like > iOS" > >>>>> zo'o > >>>> > >>>> > >>>> Actually, my assumption was "... I don't have an iProduct." That > happens > >>>> to be my reason as well, although I'll admit the reason for /that/ is > >>>> because I don't like Apple Co. and it's elitist overpriced > consumables. > >>>> > >>>> -- > >>>> mu'o mi'e .aionys. > >>>> > >>>> .i.e'ucai ko cmima lo pilno be denpa bu .i doi.luk. mi patfu do zo'o > >>>> (Come to the Dot Side! Luke, I am your father. :D ) > >>>> > >>> > >>> > >>> > >>> -- > >>> mu'o mi'e .aionys. > >>> > >>> .i.e'ucai ko cmima lo pilno be denpa bu .i doi.luk. mi patfu do zo'o > >>> (Come to the Dot Side! Luke, I am your father. :D ) > >>> > >> > >> > >> > >> -- > >> mu'o mi'e .aionys. > >> > >> .i.e'ucai ko cmima lo pilno be denpa bu .i doi.luk. mi patfu do zo'o > >> (Come to the Dot Side! Luke, I am your father. :D ) > >> > > -- > > You received this message because you are subscribed to the Google Groups > > "lojban" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/lojban/-/EckQWtUn0pwJ. > > > > 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. > > -- > 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. > > -- mu'o mi'e .aionys. .i.e'ucai ko cmima lo pilno be denpa bu .i doi.luk. mi patfu do zo'o (Come to the Dot Side! Luke, I am your father. :D ) -- 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. --bcaec54ee3bce7374604c8e734bf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes, all of the Lojban materials are available. You might need to look for = them, but if you ask on here, someone will know where to find what you'= re looking for.

Also, Memrise has an API, and although it's very= basic at this point, it might be enough to make a working app out of.

The documentation is here: http://www.memrise.com/api/1.0/faq/

This is an example, wher= ein we request the list of all courses for Lojban:
http://www.memrise.com/api/1.0/iset/?format=3Djson&topic__slug= =3Dlojban&limit=3D37

This is an example, the second set of 100 words in the "Simplified= Gismu" course, including all applicable information such as definitio= n:
http://w= ww.memrise.com/api/1.0/itemiset/?format=3Djson&iset__slug=3Dsimplified-= gismu-2&limit=3D100&offset=3D100

And finally, this is an example wherein we request all the "mems" of the item= "cmalu" in the "Simplified Gismu" course:
http://www.memrise.com/api/1.0/mem/?format=3Djson&item=3D191558

Everything is json formatted. The API developer stated he might ma= ke other schemes available.

Not everything is documented, either. I had to figure out the mem one o= n my own. You can get a (json formatted) list of all available commands by = going to the following urls:
iset:
http://www.memrise.com/api/1.0/iset/schema/
item: http://www.me= mrise.com/api/1.0/item/schema/
itemiset: http://www.memrise.com/api/1.0/itemiset/sc= hema/
itemuser: http:= //www.memrise.com/api/1.0/itemuser/schema/
lsession: http://www.memrise.com/api/1.0= /lsession/schema/
mem: http://www.memr= ise.com/api/1.0/mem/schema/
topic: http://www.memrise.com/api/1.0/topic/schema/ user: http://www.me= mrise.com/api/1.0/user/schema/

The developer also mentioned that= the API is read only at this point, so you can't do anything that woul= d change server data.

That's about as much help as I can give you as far as materials. Yo= u can access everything on Memrise that there is using that API, AFAICT.
As far as the logic for the "gardening", I don't think i= t's currently possible to use the API to login in as a user, so it'= s not possible sync with the Memrise site, but other than that I don't = think it'd be /too/ difficult.

On Tue, Sep 4, 2012 at 9:08 AM, Braden Sheph= erdson <braden.shepherdson@gmail.com> wrote:
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex"> I'm an Android developer in my day job these days, so I may take a
look at this. Vocabulary is my main thing to learn to improve. Knowing
the grammar and looking up 3/4s of the words in a sentence is hardly
knowing Lojban.

I'm not sure how complex memrise would be to clone, though. Are the
materials (ie. the Lojban corpus data) available, at least? How
complex are the logic for displaying and testing, and the visuals?

I suppose I should look into using memrise online first and find out.

Braden

On Sat, Sep 1, 2012 at 2:22 AM, la gleki <gleki.is.my.name@gmail.com> wrote:
>
>
> On Saturday, September 1, 2012 1:27:21 AM UTC+4, aionys wrote:
>>
>> Google alerts just showed me this:
>>
>> lojban learn word - Android Apps on Google Play
>>
>> Looks like .iocikun. listened to Lindar.
>
>
> Unfortunately it's no better than Anki. You might cheat saying tha= t you know
> any given word.
> In contrast to that Memrise =A0really tests your language proficiency.=
> Just a simple flashcard app with multiple choices for every answer wou= ld be
> enough before memrise for android arrives.
>>
>>
>> On Fri, Aug 31, 2012 at 12:50 AM, Jonathan Jones <eye...@gmail.com> wrote:
>>>
>>> A little bit of research and I found a user-made BETA android = memrise
>>> app, which you can learn more about here: http://memrise.anty.info/ I have >>> /no idea/ how good it is, I have not looked into it at all mys= elf, except to
>>> find it.
>>>
>>> There is also mention by Memrise's mobile developer that t= hey have plans
>>> to make an android app themselves at some point, but they give= absolutely no
>>> details: http://www.memrise.com/thread/489048/#c19958
>>>
>>>
>>> On Fri, Aug 31, 2012 at 12:36 AM, Jonathan Jones <eye...@gmail.com>
>>> wrote:
>>>
>>>> On Fri, Aug 31, 2012 at 12:25 AM, la gleki <gleki.is...@gmail.com>
>>>> wrote:
>>>>>
>>>>>
>>>>>
>>>>> On Friday, August 31, 2012 9:49:32 AM UTC+4, la gleki = wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Friday, August 31, 2012 8:50:19 AM UTC+4, la .l= indar. wrote:
>>>>>>>
>>>>>>> Oh, derp.
>>>>>>> Hmm... make one? Get the Japanese person to ma= ke one?
>>>>>>
>>>>>>
>>>>>> The version of memrise for iOS is exactly what I n= eed. It can run
>>>>>> offline. But
>>>>>
>>>>>
>>>>> Oh, the message got cut off.
>>>>> This "But" looks like {ku'i co'e} wh= ere {co'e} means "I don't like iOS"
>>>>> zo'o
>>>>
>>>>
>>>> Actually, my assumption was "... I don't have an = iProduct." That happens
>>>> to be my reason as well, although I'll admit the reaso= n for /that/ is
>>>> because I don't like Apple Co. and it's elitist ov= erpriced consumables.
>>>>
>>>> --
>>>> mu'o mi'e .aionys.
>>>>
>>>> .i.e'ucai ko cmima lo pilno be denpa bu .i doi.luk. mi= patfu do zo'o
>>>> (Come to the Dot Side! Luke, I am your father. :D )
>>>>
>>>
>>>
>>>
>>> --
>>> mu'o mi'e .aionys.
>>>
>>> .i.e'ucai ko cmima lo pilno be denpa bu .i doi.luk. mi pat= fu do zo'o
>>> (Come to the Dot Side! Luke, I am your father. :D )
>>>
>>
>>
>>
>> --
>> mu'o mi'e .aionys.
>>
>> .i.e'ucai ko cmima lo pilno be denpa bu .i doi.luk. mi patfu d= o zo'o
>> (Come to the Dot Side! Luke, I am your father. :D )
>>
> --
> You received this message because you are subscribed to the Google Gro= ups
> "lojban" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/lojban/-/EckQWtUn0pwJ. >
> To post to this group, send email to lojban@googlegroups.com.
> To unsubscribe from this group, send email to
> lojban+unsubs= cribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/lojban?hl=3Den.

--
You received this message because you are subscribed to the Google Groups &= quot;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/lojba= n?hl=3Den.




--
mu'o mi= 'e .aionys.

.i.e'ucai ko cmima lo pilno be denpa bu .i doi.l= uk. mi patfu do zo'o
(Come to the Dot Side! Luke, I am your father. = :D )

--
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@googlegrou= ps.com.
For more options, visit this group at http://groups.google.com/group/lojban= ?hl=3Den.
--bcaec54ee3bce7374604c8e734bf--