Results 123 comments of hankcs

I managed to finetune albert_large and got better result than albert_base. However, the xlarge yields unreasonable worse result. I doubt if it's due to the hyperparameter or the way I...

That would be great. There are [nodejs](https://github.com/beyai/node-hanlp) and [python](https://github.com/hankcs/pyhanlp) language bindings for HanLP.

Thank you for your advices. In alpha stage, I mostly focus on replicating/improving SOTA papers. I will look into the engineer part in the future. Deployment is not easy, contribution...

论坛上的相关讨论:https://bbs.hankcs.com/t/topic/3834

感谢贡献。能谈一谈为什么需要InputStream吗?目前已经有了自定义IO的接口: https://github.com/hankcs/HanLP/blob/6817646a344e77f27ae4649a3c222c91e061355b/src/main/java/com/hankcs/hanlp/corpus/io/ResourceIOAdapter.java#L19

在这种情景下,你应该用IO适配器。 https://github.com/hankcs/HanLP/blob/1.x/src/main/java/com/hankcs/hanlp/HanLP.java#L212-L216

毕竟Portable版的文件也是打包在jar里,HanLP已经有一套完善的自定义接口。

https://github.com/hankcs/HanLP/blob/portable/src/main/java/com/hankcs/hanlp/HanLP.java#L217

http://haoyuanliu.github.io/2020/07/03/Sprint-Boot-%E5%B7%A5%E7%A8%8B%E4%B8%ADHanLP%E9%85%8D%E7%BD%AE%E8%B7%AF%E5%BE%84BUG%E8%A7%A3%E5%86%B3/

Yes, I refactored a lot. Basically, TensorFlow components are renamed to its original name with a TF shuffix. Sorry you have to do a line-by-line merge as I did for...