cntext icon indicating copy to clipboard operation
cntext copied to clipboard

大连理工词典里的怒为空的问题能不能解决下呢

Open smclh opened this issue 1 year ago • 2 comments

smclh avatar Feb 16 '24 03:02 smclh

image

smclh avatar Feb 16 '24 03:02 smclh

我复现了大邓构建pkl词典的过程,发现问题可能是由于“怒”的编码为“NA”导致pd.read_excel()函数将所有愤怒词的分类理解为空,可以在其中添加参数keep_default_na = True。

Fanhr avatar May 30 '24 15:05 Fanhr