Class TokenIdxSentence

    • Constructor Detail

      • TokenIdxSentence

        public TokenIdxSentence()
    • Method Detail

      • doGet

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