Class UDPipePostTagService


  • @Path("process")
    public class UDPipePostTagService
    extends Object
    • Constructor Detail

      • UDPipePostTagService

        public UDPipePostTagService()
    • Method Detail

      • info

        @GET
        @Path("info")
        @Produces("application/json")
        public javax.ws.rs.core.Response info()
      • tagTsv

        @POST
        @Path("tsv")
        @Consumes("text/plain")
        @Produces("text/tab-separated-values")
        public javax.ws.rs.core.Response tagTsv​(@Size(min=0,max=2048000)
                                                @Size(min=0,max=2048000) String text)
      • tagConllu

        @POST
        @Path("conllu")
        @Consumes("text/plain")
        @Produces("text/plain")
        public javax.ws.rs.core.Response tagConllu​(@Size(min=0,max=2048000)
                                                   @Size(min=0,max=2048000) String text)
      • versionInfo

        public String versionInfo()