Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to build entity-fishing #148

Closed
angelosalatino opened this issue Jul 26, 2022 · 2 comments
Closed

not able to build entity-fishing #148

angelosalatino opened this issue Jul 26, 2022 · 2 comments

Comments

@angelosalatino
Copy link

Hi, I am following the guide here: https://nerd.readthedocs.io/en/latest/build.html

I am at the stage in which I am building entity fishing, and I get the following error: BUILD FAILED.

113 tests completed, 27 failed, 6 skipped

> Task :test FAILED

FAILURE: Build failed with an exception.

The current version of Gradle I am using is 7.1.1.
JDK: java-11-openjdk.x86_64

Do you have any suggestion on how to get it running?

Thank you very much in advance.

Best regards

Here is a more comprehensive output from the terminal: https://pastebin.com/WhSSNeC6 (I used pastebin, because github won't allow me to paste such long text)

@kermitt2
Copy link
Owner

Hi @angelosalatino !

From the test errors, it seems that Grobid is not installed and/or the grobid-home path is not indicated in the entity-fishing config file.

Grobid and grobid-ner are required to have entity-fishing building and running.

(note: I am working on a Docker image for entity-fishing, because build and run is not straightfoward as you can see ;) )

@angelosalatino
Copy link
Author

Hi @kermitt2,

I managed to get it going. Yes the grobid-home path was wrong. Then, I am not sure if this influences, I added all the languages of the model. Before I was trying only with the english language.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants