Added comments to all class headers. Comments to individual methods will

be added as needed.
This commit is contained in:
amontano 2002-11-03 08:56:11 +00:00
parent b4e4decc2e
commit 37b29c8d33
24 changed files with 157 additions and 18 deletions

View file

@ -21,10 +21,10 @@ import java.io.*;
/** Searches the words directly in a file; not the preferred
implementation. The search is too slow!
The preferred implementation is the CachedSyllableListTree.
The preferred implementation is the {@link CachedSyllableListTree}.
<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&eacute;s Montano Pellegrini
@see TibetanScanner