Hi,
if the ':' character is used as label it is swallowed if I print out the predicted labels.
I attached two links for a dummy-set of train/test data below.
I trained my model with the command "crfsuite learn -m out.model miniTrain.txt"
I printed the prediction by calling "crfsuite tag -m out.model miniTest.txt"
The command line output prints empty lines if the ':' is used as label (red boxes)
Hi, if the ':' character is used as label it is swallowed if I print out the predicted labels.
I attached two links for a dummy-set of train/test data below. I trained my model with the command "crfsuite learn -m out.model miniTrain.txt" I printed the prediction by calling "crfsuite tag -m out.model miniTest.txt"
The command line output prints empty lines if the ':' is used as label (red boxes)
https://dl.dropboxusercontent.com/u/2953290/miniTrain.txt https://dl.dropboxusercontent.com/u/2953290/miniTest.txt
I am working on OSX 64 bit