Class CorpusDocumentScoresAnnotation

    • Constructor Detail

      • CorpusDocumentScoresAnnotation

        public CorpusDocumentScoresAnnotation()
    • Method Detail

      • doGet

        @GET
        @Produces("application/json; charset=utf-8")
        public String doGet​(@PathParam("Corpus")
                            String corpus,
                            @PathParam("Document")
                            String document,
                            @PathParam("Scores")
                            String scores,
                            @PathParam("Annotation")
                            String annotation)
                     throws com.fasterxml.jackson.core.JsonProcessingException,
                            IOException,
                            javax.servlet.ServletException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
        IOException
        javax.servlet.ServletException