Package org.apache.nutch.analysis.lang

Examples of org.apache.nutch.analysis.lang.LanguageIdentifier


    public static final String LANGUAGE_TAG="TAG_LANGUAGE_";

    public LanguageDetectionModule(String name, Config globalConfig) {
        super(name, globalConfig);
        Configuration conf = NutchConfiguration.create();
        langIdentif = new LanguageIdentifier(conf);
    }
View Full Code Here

TOP

Related Classes of org.apache.nutch.analysis.lang.LanguageIdentifier

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.