[
https://issues.apache.org/jira/browse/STANBOL-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852711#comment-13852711
]
Rupert Westenthaler commented on STANBOL-1132:
----------------------------------------------
The last patch broke the build on Jenkins with the message
[ERROR]
<https://builds.apache.org/job/stanbol-trunk-1.6/org.apache.stanbol$org.apache.stanbol.enhancer.nlp.json/ws/src/test/java/org/apache/stanbol/enhancer/nlp/json/valuetype/ValueTypeSupportTest.java>:[34,57]
cannot find symbol
symbol : method lineSeparator()
location: class java.lang.System
The reason is that System#lineSeparator() was only added in JDK 7 and the build
is an Java 6.
To fix this the code need to be adapted to use the System property instead.
> Add co-reference resolution and dependency tree support in the Stanbol NLP
> processing API
> -----------------------------------------------------------------------------------------
>
> Key: STANBOL-1132
> URL: https://issues.apache.org/jira/browse/STANBOL-1132
> Project: Stanbol
> Issue Type: New Feature
> Components: Enhancement Engines
> Reporter: Cristian Petroaca
> Assignee: Rupert Westenthaler
> Labels: co-reference, dependency-tree, nlp
> Attachments: coref_dependency_tree_datamodel.patch,
> coref_dependency_tree_datamodel_vers_2.patch,
> coref_dependency_tree_vers_3.patch, coref_dependency_tree_vers_3_fixed.patch
>
>
> Extend the Stanbol NLP Processing API with annotations for co-reference
> resolution and dependency trees.
> Also, add support for JSON Serialisation/Parsing for the co-reference and
> dependency tree annotations so that the RESTful NLP Analysis Service can
> provide co-reference information.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)