Class UDPipePostTagService

java.lang.Object
org.fryske_akademy.pos_tagger.UDPipePostTagService

@ApplicationScoped @Path("process") public class UDPipePostTagService extends Object
  • Field Details

  • Constructor Details

    • UDPipePostTagService

      public UDPipePostTagService()
  • Method Details

    • info

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

      @POST @Path("tsv") @Consumes("text/plain") @Produces("text/tab-separated-values") public jakarta.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 jakarta.ws.rs.core.Response tagConllu(@Size(min=0,max=2048000) @Size(min=0,max=2048000) String text)
    • deepestCause

      public static Throwable deepestCause(Throwable t)
    • versionInfo

      public String versionInfo()