[Solved] can i convert 3-gram txt to iob for crf suite
By the looks of the question, I assume that the input file is in csv format and the IOB2 format looks as though it is space or tab separated tokens. So the simplest way to achieve that format would be to read each line and replace the comma delimiter with a space. # fill in … Read more