Class CorpusDocumentWORD2VECLemma

    • Constructor Detail

      • CorpusDocumentWORD2VECLemma

        public CorpusDocumentWORD2VECLemma()
    • Method Detail

      • doGet

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