|
NU
IT
Northwestern University Information Technology |
| MorphAdorner V2.0 | Site Map |
| Service name: | corpusconfig |
| Service description: | List available corpus configurations. |
| HTTP methods allowed: | GET, POST, OPTIONS |
| POST accepts as input: | application/x-www-form-urlencoded |
| HTTP return codes: | 200: service succeeded 400: service failed with an error |
Query parameters |
|
| media | Result format. One of json, xml, html, text . |
<form accept-charset="UTF-8" method="post" action="corpusconfig"
target="_blank"
name="corpusconfig">
<table cellpadding="0" cellspacing="5">
<tr>
<td valign="top">
<strong>Results format:</strong>
</td>
<td>
<input type="radio" name="media" value="json">JSON format</input><br />
<input type="radio" name="media" value="xml" checked="checked">XML format</input><br />
<input type="radio" name="media" value="html">HTML format</input><br />
<input type="radio" name="media" value="text">Text format</input>
</td>
</tr>
<tr>
<td>
<input type="submit" name="corpusconfig" value="Get configurations" />
</td>
</tr>
<tr>
</table>
</form>
Here is sample corpus configuration output for the default set of configurations distributed with the MorphAdorner Server. In the JSON and XML output formats, the CorpusConfigResult contains a list of CorpusConfigInfo objects wrapped by a corpusConfigs container. Each CorpusConfigInfo object provides the name and description of a corpus configuration made available by the server. The HTML and text versions provide the same information in formats suitable for display.
{
"CorpusConfigResult": {
"corpusConfigs": [
{
"CorpusConfigInfo": [
{
"name": "ece",
"description": "Eighteenth Century English"
},
{
"name": "eme",
"description": "Early Modern English (~1475 to 1700)"
},
{
"name": "ncf",
"description": "Nineteeth Century British Fiction"
}
]
}
]
}
}
<CorpusConfigResult>
<corpusConfigs>
<CorpusConfigInfo>
<name>ece</name>
<description>Eighteenth Century English</description>
</CorpusConfigInfo>
<CorpusConfigInfo>
<name>eme</name>
<description>Early Modern English (~1475 to 1700)</description>
</CorpusConfigInfo>
<CorpusConfigInfo>
<name>ncf</name>
<description>Nineteeth Century British Fiction</description>
</CorpusConfigInfo>
</corpusConfigs>
</CorpusConfigResult>
<h3>3 corpus configurations found.</h3> <table border="0"> <tr> <th align="left">Name</th> <th align="left">Description</th> </tr> <tr> <td valign="top" align="left"><strong>ece</strong></td> <td valign="top" align="left">Eighteenth Century English</td> </tr> <tr> <td valign="top" align="left"><strong>eme</strong></td> <td valign="top" align="left">Early Modern English (~1475 to 1700)</td> </tr> <tr> <td valign="top" align="left"><strong>ncf</strong></td> <td valign="top" align="left">Nineteeth Century British Fiction</td> </tr> </table>
| Name | Description |
|---|---|
| ece | Eighteenth Century English |
| eme | Early Modern English (~1475 to 1700) |
| ncf | Nineteeth Century British Fiction |
3 corpus configurations found. Name Description ece Eighteenth Century English eme Early Modern English (~1475 to 1700) ncf Nineteeth Century British Fiction
| Home | |
| Welcome | |
| Announcements and News | |
| Announcements and news about changes to MorphAdorner | |
| Documentation | |
| Documentation for using MorphAdorner | |
| Download MorphAdorner | |
| Downloading and installing the MorphAdorner client and server software | |
| Glossary | |
| Glossary of MorphAdorner terms | |
| Helpful References | |
| Natural language processing references | |
| Licenses | |
| Licenses for MorphAdorner and Associated Software | |
| Server | |
| Online examples of MorphAdorner Server facilities. | |
| Talks | |
| Slides from talks about MorphAdorner. | |
| Tech Talk | |
| Technical information for programmers using MorphAdorner |
|
Academic Technologies and Research Services,
NU Library 2East, 1970 Campus Drive Evanston, IL 60208. |
Contact Us.
|