W dniu 2014-01-12 16:22, Ramon Poca pisze: > Hi there, > > I've been hacking around a bit with LanguageTool on OS X. I've written a > native NSSpellServer service for OS X. It forwards check requests via > HTTP to a local LanguageTool server. > It's available for your perusal at: > > https://github.com/ramonpoca/LanguageToolNSServer > > Right now it's in the "weekend hack that works for my needs" status. > I've been able to check several pages of catalan text with Textedit and > other native editors. > > PS: It might be nice to have LanguageTool embedded somehow instead of a > server. I've looked at j2obc, a Google Java to Objective-c translator, > but I haven't really checked. > Can anyone recommend the minimal subset of LanguageTool that would be > needed? Does the core depend on many third parties?
Yes, indeed, we depend on many third parties. I'm not sure if it would be so easy to translate all of them to Objective C. You might try to start Java VM and use some native interface to communicate (should be much faster than http), but that seems to be the only other option you have. Best regards, Marcin ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ Languagetool-devel mailing list Languagetool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-devel