Package edu.udo.cs.wvtool.main

Examples of edu.udo.cs.wvtool.main.WVTInputList


        test.addRoot(new Link(new URL("http://www.bankersonline.com/")));
        test.setMaxDepth(2);

        // Initialize the input list with two classes
        WVTInputList list = new CrawledInputList(test);

        // Generate the word list

        WVTWordList wordList = wvt.createWordList(list, config);
View Full Code Here

TOP

Related Classes of edu.udo.cs.wvtool.main.WVTInputList

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.