You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
for some
DATA-WITH-LABELS
that works find withthe result is a crash with segfault.
The text was updated successfully, but these errors were encountered: