Class CorpusDocumentOOPSentencesIdxTokensIdxAnnotationSubannotation

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @Path("/Corpora/{Corpus}/{Document}/OOP/sentences/{SentenceIdx}/tokens/{TokenIdx}/{Annotation}/{Subannotation}")
    public class CorpusDocumentOOPSentencesIdxTokensIdxAnnotationSubannotation
    extends AbstractOOPCacheableServlet
    See Also:
    Serialized Form
    • Constructor Detail

      • CorpusDocumentOOPSentencesIdxTokensIdxAnnotationSubannotation

        public CorpusDocumentOOPSentencesIdxTokensIdxAnnotationSubannotation()
    • Method Detail

      • doGet

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