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
I have a dataset from which a 3rd party tool extracted features (works very well in CRFSuite). There are multiple string features extracted per word. Is there a way to train a model from such file or I am forced to reimplement the feature extraction using patterns?
When I try to train a model on my data, I get an error message:
error: invalid feature: U-hi-WORD|C
The "U-hi-WORD|C" is the first feature for the first word in the first sequence in the utterance.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have a dataset from which a 3rd party tool extracted features (works very well in CRFSuite). There are multiple string features extracted per word. Is there a way to train a model from such file or I am forced to reimplement the feature extraction using patterns?
When I try to train a model on my data, I get an error message:
error: invalid feature: U-hi-WORD|C
The "U-hi-WORD|C" is the first feature for the first word in the first sequence in the utterance.
Thanks
The text was updated successfully, but these errors were encountered: