huaban / jieba-analysis

结巴分词(java版)
https://github.com/huaban/jieba-analysis
Apache License 2.0
2.58k stars 837 forks source link

add slf4j log and load user dict from InputStream #66

Open fcbruce opened 6 years ago

fcbruce commented 6 years ago

在工程中使用 System.out.printlnSystem.err.println 来作为日志信息的输出非常不便于收集、管理,因此改成 Slf4j 提供的 log 接口 另外,提供从 InputStream 读入 user dict 的接口,方便用 resource 来管理资源文件