-
**Describe the bug**
pyhanlp和JPype1都安装好了对应的环境,并且JAVA环境也配置好了,cmd运行java也是ok的。
但是运行代码时,jvm.dll文件在对应路径下存在但startJvm找不到
**Code to reproduce the issue**
import pyhanlp
# 机构名识别,标注为nt
def organ…
-
---
name: 🐛Bug report
about: Create a report to help us improve
title: 'Import时不能下载data'
labels: bug
assignees: hankcs
---
**Describe the bug**
当我使用jupyter notebook运行import pyhanlp会下载data-1.…
-
我使用的版本是:hanlp-1.7.5.jar 基于python3.7的anaconda
12月17日 通过pip install pyhanlp包
如截图所示,在copy学习 pyhanlp demo 代码上,pycharm报错
![image](https://user-images.githubusercontent.com/17291290/70996821-8f8f1880-2…
-
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
* 我已经…
-
**Describe the bug**
pyhanlp 和 java 版的Hanlp分词结果不一致
词性也不一致
**Code to reproduce the issue**
pyhanlp, 0.1.63
```python
from pyhanlp import *
print(HanLP.segment('你说的这句话没有根据,根据以往的经验,我是对的…
-
**Describe the bug**
A clear and concise description of what the bug is.
我用Python下载了pyhanlp, version update 到了1.7.7,同样,在java maven project我用了hanlp-portable-1.7.7, 但是我发现分词结果竟然不一致。
**Code to repr…
-
你好,
请问pyhanlp和hanlp是什么关系呢?然后pyhanlp的依存句法分析,支持输入分好词的句子嘛?谢谢回复 ~
新年快乐
-
python 3.6
pyhanlp 0.1.44
在运行如下代码时,报错
from pyhanlp import *
text = ""
print(HanLP.segment(text))
error:File "/usr/local/python3.6/lib/python3.6/site-packages/pyhanlp/__init__.py", line 116,…
-
## 注意事项
请确认下列注意事项:
* 我已仔细阅读下列文档,都没有找到答案:
- [首页文档](https://github.com/hankcs/HanLP)
- [wiki](https://github.com/hankcs/HanLP/wiki)
- [常见问题](https://github.com/hankcs/HanLP/wiki/FAQ)
*…
-
import from pyhanlp import *
报错:+
Traceback (most recent call last):
File "/home/vip/wusaifei/project/preprocess.py", line 2, in
from pyhanlp import *
File "/home/vip/wusaifei/anaconda3/…