[
https://issues.apache.org/jira/browse/STANBOL-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13691842#comment-13691842
]
Rupert Westenthaler commented on STANBOL-1111:
----------------------------------------------
Added configuration option
* __Entity Type Filter__ _('enhancer.engines.linking.entityTypes')_: Allows to
define white/black lists of URIs used to for linking against the Controlled
Vocabulary. The filter is applied to the values of the configured _Type Field
('enhancer.engines.linking.typeField')_. The ordering of the configured values
is important as the first rule that matches any of the (possible multiple)
types of the Entity counts. Use _'!{uri}'_ to blacklist an type and _'{uri}'_
to whitelist it. _'*'_ (star) can be used to default whitelist any types - e.g.
to allow Entities that do not have any type. By default _'*'_ is enabled as
long there are no explicit white list types defined. As soon there are the
default is disabled.
> Support Entity type based restrictions for EntityLinking
> --------------------------------------------------------
>
> Key: STANBOL-1111
> URL: https://issues.apache.org/jira/browse/STANBOL-1111
> Project: Stanbol
> Issue Type: Sub-task
> Components: Enhancement Engines
> Reporter: Rupert Westenthaler
> Assignee: Rupert Westenthaler
>
> This will allow to configure a list of Entity types that are considered
> (white listed) and/or ignored (black listed) during linking.
> This will be a new configuration option for the EntityLinkerConfig and use a
> similar syntax as the Language configuration.
> {type} ... white listed
> !{type} ... black listed
> * ... allow any (default as long there is no white listed type)
> If an Entity has both an white listed and an black listed type the ordering
> of the configuration will considered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira