ufal / acl2019_nested_ner

Source code for paper Neural Architectures for Nested NER through Linearization
91 stars 15 forks source link

How to get testing evaluation scores #4

Open dipansh-girdhar opened 4 years ago

dipansh-girdhar commented 4 years ago

I'm planning to use your methodology to create a custom NER model from my data. Could you explain how to evaluate the scores on the test set and all the necessary steps needed to do that? It'd actually be great if you could add a documentation for most of the parts of the repo. Thanks.