Package com.flaptor.hounder.classifier.util

Examples of com.flaptor.hounder.classifier.util.TextFileBinarySearch


        logger.info("Writing WhoHas ... done " + WHO_HAS_FILE_DONE);
    }

    public Set<String> getWhoHas(String url) throws IOException{
        if (null == whoHasReader){
            whoHasReader= new TextFileBinarySearch(WHO_HAS_FILE_DONE);
        }
        return whoHasReader.getToken(url);
    }
View Full Code Here

TOP

Related Classes of com.flaptor.hounder.classifier.util.TextFileBinarySearch

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.