Configure Content Studio

In order for Content Studio to be able to use the Saplo plug-in you must add the following settings to com/escenic/webstart/StudioConfig.properties in your common configuration layer:

property.com.escenic.semantic.saplo.collection-id

The ID of the Saplo collection you created when setting up your Saplo account. For example:

property.com.escenic.semantic.saplo.collection-id=1234
property.com.escenic.semantic.saplo.ontology-ids

The IDs of the Saplo ontology you created when setting up your Saplo account. For example:

property.com.escenic.semantic.saplo.ontology-ids=12,34
property.com.escenic.semantic.saplo.category.organization

The scheme of the Content Engine tag structure you want to be mapped to the Saplo "organizations" category. For example:

property.com.escenic.semantic.saplo.category.organization=tag:organization@example.com,2011
property.com.escenic.semantic.saplo.category.location

The scheme of the Content Engine tag structure you want to be mapped to the Saplo "locations" category. For example:

property.com.escenic.semantic.saplo.category.location=tag:location@example.com,2011
property.com.escenic.semantic.saplo.category.url

The scheme of the Content Engine tag structure you want to be mapped to the Saplo "URLs" category. For example:

property.com.escenic.semantic.saplo.category.url=tag:url@example.com,2011
property.com.escenic.semantic.saplo.category.other

The scheme of the Content Engine tag structure you want to be mapped to the Saplo "other" category. For example:

property.com.escenic.semantic.saplo.category.other=tag:other@example.com,2011
property.com.escenic.semantic.saplo.min-relevance

A minimum relevance below which tag suggestions will be rejected. Only tags which are assigned at least this relevance by Saplo will be accepted as suggestions by the Saplo Semantic plug-in. The specified value must be a number between 0 (no relevance) and 1 (maximum relevance). For example:

property.com.escenic.semantic.saplo.min-relevance=0.5
property.com.escenic.semantic.saplo.timeout

The maximum time (in seconds) that the Saplo Semantic plug-in will wait for suggestions from Saplo. If Saplo does not respond before the timeout expires then the auto-tagging operation is abandoned. For example:

property.com.escenic.semantic.saplo.timeout=60

The Content Engine tag structures you map on to Saplo categories must exist (that is, they must be defined in the Content Engine). Tag structures are defined using the escenic-admin web application. For details, see Create a Tag Structure.