grobid-example icon indicating copy to clipboard operation
grobid-example copied to clipboard

Some examples of usage of Grobid in a third party java project.

Results 8 grobid-example issues
Sort by recently updated
recently updated
newest added

Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.1 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.1&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, I just downloaded and compiled grobid-example, and everything looks fine. I am using Windows 10 and Java 11. But when I run the tests I get the folowing error:...

Hi, it looks like bintray repository has been discontinued, is there any other place we could get grobid as a maven dependency? Best regards

I get the following error when I try to run the example. Exception in thread "main" java.lang.IllegalAccessError: tried to access field com.cybozu.labs.langdetect.util.LangProfile.name from class com.cybozu.labs.langdetect.DetectorFactory at com.cybozu.labs.langdetect.DetectorFactory.addProfile(DetectorFactory.java:123) at com.cybozu.labs.langdetect.DetectorFactory.loadProfile(DetectorFactory.java:78) at...

At "mvn install" the following error is displayed: ``` [ERROR] Failed to execute goal on project org.grobidExample: Could not resolve dependencies for project grobid-example:org.grobidExample:jar:0.0.2: Failure to find com.cybozu:language-detection:jar:09-13-2011 in file:///...

``` javax.naming.NoInitialContextException: Cannot instantiate class: org.apache.naming.java.javaURLContextFactory [Root exception is java.lang.ClassNotFoundException: org.apache.naming.java.javaURLContextFactory] ``` I saw https://github.com/kermitt2/grobid/issues/91 but putting all dependencies in didn't work. Any ideas? I've tried all java naming dependencies...

I'm trying to use Grobid as a Java library much in the same way that this repo does, and it seems that at least 2 of the dependencies are no...