-
### Question
您好,我在使用HownetSimilarity中遇到了问题,请求帮助,十分感谢。
文件`examples/literal_text_semantic_search_demo.py`
https://github.com/shibing624/similarities/blob/1fa48d30a1a20939f857bae99186e3cf2183f8ab/…
NLear updated
5 months ago
-
你好,
想问下你的sememe_vec 和 sense_dict两个文件都是怎么得到的呢?是先利用hownet获得对应词的sense,再使用SAT获得的吗?那这部分的代码可以公开吗?
-
您好,
我在运行[SememeWSD data_util.py](https://github.com/thunlp/SememeWSD/blob/main/data_util.py)这里的代码时在 `File "data_util.py", line 44, in gen_sem_dict tree = hownet_dict.get_sememes_by_word(word,structur…
-
其他词典(如HOWNET,正常)
```python
print(ct.__version__)
# 导入pkl词典文件,
print(ct.load_pkl_dict('ChineseEmoBank.pkl'))
```
报错:
```python
------------------------------------------------------------------…
-
可以是dbpedia probase hownet wordnet等知识库的.spo文件,或者有没有其他的下载或者查询方式!万分感谢!
-
I ran the `run_seq2tree_APE.py` and get the following information.
which is inconsistent with the number in the paper `166,270, 4,157, and 4,159`
```bash
5000
2
112
4886
Transfer numbers...…
-
运行代码
```python
import cntext as ct
text = '我今天得奖了,很高兴,我要将快乐分享大家。'
ct.sentiment(text=text,
diction=ct.load_pkl_dict('DUTIR.pkl')['DUTIR'],
lang='chinese')
```…
-
请问训练需要多大的内存?我的配置是约25G内存,仍然不够。
zxxml updated
2 years ago
-
-
请问汉语语义法相似度和字面编辑法相似度分别采用的是什么算法进行计算的