-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Entity Recognition #45
Comments
The code is data agnostic: if you provide the right vocab files / data files, it will be able to learn any task. |
@guillaumegenthial Hi, I used some tags other than PER, LOC, ORG &MISC,but when I used conlleval to evaluate the predictions, it only has accuray not zero, precision,recall and FB1 are all zeros, and there isn't evaluation results for each tag. The output of conlleval is as follows, can you tell me what's wrong? Thank you~ processed 120652 tokens with 0 phrases; found: 0 phrases; correct: 0. |
Face same problem ? Did you able to resolve this problem |
I think you need to provide -r inorder get the result for raw tags. below are the options conlleval: evaluate result of processing CoNLL-2000 shared task |
How to train custom entity labels other than PER, LOC, ORG & MISC?
I need entities like "total amount" from a document.
The text was updated successfully, but these errors were encountered: