tokenize
Analyzes Japanese text to break it into readable components and dictionary entries using morphological parsing.
Instructions
テキストを形態素解析し、読みと辞書エントリに分割する
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 解析する日本語テキスト | |
| scanLength | No | スキャン長(デフォルト: 20) | |
| parser | No | パーサー(デフォルト: internal) | internal |