liu-nlper / SLTK

序列化标注工具,基于PyTorch实现BLSTM-CNN-CRF模型,CoNLL 2003 English NER测试集F1值为91.10%(word and char feature)。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

什么是特征词汇表呢?

Biaocsu opened this issue · comments

@liu-nlper 您好,我运行的时候提示没有这个文件:
FileNotFoundError: [Errno 2] No such file or directory: './data/alphabet/word.pkl'
请问什么是特征词汇表呢?是指自己外部找的词典吗?不知道词汇表需要什么样的形式,麻烦了