Package org.apache.stanbol.enhancer.engines.dereference

Examples of org.apache.stanbol.enhancer.engines.dereference.EntityDereferenceEngine$DereferenceJob


        //set the namespace prefix service to the dereferencer
        entityDereferencer.setNsPrefixService(prefixService);
        //now parse dereference field config
        entityDereferencer.setDereferencedFields(engineConfig.getDereferenceFields());
        entityDereferencer.setLdPath(engineConfig.getLdPathProgram());
        entityDereferenceEngine = new EntityDereferenceEngine(entityDereferencer, engineConfig);
        //NOTE: registration of this instance as OSGI service is done as soon as the
        //      entityhub service backing the entityDereferencer is available.
       
        //finally start tracking
        entityDereferencer.open();
View Full Code Here

TOP

Related Classes of org.apache.stanbol.enhancer.engines.dereference.EntityDereferenceEngine$DereferenceJob

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.