GET corpus/stat
Request Information
Authorize
AnonymousURI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CorpusStatName | Description | Type | Additional information |
---|---|---|---|
Tags | integer |
None. |
|
Forms | integer |
None. |
|
Tokens | integer |
None. |
|
Articles | integer |
None. |
|
Contexts | integer |
None. |
|
Texts | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "tags": 1, "forms": 2, "tokens": 3, "articles": 4, "contexts": 5, "texts": 6 }
application/xml, text/xml
Sample:
<CorpusStat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Corpora.Domain.Interfaces.Services"> <Articles>4</Articles> <Contexts>5</Contexts> <Forms>2</Forms> <Tags>1</Tags> <Texts>6</Texts> <Tokens>3</Tokens> </CorpusStat>