Here are some examples of deep categorization using MeaningCloud API:
We will use the Voice of the Customer model for Retail (VoC-Retail) to analyze the following text:
"Zara is great, lots of stylish and affordable clothes, shoes, and accessories."
txt
parameter to submit the text.model
to VoC-Retail_en
.curl
:curl 'https://api.meaningcloud.com/deepcategorization-1.0' \
-F 'key=YOUR API KEY' \
-F 'model=VoC-Retail_en' \
-F 'txt=Zara is great, lots of stylish and affordable clothes, shoes, and accessories.'