public class CorpusMerge extends Object
| Constructor and Description |
|---|
CorpusMerge() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
merge(String source,
String target)
将多个语料库文件合并为一个
|
public static void main(String[] args) throws IOException
IOExceptionpublic static void merge(String source, String target) throws IOException
source - 目录,可多级嵌套target - 目标文件IOExceptionCopyright © 2014–2015 APDPlat. All rights reserved.