analyze_semantic_structure
Parse text to extract entities and relations using Montague Grammar, with optional logical form translations for formal semantic analysis.
Instructions
Analyze the semantic structure of text using Montague Grammar parsing.
This tool provides insight into the formal semantic analysis capabilities and shows the logical form translations.
Args: text: Text to analyze semantically include_logical_form: Whether to include the formal logical representation
Returns: Semantic analysis with entities, relations, and optional logical forms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| include_logical_form | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |