GlassyWing / bi-lstm-crf

使用keras实现的基于Bi-LSTM + CRF的中文分词+词性标注
Apache License 2.0
373 stars 84 forks source link

你好,利用训练好的模型测试也有问题,请问有解决的吗 #16

Open fangxiang00 opened 4 years ago

fangxiang00 commented 4 years ago
for sent, tag in segmenter.decode_texts(texts):

AttributeError: 'NoneType' object has no attribute 'decode_texts'