[12:47:01] *** Joins: proteusguy (~proteusgu@2403:6200:89a6:8231:c1d:d912:5ef9:f93c) [16:38:07] *** Joins: stepcut (~stepcut@mobile-166-177-186-1.mycingular.net) [16:40:41] I'm trying to use grammatical framework to generate random english sentences from a limited pool of words. And.. I'd like to do it in the browser. However, a quick peek at gflib.js would seem to indicate that it does not have a generateRandom function. Am I overlooking something? Perhaps I just need to do that server side instead? [17:07:59] alternatively, I could use the PGF module, except gf currently fails to build with ghcjs due to some issue in the Setup.hs -- I have not looked in depth [17:09:04] doesn't like this line, https://github.com/GrammaticalFramework/gf-core/blob/master/Setup.hs#L82 [17:10:30] maybe I should look into that more -- I don't really want to build the gf executable with ghcjs anyway, just the library [18:48:37] *** Quits: proteusguy (~proteusgu@2403:6200:89a6:8231:c1d:d912:5ef9:f93c) (Remote host closed the connection) [22:42:43] stepcut: could you use the gf web server api instead or should it be completely server-independent? http://cloud.grammaticalframework.org/gf-web-api.html [22:46:55] for now it would be nice to not require a server, though eventually that will change, so perhaps I'll just make the change sooner rather than later [22:47:15] Now I am trying to figure out how to use DictEng/DictEngAbs :-/ [22:52:57] and the Probabilities stuff