Stanford.NLP.NET icon indicating copy to clipboard operation
Stanford.NLP.NET copied to clipboard

Scores for tagged NER results?

Open adeperio opened this issue 9 years ago • 2 comments

Hi Sergey,

Great work on this port by the way!

I'm using the Sandford CoreNLP.NET module and its CRFClassifier to find Named Entities in a document. I am able to get the entities by using classifyWithInlineXML, but would you know how to get the entities along with their relevance/confidence scores (0-1)?

Would love an example in C# on how to do this.

adeperio avatar Sep 26 '15 10:09 adeperio

You asked this question on SO http://stackoverflow.com/questions/32796011/scores-for-tagged-ner-results-in-the-standfordcore-nlp-net-library (I posted my suggestion there)

Maybe @volhav may help with C# sample?

sergey-tihon avatar Sep 26 '15 16:09 sergey-tihon

Can you share a c# sample? I am having problems with emulating the java code to c#

biggerlambda avatar Feb 21 '16 02:02 biggerlambda

Close as an old issue

sergey-tihon avatar Aug 25 '22 08:08 sergey-tihon