Package org.wikipedia.miner.util.text

Examples of org.wikipedia.miner.util.text.TextProcessor


  private void loadWikipedia(boolean cacheData) throws Exception {

    wikipedia = new Wikipedia("localhost", "enwiki_20090306", "root", null);

    TextProcessor textProcessor = new CaseFolder();

    File dataDirectory = new File(
        "/Users/alyona/Data/wikipedia/data/20090306");
   
    if (cacheData) {
View Full Code Here

TOP

Related Classes of org.wikipedia.miner.util.text.TextProcessor

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.