[
https://issues.apache.org/jira/browse/ANY23-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891190#comment-15891190
]
ASF GitHub Bot commented on ANY23-304:
--------------------------------------
Github user ansell commented on the issue:
https://github.com/apache/any23/pull/34
Tests failed for me with OOM:
```
[INFO] Compiling 1 source file to
/home/mint/gitrepos/any23/openie/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @
apache-any23-openie ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.any23.openie.OpenIEExtractorTest
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/mint/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/mint/.m2/repository/org/slf4j/slf4j-log4j12/1.7.21/slf4j-log4j12-1.7.21.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
SLF4J: Actual binding is of type
[ch.qos.logback.classic.util.ContextSelectorStaticBinder]
Loading feature templates.
Loading models.
Loading lexica.
Loading configuration.
Loading feature templates.
Loading models.
Loading feature templates.
Loading models.
Loading lexica.
Loading feature templates.
Loading models.
Loading feature templates.
Loading models.
Loading lexica.
Loading feature templates.
Loading models.
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 20.977 sec
<<< FAILURE! - in org.apache.any23.openie.OpenIEExtractorTest
testExtractFromHTMLDocument(org.apache.any23.openie.OpenIEExtractorTest)
Time elapsed: 20.282 sec <<< ERROR!
java.lang.OutOfMemoryError: Java heap space
at
org.apache.any23.openie.OpenIEExtractorTest.extract(OpenIEExtractorTest.java:75)
at
org.apache.any23.openie.OpenIEExtractorTest.testExtractFromHTMLDocument(OpenIEExtractorTest.java:65)
```
> Add extractor for OpenIE
> ------------------------
>
> Key: ANY23-304
> URL: https://issues.apache.org/jira/browse/ANY23-304
> Project: Apache Any23
> Issue Type: Bug
> Components: core, extractors
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Fix For: 2.1
>
>
> I'm going to start work on an extractor which uses the OpenIE library
> https://github.com/allenai/openie-standalone
> This will provide us with the ability to execute structured extractions from
> unstructured content essentially taking Any23 in a new direction.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)