Package org.apache.stanbol.enhancer.engines.metaxa.core

Examples of org.apache.stanbol.enhancer.engines.metaxa.core.MetaxaCore


            }
            confFile = (String)properties.get(HTML_EXTRACTOR_REGISTRY);
            if (confFile != null && confFile.trim().length() > 0) {
                htmlExtractors = confFile;
            }
            this.extractor = new MetaxaCore(extractionRegistry);
            HtmlExtractorFactory.REGISTRY_CONFIGURATION = htmlExtractors;
        } catch (IOException e) {
            log.error(e.getLocalizedMessage(), e);
            throw e;
        }
View Full Code Here

TOP

Related Classes of org.apache.stanbol.enhancer.engines.metaxa.core.MetaxaCore

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.