Do you have any questions? Just write us an email or ask us through the feedback section.

Text Clustering - Console

key

The access key is required for making requests to any of our web services.

of

Output format

lang

It specifies the language in which the text is.

Content

txt

Set of texts to cluster: one per line, separated by linefeed.

id

Set of IDs for each of the texts: one per line, separated by linefeed.

mode

This parameter will define the algorithm used to carry out the clustering process. There are two possible values:

  • tm: topic modeling (default).
  • dg: document grouping.

Not sure which one to use? Check the clustering modes section.

sw

Set of stopwords to be ignored by the algorithm. Valid format is a stopword per line (separated by linefeed), UTF-8 encoded.

Raw Formatted