#1781·HanLP

关于 java 版本中使用静态变量存储字典路径的问题

Author: zz1559152814Created Sep 5, 2022Updated Jul 7, 2024
Labelsfeature request

Describe the feature and the current behavior/state. 当前 java 版本使用静态变量储存字典路径, 其有个弊端是无法在一个 classloader 下同时开启多个使用不同路径的 hanlp 的 instance. 比如说我想开启两个实例, 一个用它来处理繁体, 一个用其处理简体. 这个在当前实现下很难实现, 因为两者的词典路径会冲突.

Will this change the current api? How? 不会更改api,属于内部实现更改

Who will benefit with this feature? 所有的 Java 版本用户

Are you willing to contribute it (Yes/No): Yes

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): 与 OS 无关
  • Python version: xxx
  • HanLP version: 1.8.3-portable

Any other info No

  • I've carefully completed this form.