org.apache.lucene.spelt
Class SpellTestCmdLine.DictBuilder

Object
  extended by SpellTestCmdLine.DictBuilder
Direct Known Subclasses:
SpellTestCmdLine.SpeltDictBuilder
Enclosing class:
SpellTestCmdLine

private static class SpellTestCmdLine.DictBuilder
extends Object

Common interface for various dictionary-building algorithms


Constructor Summary
private SpellTestCmdLine.DictBuilder()
           
 
Method Summary
(package private)  void add(Iterator words)
           
(package private)  void finish(ProgressTracker prog)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellTestCmdLine.DictBuilder

private SpellTestCmdLine.DictBuilder()
Method Detail

add

void add(Iterator words)
   throws IOException
Throws:
IOException

finish

void finish(ProgressTracker prog)
      throws IOException
Throws:
IOException