Retrieve confidence level of NER from Stanford NLP Core server -
i using stanfordnlpcore in system server. basically, send server requests , receive desired responses. mainly, use server entity recognition, retrieve confidence level of tool each named entity. searching through api documentation can't find score and/or confidence level. know can if using stanfordnlpcore
library in java code, however, not using java , can't use wrappers. thinking of doing if there no hope, dive code , try append confidence level response , rebuild server. there way can avoid doing this?
Comments
Post a Comment