[
https://issues.apache.org/jira/browse/STANBOL-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905565#comment-13905565
]
Rupert Westenthaler commented on STANBOL-1280:
----------------------------------------------
This needs to consider the following two options of the TextProcessing
configuration
* ignoreChunks: if enabled chunks will be ignored
* linkMultiMatchableTokensInChunk: if deactivated multiple matchable tokens in
a chunk will not cause tokens to be classified as tagable.
> EnhancementProperties for 0.12
> ------------------------------
>
> Key: STANBOL-1280
> URL: https://issues.apache.org/jira/browse/STANBOL-1280
> Project: Stanbol
> Issue Type: Sub-task
> Components: Enhancer
> Reporter: Rupert Westenthaler
> Assignee: Rupert Westenthaler
> Fix For: 0.12.1
>
>
> This issue has the goal to provide (a possible feature reduced version) of
> EnhancementProperties to 0.12.+ versions of Apache Stanbol.
> Basic Idea is:
> * support parsing EnhancementProperties as QueryParameters in
> EnhancementRequests (as defined by STANBOL-488)
> * No support for defining EnhancementProperties for EnhancementChains
> * Instead of changing the API of EnhancementEngine parse
> EnhancementProperties as ContentPart in the ContentItem
> * provide a Utility method that retrieves EnhancementProperties from that
> ContentPart to the EnhancementEngine.
> This will not only make this feature available to Stanbol 0.12.0 users but
> also make it much easier to back port EnhancementEngines that do use that
> feature.
> Required Code Changes are minimal
> * extend the ContentItemReader to parse Request Parameter
> * define a URI constant to be used for the ContentPart
> * add an Helper method ti the ContentItemHelper that retrieved the
> EnhancementProperties from the ContentPart
> This will be introduced after 0.12.0 is released
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)