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
|
@ -20,6 +20,13 @@ package org.thdl.tib.scanner;
|
|||
import java.util.*;
|
||||
import java.io.*;
|
||||
|
||||
/** Loads dictionary stored in tree format and searches for words recursively.
|
||||
How the the dictionary is loaded depends on which implementation of
|
||||
{@link SyllableListTree} is invoked.
|
||||
|
||||
@author Andrés Montano Pellegrini
|
||||
@see SyllableListTree
|
||||
*/
|
||||
class LocalTibetanScanner implements TibetanScanner
|
||||
{
|
||||
public static String archivo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue