On Tue, Oct 11, 2011 at 12:42 PM, Yitzchak Gale <g...@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"
doko...@gmail.com
http://sites.google.com/site/dokondr/welcome
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to