MENU
      Get morphological analyzer - specific language

        Get morphological analyzer - specific language


        Article summary

        We are preparing a localization service for the content. We will do our best to provide the localization service as soon as possible.

        Gets IndexProcessor (morphological analyzer), which creates indexes in a specific language.
        The result of this operation can be used as an index option to create indexes by language when you create a domain.

        GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/tokenizer/{languages}
        HTTP

        Request

        Request Parameters

        ParameterRequiredTypeLimitationsDescription
        languagesYArray[string]Languages to use among those you can get via Get morphological analysis options - available languagesLanguages to create indexes in

        Response

        FieldTypeDescriptionNote
        -IndexProcessorMorphological analyzer information of the requested languages

        Response status

        HTTP statusDescription
        200OK (Successfully completed)
        400Bad Request
        401Unauthorized
        403Forbidden
        404Not Found
        500Internal Server Error

        Examples

        Request Example

        GET /CloudSearch/real/v1/tokenizer/korean%2Cthai HTTP/1.1
        Host: cloudsearch.apigw.ntruss.com
        accept:application/json
        x-ncp-iam-access-key: cPMl0CYGgRYvEa8sylCj
        x-ncp-apigw-signature-v2: +Ln++MqcKHckKli2y/bB76xLUu8qR9rLvo6j2yIYuYg=
        x-ncp-apigw-timestamp: 1551453306138
        HTTP

        Request Example

        {
          "type": "hanaterm",
          "method": "sgmt",
          "option": "+korea +josacat +eomicat +thai"
        }
        JSON

        Was this article helpful?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.