While testing #6, noted that if NERsuite is provided with labeled examples in tag mode, the system just crashes with a segmentation fault. As this is a pretty easy mistake to make, it would be nice if it failed more gracefully, e.g. giving a descriptive error message.
To replicate, run
cat DATA-WITH-LABELS | nersuite tag -m model
for some DATA-WITH-LABELS that works find with
cut -f 2- DATA-WITH-LABELS | nersuite tag -m model
the result is a crash with segfault.
While testing #6, noted that if NERsuite is provided with labeled examples in
tagmode, the system just crashes with a segmentation fault. As this is a pretty easy mistake to make, it would be nice if it failed more gracefully, e.g. giving a descriptive error message.To replicate, run
for some
DATA-WITH-LABELSthat works find withthe result is a crash with segfault.