CoreNLP.jl icon indicating copy to clipboard operation
CoreNLP.jl copied to clipboard

Use JavaCall?

Open aviks opened this issue 11 years ago • 2 comments

This is a really useful package, thanks!

However, this goes Julia->Python->Java , which seems quite a long way. Given JavaCall, would it be feasible to directly wrap the Java CoreNLP libraries?

aviks avatar Mar 04 '14 19:03 aviks

Ya, that would definitely be better. At the time I wrote this, I wasn't sure if there was a mature enough Julia->Java bridge.

malmaud avatar Mar 04 '14 19:03 malmaud

The JavaCall.jl seems to work well. If there is a support for Julia v1.0, maybe JavaCall.jl can be used directly without Python as a bridge.

chengchingwen avatar Dec 04 '18 12:12 chengchingwen