如何在python中将csv转换为IOB格式

时间:2017-01-05 09:27:49

标签: python chunking crf

我有一个csv文件,我想将其转换为IOB格式,以便我可以使用crfsuite进行训练。我正在使用python,我是新手。以下是csv文件

的部分数据

data of the csv file

this is how I want it to be..I think this is the IOB format

当我在终端上运行以下代码时

$ zcat all-data.txt.gz | ./chunking.py > all-data.crfsuite.txt

错误:

Too few fields (1) for ['w', 'pos', 'y'] ['You']

0 个答案:

没有答案