Class CorpusDocumentOOPTokensIdx

    • Constructor Detail

      • CorpusDocumentOOPTokensIdx

        public CorpusDocumentOOPTokensIdx()
    • Method Detail

      • doGet

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