Skip to content

add Lingua as language detection library #637

add Lingua as language detection library

add Lingua as language detection library #637

GitHub Actions / JUnit Test Report failed Jan 13, 2025 in 0s

425 tests run, 339 passed, 50 skipped, 36 failed.

Annotations

Check failure on line 90 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.shouldGenerateRawAffiliationTextIfEnabled

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.shouldGenerateRawAffiliationTextIfEnabled(BiblioItemTest.java:90)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 165 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.shouldGenerateRawAffiliationTextForFailAffiliationsIfEnabled

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.shouldGenerateRawAffiliationTextForFailAffiliationsIfEnabled(BiblioItemTest.java:165)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 200 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.injectIdentifiers

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.injectIdentifiers(BiblioItemTest.java:200)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 306 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.correct_2authors_shouldMatchFullName_shouldKeepAffiliation

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.correct_2authors_shouldMatchFullName_shouldKeepAffiliation(BiblioItemTest.java:306)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 357 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.correct_2authors_initial_shouldUpdateAuthor

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.correct_2authors_initial_shouldUpdateAuthor(BiblioItemTest.java:357)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 185 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.shouldNotGenerateRawAffiliationTextIfNotEnabled

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.shouldNotGenerateRawAffiliationTextIfNotEnabled(BiblioItemTest.java:185)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 141 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.shouldIncludeEscapedMarkerInRawAffiliationText

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.shouldIncludeEscapedMarkerInRawAffiliationText(BiblioItemTest.java:141)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 257 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.correct_empty_shouldNotFail

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.correct_empty_shouldNotFail(BiblioItemTest.java:257)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 113 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.shouldIncludeMarkerInRawAffiliationText

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.shouldIncludeMarkerInRawAffiliationText(BiblioItemTest.java:113)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 281 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.correct_2authors_shouldMatchFullName_shouldUpdateAffiliation

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.correct_2authors_shouldMatchFullName_shouldUpdateAffiliation(BiblioItemTest.java:281)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 263 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.correct_1author_shouldWork

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.correct_1author_shouldWork(BiblioItemTest.java:263)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 221 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.shouldEscapeIdentifiers

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.shouldEscapeIdentifiers(BiblioItemTest.java:221)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 332 in grobid-core/src/test/java/org/grobid/core/data/BiblioItemTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BiblioItemTest.correct_2authors_initial_2_shouldUpdateAuthor

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.data.BiblioItemTest.correct_2authors_initial_2_shouldUpdateAuthor(BiblioItemTest.java:332)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 30 in grobid-core/src/test/java/org/grobid/core/document/TEIFormatterIntegrationTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TEIFormatterIntegrationTest.testGetTeiNotes

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.engines.Segmentation.<init>(Segmentation.java:75)
	at app//org.grobid.core.engines.EngineParsers.getSegmentationParser(EngineParsers.java:166)
	at app//org.grobid.core.engines.EngineParsers.getSegmentationParser(EngineParsers.java:158)
	at app//org.grobid.core.document.TEIFormatterIntegrationTest.testGetTeiNotes(TEIFormatterIntegrationTest.java:30)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 6 more

Check failure on line 34 in grobid-core/src/test/java/org/grobid/core/engines/SegmentationTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SegmentationTest.testPrepareDocument_SimpleDocument_shouldWork

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.engines.Segmentation.<init>(Segmentation.java:75)
	at app//org.grobid.core.engines.SegmentationTest.setUp(SegmentationTest.java:34)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 34 in grobid-core/src/test/java/org/grobid/core/engines/SegmentationTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SegmentationTest.testGetAllLinesFeatures_SimpleDocument_shouldWork

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.engines.Segmentation.<init>(Segmentation.java:75)
	at app//org.grobid.core.engines.SegmentationTest.setUp(SegmentationTest.java:34)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 153 in grobid-core/src/test/java/org/grobid/core/engines/patent/ReferenceExtractorTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ReferenceExtractorTest.extractAllReferencesXml

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.engines.patent.ReferenceExtractor.<init>(ReferenceExtractor.java:91)
	at app//org.grobid.core.engines.patent.ReferenceExtractor.<init>(ReferenceExtractor.java:98)
	at app//org.grobid.core.engines.patent.ReferenceExtractorTest.extractAllReferencesXml(ReferenceExtractorTest.java:153)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 5 more

Check failure on line 42 in grobid-core/src/test/java/org/grobid/core/engines/patent/ReferenceExtractorTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ReferenceExtractorTest.extractAllReferencesStringNull

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.engines.patent.ReferenceExtractor.<init>(ReferenceExtractor.java:91)
	at app//org.grobid.core.engines.patent.ReferenceExtractor.<init>(ReferenceExtractor.java:98)
	at app//org.grobid.core.engines.patent.ReferenceExtractorTest.extractAllReferencesStringNull(ReferenceExtractorTest.java:42)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 5 more

