All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.scr-plugin.scrinfo.xml Maven / Gradle / Ivy

Go to download

Implementation of utilities and an engine to extract keywords defined in a controlloed vocabulary from a parsed text. This also provides default implementation to use OpenNLP to parse the text and the Entityhub to search for Entities.

There is a newer version: 1.0.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?><components xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
    <scr:component enabled="true" immediate="true" name="org.apache.stanbol.enhancer.engines.keywordextraction.engine.KeywordLinkingEngine" configuration-policy="require" activate="activate" deactivate="deactivate">
        <implementation class="org.apache.stanbol.enhancer.engines.keywordextraction.engine.KeywordLinkingEngine"/>
        <service servicefactory="false">
            <provide interface="org.apache.stanbol.enhancer.servicesapi.EnhancementEngine"/>
            <provide interface="org.apache.stanbol.enhancer.servicesapi.ServiceProperties"/>
        </service>
        <property name="stanbol.enhancer.engine.name" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.referencedSiteId" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.nameField" type="String" value="rdfs:label" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.caseSensitive" type="Boolean" value="false" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.typeField" type="String" value="rdf:type" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.redirectField" type="String" value="rdfs:seeAlso" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.redirectMode" type="String" value="IGNORE" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.minSearchTokenLength" type="Integer" value="3" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.minTokenMatchFactor" type="Float" value="0.7" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.keywordTokenizer" type="Boolean" value="false" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.maxSuggestions" type="Integer" value="3" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.processedLanguages" type="String" value="" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.defaultMatchingLanguage" type="String" value="" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.typeMappings" private="false"/>
        <property name="org.apache.stanbol.enhancer.engines.keywordextraction.dereference" type="Boolean" value="false" private="false"/>
        <property name="service.ranking" type="Integer" value="0" private="false"/>
        <property name="service.vendor" type="String" value="Apache Stanbol" private="true"/>
        <property name="service.pid" value="org.apache.stanbol.enhancer.engines.keywordextraction.engine.KeywordLinkingEngine" private="false"/>
        <reference name="openNLP" interface="org.apache.stanbol.commons.opennlp.OpenNLP" cardinality="1..1" policy="static" bind="bindOpenNLP" unbind="unbindOpenNLP" checked="true" strategy="event"/>
        <reference name="nsPrefixService" interface="org.apache.stanbol.commons.namespaceprefix.NamespacePrefixService" cardinality="0..1" policy="static" bind="bindNsPrefixService" unbind="unbindNsPrefixService" checked="true" strategy="event"/>
        <reference name="offlineMode" interface="org.apache.stanbol.commons.stanboltools.offline.OfflineMode" cardinality="0..1" policy="dynamic" bind="enableOfflineMode" unbind="disableOfflineMode" checked="true" strategy="event"/>
    </scr:component>
</components>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy