Stanford.NLP.NET
Stanford.NLP.NET copied to clipboard
Scores for tagged NER results?
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.
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?
Can you share a c# sample? I am having problems with emulating the java code to c#
Close as an old issue