Description
The Topic Classifier Enhancement Engine and Training Set are currently implementing services in the same package where they define their API interfaces. This causes problems when trying to offer the API to services outside the OSGi environment. It would be cleaner to separate the API and implementation into at least different packages or even different modules.