Sha256: 6cb711f1f620494d38a3907fa0fee48677227839adcf2ad434f333d1e94ce1cf
Contents?: true
Size: 1.61 KB
Versions: 7
Compression:
Stored size: 1.61 KB
Contents
<!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" href="markdown.css" /> <title>Coreference Webservice</title> </head> <body> <h1>Coreference Webservice</h1> <p> * required <br /> ** When entering a value no response will be displayed in the browser. </p> <form action="<%=url("/")%>" method="POST"> <div> <label for="input">KAF input *</label> <br /> <textarea id="input" name="input" cols="50" rows="10"></textarea> </div> <div> <label for="callbacks">Callback URL (**)</label> <br /> <input id="callbacks" type="text" name="callbacks" /> </div> <div> <label for="error_callback">Error Callback</label> <br /> <input id="error_callback" type="text" name="error_callback" /> </div> <input type="submit" value="Submit" /> </form> <h2>Actions</h2> <dl> <dt>GET /</dt> <dd>Shows this page</dd> <dt>POST /</dt> <dd>Submits a KAF document</dd> </dl> <h2>Parameters</h2> <dl> <dt>text *</dt> <dd>The KAF document to tag.</dd> <dt>callbacks</dt> <dd>A collection of callback URLs that are processed as a chain.</dd> <dt>error_callback</dt> <dd>Errors are submitted to this URL in the "error" field.</dd> </dl> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems