Results 2 issues of Mo Chen

I cannot do something like crfsuite learn -m some.model < train.txt However it works for tagging crfsuite tag -m some.model < test.txt wired

If the training file is in Dos format. CRFsuite will treat a empty line "\r\n" as a sample with label "\r" and feature all zeros. This can be seen when...