Class CorpusAnnotationSubannotationsCVScores

    • Constructor Detail

      • CorpusAnnotationSubannotationsCVScores

        public CorpusAnnotationSubannotationsCVScores()
    • Method Detail

      • doGet

        @GET
        @Produces("application/json; charset=utf-8")
        public String doGet​(@QueryParam("Corpus")
                            String corpus,
                            @QueryParam("Annotation")
                            String annotation,
                            @QueryParam("AggregateName")
                            String aggregateName)
                     throws com.fasterxml.jackson.core.JsonProcessingException,
                            IOException,
                            javax.servlet.ServletException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
        IOException
        javax.servlet.ServletException
      • calculateCVSubScores

        protected void calculateCVSubScores​(com.fasterxml.jackson.databind.node.ObjectNode corpusAggregates,
                                            String annotation,
                                            String aggregateName,
                                            com.fasterxml.jackson.databind.node.ArrayNode retval)