Package com.flaptor.hounder.searcher.spell

Examples of com.flaptor.hounder.searcher.spell.SpellChecker


     * @param dictionaryDir
     *          A directory that contains an N-Gram index, for
     *          the underlying SpellChecker
     */
    public WordQuerySuggestor(File dictionaryDir) throws IOException{
        super(new SpellChecker(FSDirectory.getDirectory(dictionaryDir)));
    }
View Full Code Here

TOP

Related Classes of com.flaptor.hounder.searcher.spell.SpellChecker

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.