blob: 55bf38debcded2509739115382a4efbc7acc79eb [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# This file contains localization strings for configuration labels and
# descriptions as used in the metatype.xml descriptor generated by the
# the maven SCR plugin
stanbol.enhancer.engine.name.name=Name
stanbol.enhancer.engine.name.description=The name of the enhancement engine as \
used in the RESTful interface '/engine/<name>'
service.ranking.name=Ranking
service.ranking.description=If two enhancement engines with the same name are active the \
one with the higher ranking will be used to process parsed content items.
#===============================================================================
#Properties and Options used to configure CELI enhancement
#===============================================================================
#Key for the License key - used by all engines (see also CeliConstants interface)
celi.license.name=License Key
celi.license.description=The "{user}:{password}" of the used CELI account. \
This can be also set as OSGI framework or system property. An engine \
specific configuration will override a framework/system wide configuration.
celi.testaccount.name=Enable Test Account
celi.testaccount.description=If enabled it allows to test the CELI Engines without \
an License Key. Requests are limited to 100 per day and IP address.
celi.connectionTimeout.name=Connection Timeout
celi.connectionTimeout.description=The connection timeout in seconds (values < 1 \
will set the default 30sec; a timeout of zero is interpreted as an infinite timeout).
#NER
org.apache.stanbol.enhancer.engines.celi.ner.impl.CeliNamedEntityExtractionEnhancementEngine.name=Apache \
Stanbol Enhancer Engine: CELI Named Entity Recognizer
org.apache.stanbol.enhancer.engines.celi.ner.impl.CeliNamedEntityExtractionEnhancementEngine.description=An \
Enhancement Engine that sends ContentItems to CELI Named Entity Recognizer \
Web Service and converts the results to the Stanbol Enhancement Structure
org.apache.stanbol.enhancer.engines.celi.ner.url.name=Service URL
org.apache.stanbol.enhancer.engines.celi.ner.url.description=The URL of the CELI \
Named Entity Recognizer Web Service
org.apache.stanbol.enhancer.engines.celi.ner.languages.name=Supported languages
org.apache.stanbol.enhancer.engines.celi.ner.languages.description=The language(s) \
supported by the configured Named Entity Recognizer Web Service
#CLASSIFICATION
org.apache.stanbol.enhancer.engines.celi.classification.impl.CeliClassificationEnhancementEngine.name=Apache \
Stanbol Enhancer Engine: CELI Document Classification
org.apache.stanbol.enhancer.engines.celi.classification.impl.CeliClassificationEnhancementEngine.description=An \
Enhancement Engine that sends ContentItems to CELI Document Classification Web \
Service and converts the results to the Stanbol Enhancement Structure
org.apache.stanbol.enhancer.engines.celi.classification.url.name=Service URL
org.apache.stanbol.enhancer.engines.celi.classification.url.description=The \
URL of the CELI Document Classification Web Service
#LID
org.apache.stanbol.enhancer.engines.celi.langid.impl.CeliLanguageIdentifierEnhancementEngine.name=Apache \
Stanbol Enhancer Engine: CELI Language Identifier
org.apache.stanbol.enhancer.engines.celi.langid.impl.CeliLanguageIdentifierEnhancementEngine.description=An \
Enhancement Engine that sends ContentItems to Language Identifier Web Service \
and converts the results to the Stanbol Enhancement Structure
org.apache.stanbol.enhancer.engines.celi.langid.url.name=Service URL
org.apache.stanbol.enhancer.engines.celi.langid.url.description=The URL of the \
CELI Language Identifier Web Service
#LEMM
org.apache.stanbol.enhancer.engines.celi.lemmatizer.impl.CeliLemmatizerEnhancementEngine.name=Apache \
Stanbol Enhancer Engine: CELI Lemmatizer
org.apache.stanbol.enhancer.engines.celi.lemmatizer.impl.CeliLemmatizerEnhancementEngine.description=An \
Enhancement Engine that sends ContentItems to CELI Morphological Analyzer and converts the \
results to the Stanbol Enhancement Structure
org.apache.stanbol.enhancer.engines.celi.lemmatizer.url.name=Service URL
org.apache.stanbol.enhancer.engines.celi.lemmatizer.url.description=The URL of \
the CELI Morphological Analyzer Web Service
org.apache.stanbol.enhancer.engines.celi.lemmatizer.morphoAnalysis.name=Full \
Morphological Analysis
org.apache.stanbol.enhancer.engines.celi.lemmatizer.morphoAnalysis.description=Boolean \
value that sets the Engine to full morphological analysis working mode (true) \
or to textual contents lemmatization (false)
#SENTIMENT
org.apache.stanbol.enhancer.engines.celi.sentimentanalysis.impl.CeliSentimentAnalysisEngine.name=Apache \
Stanbol Enhancer Engine: CELI Sentiment Analysis
org.apache.stanbol.enhancer.engines.celi.sentimentanalysis.impl.CeliSentimentAnalysisEngine.description=An \
Enhancement Engine that sends ContentItems to CELI Sentiment Analysis and converts the \
results to the Stanbol Enhancement Structure
org.apache.stanbol.enhancer.engines.celi.sentimentanalysis.url.name=Service URL
org.apache.stanbol.enhancer.engines.celi.sentimentanalysis.url.description=The URL of \
the CELI Sentiment Analysis Web Service