Yet Another MECAPI - MeCab Web Service

MeCab Web Service


format:

Request URL

http://api.chasen.org/mecapi

Request parameters

ParameterValueDescription
sentencestring (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:

Response fields

FieldDescription
MecabResultContains all of the results.
wordContains each individual word.
surfaceSurface string of a word.
featureContains pos, inflection, baseform and pronounciation.

Sample response