You're looking at a specific version of this model. Jump to the model overview.

tmappdev /comment_analysis:c8bd0d4f

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
comments_file
string
JSON file containing comments from different platforms
session_id
string
default_session
Unique identifier for this analysis session
similarity_threshold
number
0.85
Threshold for detecting duplicate comments (0.0-1.0)
num_clusters
integer
5
Maximum number of topic clusters to create
num_representative_comments
integer
3
Number of representative comments per topic
cross_platform_analysis
boolean
True
Enable correlation analysis between platforms
extract_hashtags
boolean
True
Extract and analyze hashtags from comments
ranking_method
string
mixed
Method to rank comments: 'engagement', 'sentiment', 'relevance', or 'mixed'

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'title': 'Output', 'type': 'object'}