Added comments to all class headers. Comments to individual methods will
be added as needed.
This commit is contained in:
parent
b4e4decc2e
commit
37b29c8d33
24 changed files with 157 additions and 18 deletions
|
@ -19,13 +19,13 @@ package org.thdl.tib.scanner;
|
|||
|
||||
import java.io.*;
|
||||
|
||||
/** Provides recommended implementation of the SyllableListTree
|
||||
/** Provides recommended implementation of the {@link SyllableListTree}
|
||||
(currently most efficient memory-speed combination) loading
|
||||
into memory only the "trunk" of the tree, and
|
||||
searching the rest of the tree directly in the file.
|
||||
from file into memory only the "trunk" of the tree,
|
||||
and resorting to the disk when searching the rest of the tree.
|
||||
|
||||
<p>The words must be stored in a binary file tree structure format.
|
||||
This can be done using the BinaryFileGenerator.</p>
|
||||
This can be done using the {@link BinaryFileGenerator}.</p>
|
||||
|
||||
@author Andrés Montano Pellegrini
|
||||
@see TibetanScanner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue