public class DicManager extends Object
| Constructor and Description |
|---|
DicManager() |
| Modifier and Type | Method and Description |
|---|---|
static Forest |
getForest(String dicName)
获得一本辞典
|
static Forest |
makeForest(String dicName,
BufferedReader br)
构建一个tire书辞典
|
static Forest |
remove(String dicName)
从内存中移除
|
public static Forest makeForest(String dicName, BufferedReader br) throws Exception
dicName - dicName - ExceptionCopyright © 2016. All rights reserved.