Check failure on line 137 in grobid-core/src/test/java/org/grobid/core/engines/patent/ReferenceExtractorTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ReferenceExtractorTest.extractAllReferencesXmlST36

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.engines.patent.ReferenceExtractor.<init>(ReferenceExtractor.java:91)
	at app//org.grobid.core.engines.patent.ReferenceExtractor.<init>(ReferenceExtractor.java:98)
	at app//org.grobid.core.engines.patent.ReferenceExtractorTest.extractAllReferencesXmlST36(ReferenceExtractorTest.java:137)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 5 more

Check failure on line 29 in grobid-core/src/test/java/org/grobid/core/sax/CrossrefUnixrefSaxParserTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

CrossrefUnixrefSaxParserTest.testParseCrossrefDoi

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.sax.CrossrefUnixrefSaxParserTest.setUp(CrossrefUnixrefSaxParserTest.java:29)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 29 in grobid-core/src/test/java/org/grobid/core/sax/CrossrefUnixrefSaxParserTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

CrossrefUnixrefSaxParserTest.testParseCrossrefDoi_References

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.sax.CrossrefUnixrefSaxParserTest.setUp(CrossrefUnixrefSaxParserTest.java:29)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 4 more

Check failure on line 49 in grobid-core/src/test/java/org/grobid/core/test/TestCitationParser.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestCitationParser.testCitationParser1_withoutConsolidation

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.engines.CitationParser.resultExtractionLayoutTokens(CitationParser.java:481)
	at app//org.grobid.core.engines.CitationParser.processingLayoutTokenMultiple(CitationParser.java:187)
	at app//org.grobid.core.engines.CitationParser.processingStringMultiple(CitationParser.java:95)
	at app//org.grobid.core.engines.CitationParser.processingString(CitationParser.java:67)
	at app//org.grobid.core.engines.Engine.processRawReference(Engine.java:150)
	at app//org.grobid.core.test.TestCitationParser.testCitationParser1_withoutConsolidation(TestCitationParser.java:49)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 9 more

Check failure on line 97 in grobid-core/src/test/java/org/grobid/core/test/TestCitationParser.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestCitationParser.testCitationParser5_withoutConsolidation

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.engines.CitationParser.resultExtractionLayoutTokens(CitationParser.java:481)
	at app//org.grobid.core.engines.CitationParser.processingLayoutTokenMultiple(CitationParser.java:187)
	at app//org.grobid.core.engines.CitationParser.processingStringMultiple(CitationParser.java:95)
	at app//org.grobid.core.engines.CitationParser.processingString(CitationParser.java:67)
	at app//org.grobid.core.engines.Engine.processRawReference(Engine.java:150)
	at app//org.grobid.core.test.TestCitationParser.testCitationParser5_withoutConsolidation(TestCitationParser.java:97)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 9 more

Check failure on line 60 in grobid-core/src/test/java/org/grobid/core/test/TestCitationParser.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestCitationParser.testCitationParser2_withoutConsolidation

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.data.BiblioItem.<init>(BiblioItem.java:42)
	at app//org.grobid.core.engines.CitationParser.resultExtractionLayoutTokens(CitationParser.java:481)
	at app//org.grobid.core.engines.CitationParser.processingLayoutTokenMultiple(CitationParser.java:187)
	at app//org.grobid.core.engines.CitationParser.processingStringMultiple(CitationParser.java:95)
	at app//org.grobid.core.engines.CitationParser.processingString(CitationParser.java:67)
	at app//org.grobid.core.engines.Engine.processRawReference(Engine.java:150)
	at app//org.grobid.core.test.TestCitationParser.testCitationParser2_withoutConsolidation(TestCitationParser.java:60)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 9 more

Check failure on line 103 in grobid-core/src/test/java/org/grobid/core/test/TestCitationPatentParser.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

TestCitationPatentParser.testCitationPatentParserFromText

org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
Raw output
org.grobid.core.exceptions.GrobidException: [GENERAL] Class org.grobid.core.lang.impl.LinguaLanguageDetectorFactory were not found in the classpath. Make sure that it is provided correctly is in the classpath
	at app//org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:42)
	at app//org.grobid.core.utilities.LanguageUtilities.getInstance(LanguageUtilities.java:25)
	at app//org.grobid.core.engines.patent.ReferenceExtractor.<init>(ReferenceExtractor.java:91)
	at app//org.grobid.core.engines.EngineParsers.getReferenceExtractor(EngineParsers.java:188)
	at app//org.grobid.core.engines.Engine.processAllCitationsInPatent(Engine.java:891)
	at app//org.grobid.core.test.TestCitationPatentParser.testCitationPatentParserFromText(TestCitationPatentParser.java:103)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
Caused by: java.lang.ClassNotFoundException: org.grobid.core.lang.impl.LinguaLanguageDetectorFactory
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:527)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:315)
	at org.grobid.core.utilities.LanguageUtilities.<init>(LanguageUtilities.java:35)
	... 6 more