ontologyportal / sigmakee

Sigma Knowledge Engineering Environment
GNU General Public License v3.0
102 stars 34 forks source link

manual installation corenlp #105

Open alexander-gabriel opened 1 year ago

alexander-gabriel commented 1 year ago

It seems like the manual installation instructions are missing downloading stanford corenlp and copying stanford-corenlp-3.6.0.jar to the lib folder.

apease commented 1 year ago

@kharus should this be happening in the Ivy config?

kharus commented 1 year ago

Yes, ivy should take care of lib downloads.

apease commented 1 year ago

@alexander-gabriel let us know if it isn't getting downloaded in your installation and we'll try to help

alexander-gabriel commented 1 year ago

I'm not sure that I ran "ivy config". but I followed the manual setup instructions in the README.md and it wasn't downloaded.

kharus commented 1 year ago

Hi @alexander-gabriel You actually don't need to install or configure ivy. It's part of the ant build. Can you please attach log of the ant build? Maybe I can spot something.

Did you have previous checkout of sigmakee? Because currently we use version 4.5 of corenlp. It shouldn't complain about version 3.6

alexander-gabriel commented 1 year ago

Can you please attach log of the ant build?

Don't have that anymore.

Did you have previous checkout of sigmakee?

this one: 5ded1b31236374401aebbefadeb94dcbfce58aae

alexander-gabriel commented 1 year ago

in the current HEAD, it works

kharus commented 1 year ago

@alexander-gabriel Can I close this issue?