Class CorpusDocumentWORD2VECLemmaPOS
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- io.outofprintmagazine.web.servlets.AbstractOOPServlet
-
- io.outofprintmagazine.web.servlets.AbstractOOPCacheableServlet
-
- io.outofprintmagazine.web.rest.browse.CorpusDocumentWORD2VECLemmaPOS
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@Path("/Corpora/{Corpus}/{Document}/WORD2VEC/LemmaPOS/{Lemma}") public class CorpusDocumentWORD2VECLemmaPOS extends AbstractOOPCacheableServlet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.outofprintmagazine.web.servlets.AbstractOOPCacheableServlet
lastModified
-
-
Constructor Summary
Constructors Constructor Description CorpusDocumentWORD2VECLemmaPOS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
doGet(String corpus, String document, String lemma)
-
Methods inherited from class io.outofprintmagazine.web.servlets.AbstractOOPCacheableServlet
getLastModified, init, setCacheControl
-
Methods inherited from class io.outofprintmagazine.web.servlets.AbstractOOPServlet
calculateSimilarity, createObject, createObjectCloud, createObjectTidy, generatePst, getAnnotationDescription, getMapper, getStorage, plainTextToHtml, reformatTidyArray, setAnnotationDescriptionsAttribute, setContentTypeJson, setDocumentListAttribute, setMetadataAttributes, setPstAttribute, setStatsAttribute
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, service, service
-
-
-
-
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
-
-