labelToProb = new HashMap<String,Double>() | labelToProb = Collections.singletonMap(m.get(CoreAnnotations.NamedEntityTagAnnotation.class),m.get(CoreAnnotations.AnswerProbAnnotation.class)) | new HashMap<String,Double>() | Collections.singletonMap(m.get(CoreAnnotations.NamedEntityTagAnnotation.class),m.get(CoreAnnotations.AnswerProbAnnotation.class)) | CoreNLP | 1e934eef879d60cf0fb901a2a23081bd8fbba96c | edu.stanford.nlp.ie.NERClassifierCombiner | | _1 | labelToProb |
---|
_2 | labelToProb |
---|
| xyz | new HashMap<String,Double>() |
---|
| - java.util.HashMap
- java.util.Collections
| xyz | Collections.singletonMap(m.get(CoreAnnotations.NamedEntityTagAnnotation.class),m.get(CoreAnnotations.AnswerProbAnnotation.class)) |
---|
| AssignedTo | False |