Package org.apache.stanbol.enhancer.engine.topic

Examples of org.apache.stanbol.enhancer.engine.topic.TopicClassificationEngine


        // TODO: use a service track to wait for the registration of the service
        ServiceReference topicEngineReference = context.getServiceReference(TopicClassificationEngine.class
                .getName());
        TestCase.assertNotNull(topicEngineReference);
        TopicClassificationEngine engine = (TopicClassificationEngine) context
                .getService(topicEngineReference);
        TestCase.assertNotNull(engine);
        // TODO: test classification here
    }
View Full Code Here


        // TODO: use a service track to wait for the registration of the service
        ServiceReference topicEngineReference = context.getServiceReference(TopicClassificationEngine.class
                .getName());
        TestCase.assertNotNull(topicEngineReference);
        TopicClassificationEngine engine = (TopicClassificationEngine) context
                .getService(topicEngineReference);
        TestCase.assertNotNull(engine);
        // TODO: test classification here
    }
View Full Code Here

TOP

Related Classes of org.apache.stanbol.enhancer.engine.topic.TopicClassificationEngine

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.