Inari Listenmaa
Inari Listenmaa
Hi @ayberkt, there is a new way to test a new and old versions of the same grammar, and it only outputs linearisations that differ: you can see the documentation...
I don't have an opinion on this; I understand @aarneranta and @krangelov may have some plans to change the behaviour of `variants` at some point so that it doesn't explode...
@Nitro91 Can you try giving `+RTS -K100M -RTS` as an argument to `gf`? Or try a bigger amount of memory if 100M is not enough. The whole command is this:...
@Nitro91 Try more than 100M of memory, for instance 500M. If it doesn't work, I can try myself and upload a compiled AppFre.pgf (if I manage to compile it) later...
@Nitro91 Try this: http://grammaticalframework.org/~inari/AppFre.pgf
@Nitro91 I actually just found that PGF on the grammaticalframework.org server, I suppose it was compiled on that same machine. Did you try what Krasimir suggested? "Sometimes French fails to...
I have no experience in GF with Android, but is there anything useful in this directory? https://github.com/GrammaticalFramework/GF/tree/master/src/ui/android Maybe @krangelov or @johnjcamilleri could help?
@androidsparkling I found it; you need to use the `--split-pgf` flag. Here is an example: ``` $ gf -make --split-pgf LangDut.gfo LangSwe.gfo linking ... OK Writing Lang.pgf... Writing LangDut.pgf_c... Writing...
I added a few lines to hopefully make the documentation clearer; you can see the changes [here](https://github.com/GrammaticalFramework/GF/commit/dfe6d69005b04c988d9c0308bec9b2d8dea63909#diff-5e142e55b82dca5d14bb43af5bb69072). If you have suggestions how to make it even clearer, or in which...
I've never done anything with Android, but could you try some more basic debugging? * Is there anything you can do with PGFs that does work? For instance, try the...