cntext icon indicating copy to clipboard operation
cntext copied to clipboard

cntext is a text analysis package that provides semantic distance and semantic projection based on word embedding models. Besides,cntext also provides the traditional methods, such as word count , rea...

Results 23 cntext issues
Sort by recently updated
recently updated
newest added

![PixPin_2024-04-23_17-20-57](https://github.com/hiDaDeng/cntext/assets/91013269/9171a9a0-fabc-443b-83c1-2d76cc0c1e90)

其他词典(如HOWNET,正常) ```python print(ct.__version__) # 导入pkl词典文件, print(ct.load_pkl_dict('ChineseEmoBank.pkl')) ``` 报错: ```python --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[51], line 3 1 print(ct.__version__) 2 # 导入pkl词典文件, ----> 3 print(ct.load_pkl_dict('ChineseEmoBank.pkl')) File ~\AppData\Local\Programs\Python\Python311\Lib\site-packages\cntext\stats.py:32,...

Hello, I've tried to run sentiment analysis with DUTIR on a dataset of 80000 and it took >40 minutes to execute which is very slow compared to other packages. Is...

大佬您好!小弟又来求教了,情感分析得到的只是情感类别词的数量,怎么得到情感类别判断还有情感值呢?情感词典带效价的似乎得到的也不是情感值

numpy降级后还是不行,我看你文档里面写的就是高版本

ModuleNotFoundError: No module named 'pdfdocx' ![image](https://github.com/hiDaDeng/cntext/assets/99458173/0eb204f6-5054-43ec-8a53-385aa5ed1026)

There is a bug in readability function for Chinese. The variable in the 120th line of stats.py should be "adv_conj_num_per_sent". Not "adv_conj_mum_per_sent".

一些结果输出: [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for numpy Failed to build numpy ERROR:...