MeCab Web Service
http://api.chasen.org/mecapi
| Parameter | Value | Description |
|---|---|---|
| sentence | string (required) | The sentence to be analyzed (Japanse, UTF-8) |
| format | xml, json, text | Specifies the output format. Default: "xml" |
| callback | string | The name of the callback function to wrap around the JSON data. If format=json has not been requested, this parameter is ignored. |
Sample Request Url:
| Field | Description |
|---|---|
| MecabResult | Contains all of the results. |
| word | Contains each individual word. |
| surface | Surface string of a word. |
| feature | Contains pos, inflection, baseform and pronounciation. |