Closed BetterZH closed 3 years ago
c = normalize('NFKD', j['description']).encode('ascii', 'ignore')
c = c.split('\n')
TypeError: a bytes-like object is required, not 'str'hi! I can't generate the same sentence.pkl as you. In your sentence.pkl,
(lp1
(lp2
S
'<S>'
p3
aS'beautiful'
p4
aS'alley'
..... I don't kown what's the mean about" p1","p2". I need your help.Thanks
I solved this problem. This is the reason for the python version. py2 is ok
c = normalize('NFKD', j['description']).encode('ascii', 'ignore')
c = c.split('\n')
TypeError: a bytes-like object is required, not 'str'hi! I can't generate the same sentence.pkl as you. In your sentence.pkl,
(lp1
(lp2
S
'<S>'
p3
aS'beautiful'
p4
aS'alley'
..... I don't kown what's the mean about" p1","p2". I need your help.Thanks