[Haskell-cafe] The best way to call Java from Haskell?

dokondr dokondr at gmail.com
Tue Oct 11 10:56:44 CEST 2011


On Tue, Oct 11, 2011 at 12:42 PM, Yitzchak Gale <gale at sefer.org> wrote:

> Dmitri wrote:
> > I need to call Stanford NLP Parser from Haskell
> > (unfortunately Haskell does not have a similar one)...
>
> Just out of curiosity, why do you not consider GF
> at all similar? To an outsider like me, there does
> appear to be quite a bit of similarity.
>
> http://www.grammaticalframework.org/
>
> Thanks,
> Yitz
>

As I understand GF is well suited for parsing well defined formal languages.
Not sure that GF can be used as NLP parser for blog messages that I need.
Please correct me if I am wrong.

As a general note, Java has tons of useful libraries that will take infinite
time to re-implement in Haskell. To my mind it makes a lot of sense to have
a reliable mechanism to call Java from Haskell.
BTW, yet another way to do this: wrap Java library in RESTFUL web service )

-- 
All the best,
Dmitri O. Kondratiev

"This is what keeps me going: discovery"
dokondr at gmail.com
http://sites.google.com/site/dokondr/welcome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111011/0b90a870/attachment.htm>


More information about the Haskell-Cafe mailing list