[
https://issues.apache.org/jira/browse/TIKA-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698161#comment-14698161
]
Nick Burch commented on TIKA-1699:
----------------------------------
A build from trunk is now failing for me:
{code}
[ERROR] Failed to execute goal on project tika-parsers: Could not resolve
dependencies for project org.apache.tika:tika-parsers:bundle:1.11-SNAPSHOT:
Failed to collect dependencies at org.grobid:grobid-core:jar:0.3.4 ->
org.chasen:crfpp:jar:1.0.2: Failed to read artifact descriptor for
org.chasen:crfpp:jar:1.0.2: Could not transfer artifact
org.chasen:crfpp:pom:1.0.2 from/to 3rd-party-local-repo
(file:///${basedir}/lib/): Repository path /${basedir}/lib does not exist, and
cannot be created. -> [Help 1]
{code}
With -X showing
{code}
Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed
to collect dependencies at org.grobid:grobid-core:jar:0.3.4 ->
org.chasen:crfpp:jar:1.0.2
Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to
read artifact descriptor for org.chasen:crfpp:jar:1.0.2
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not
transfer artifact org.chasen:crfpp:pom:1.0.2 from/to 3rd-party-local-repo
(file:///${basedir}/lib/): Repository path /${basedir}/lib does not exist, and
cannot be created.
{code}
Can we get this broken GROBIN dependency pom fixed / an exclusion in place, so
that trunk builds again?
> Integrate the GROBID PDF extractor in Tika
> ------------------------------------------
>
> Key: TIKA-1699
> URL: https://issues.apache.org/jira/browse/TIKA-1699
> Project: Tika
> Issue Type: New Feature
> Components: parser
> Reporter: Sujen Shah
> Assignee: Chris A. Mattmann
> Labels: memex
> Fix For: 1.11
>
>
> GROBID (http://grobid.readthedocs.org/en/latest/) is a machine learning
> library for extracting, parsing and re-structuring raw documents such as PDF
> into structured TEI-encoded documents with a particular focus on technical
> and scientific publications.
> It has a java api which can be used to augment PDF parsing for journals and
> help extract extra metadata about the paper like authors, publication,
> citations, etc.
> It would be nice to have this integrated into Tika, I have tried it on my
> local, will issue a pull request soon.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)