{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"レスポンス","projectTitle":"Tisane Developer Documentation","description":"Tisane is an NLP platform, used for content moderation & more.","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"レスポンス","__idx":0},"children":["レスポンス"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このセクションでは、Tisaneが返すレスポンス構造のすべてのコンポーネントとデータ構造について詳しく説明します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POST /parse"]},"レスポンスには、提供された設定に基づいて表示または非表示にできるセクションが含まれています。（詳しくは",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/apis/tisane-api-configuration"},"children":["設定およびカスタマイズガイド"]},"をご覧ください。）"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ルートレベルの属性は以下のとおりです。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]},"（文字列） - 最初に入力したテキスト。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["language"]},"（文字列） - 言語判定が使用された場合の検出された言語コード。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reduced_output"]},"（ブール値） - 入力サイズが原因で詳細情報が省略されたかどうかを示す。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sentiment"]},"（浮動小数点数） - ドキュメントレベルのセンチメントスコア（-1 から 1）。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["document_sentiment"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"の時にのみ表示される。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["signal2noise"]},"（浮動小数点数） - テキストが",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["relevant"]},"設定の概念にどれだけ近いかを示す関連性スコア。この値は、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["relevant"]},"設定が存在する場合にのみ表示される。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"問題のあるコンテンツ","__idx":1},"children":["問題のあるコンテンツ"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Tisaneは、悪用される可能性のあるインスタンス（問題のあるコンテンツ）についてテキストを自動的に分析し、レスポンスで警告します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["abuse"]},"セクションでは、モデレーターの介入を必要とする、または法執行機関への引継ぎを要する可能性のあるとして検出されたコンテンツのインスタンスをリストします。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このセクションは、以下の場合に表示されます。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["問題のあるコンテンツのインスタンスが見つかっている。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["abuse"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定（または省略）されている。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["注：事例の背景はそれぞれ異なります。さまざまなタイプの警告されたコンテンツにどのように対処するかは、インテグレーターおよびコミュニティ管理者の責任となります。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["例：出会い系アプリで性的な誘いを制限すること、広く受け入れられるコミュニティで暴言を検閲すること、または外部との接触が許されている場合にそれを制限することは適切ではないかもしれません。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["問題のあるコンテンツ（abuse）情報をレスポンスに表示",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["したくない"]},"場合は、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["abuse"]},"設定を必ず明示的に",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]},"に設定してください。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"コンテンツ属性","__idx":2},"children":["コンテンツ属性"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["各インスタンスには次の属性が含まれます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]},"（文字列） - 不適切な内容の種類"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offset"]},"（符号なし整数） - インスタンスの開始位置。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["length"]},"（符号なし整数） - コンテンツの長さ。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sentence_index"]},"（符号なし整数） - インスタンスを含むセンテンスのインデックス。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]},"（文字列） - インスタンスを含むテキストのフラグメント。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["snippets"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている場合のみ表示される。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tags"]},"（文字列の配列） - 不適切とされる詳細のタグ。例えば、そのフラグメントがハードドラッグの販売を試みるものとして分類される場合、インスタンスに",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["hard_drug"]},"タグが含まれる。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["severity"]},"（文字列） - 不適切度のレベル。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["low（低）"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["medium（中）"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["high（高）"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["extreme（最高）"]},"の4段階に分類される。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["explanation"]},"（文字列） - 分類の根拠（",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["explain"]},"が有効である場合）。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"サポートされるタイプ","__idx":3},"children":["サポートされるタイプ"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["サポートされる問題のタイプは以下の通りです。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["personal_attack"]}," -  個人を標的にした直接的な侮辱や攻撃。例：ネットいじめのインスタンス。注：アイデア、投稿、一般的な否定的感情に対する批判は、個人的な侮辱とは異なります。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/personalattack"},"children":["Personal Attack（個人攻撃）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bigotry"]}," - ヘイトスピーチや偏見に満ちた意見の表明、 ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://en.wikipedia.org/wiki/Protected_group","target":"_blank"},"children":["保護されたグループ"]},"を標的にした敵対的な発言。これには人種的中傷だけでなく、グループ全体に向けられた敵対的な発言も含まれます。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/hatespeechandbigotry"},"children":["Bigotry and Hate Speech（偏見・ヘイトスピーチ）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["profanity"]}," - 文脈や意図にかかわらず、攻撃的な言葉を使用すること。なお、人種差別はこのタイプには含まれません。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/profanity"},"children":["Profanity（暴言）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sexual_advances"]}," - 歓迎されるか否かを問わず、性的な好意や満足を求めようとする行為。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/sexualadvances"},"children":["Sexual Advances（性的なアプローチ）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["criminal_activity"]}," - 違法な物品を販売または取得しようとする行為、犯罪的サービスに従事する行為、脅迫、またはこれらに類似する行為を含むコンテンツ。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/criminalactivity"},"children":["Criminal Activity（犯罪行為）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["external_contact"]}," - 外部チャネルを通じてコミュニケーションまたは支払いを開始しようとすること。例：電話、メール、メッセージアプリなど。このような行為は、ギグエコノミープラットフォームやeコマースサイトなど、特定のコミュニティにおける規則に抵触する可能性があります。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/externalcontact"},"children":["Attempts to Establish External Contact（外部接触の試み）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["adult_only"]}," - 未成年者の利用を制限する活動。例：アルコールの摂取。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/adultonly"},"children":["Adult-Only Content（成人向けコンテンツ）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mental_issues"]}," - 自殺願望やうつ病の兆候など、精神衛生上の懸念を示す可能性のある内容。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/mental"},"children":["Mental Issues（メンタルヘルスに関する内容）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["allegation"]}," - 犯罪行為を伴う、または伴わない可能性のある不正行為の申立てまたは告発。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/allegation"},"children":["Allegations（申立て・告発）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["contentious"]}," - 個人または集団の感情的な反応を扇動または誘発する可能性のある内容。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/contentious"},"children":["Contentious Content（論争を招くコンテンツ）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["disturbing"]}," - 読者を不安にさせるような描写。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/disturbing"},"children":["Disturbing Content（不安を引き起こす内容）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["no_meaningful_content"]}," - 明確な意味を持たず、無意味または意味不明な文章。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/nomeaningfulcontent"},"children":["Meaningless Content（意味のないコンテンツ）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["data_leak"]}," - 機微な個人情報。例：パスワード、ID番号など。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/dataleak"},"children":["Data Leaks（データ漏洩）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["spam"]}," - スパムコンテンツ。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/spam"},"children":["スパム"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["social_hierarchy"]}," - コミュニティーにおけるヒエラルキーを強引に主張すること。例：他人をコントロールしようとする態度。参考：",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/guides/abuse/socialhierarchy"},"children":["Social Hierarchy（ヒエラルキーの主張）"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["generic"]}," - 特定のカテゴリーに当てはまらないコンテンツ。未定義。"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"センチメント分析","__idx":4},"children":["センチメント分析"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sentiment_expressions"]},"セクションでは、アスペクトまたはエンティティに対するセンチメントが強調されます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このセクションは、以下の場合に表示されます。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["センチメントが表現されるインスタンスが見つかっている。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sentiment"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定（または省略）されている。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["各インスタンスには次の属性が含まれます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offset"]},"（符号なし整数） - インスタンスの開始位置。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["length"]},"（符号なし整数） - コンテンツの長さ。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sentence_index"]},"（符号なし整数） - インスタンスを含むセンテンスのインデックス。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]},"（文字列） - インスタンスを含むテキストのフラグメント（",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["snippets"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている場合）。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["polarity"]},"（文字列） - テキストのセンチメント（",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["positive"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["negative"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mixed"]},"）を表す。また、センチメントがアプリケーションで事前に定義されている場合は、デフォルト値も使用される。例：レビューが、",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["どこが気に入ったか_と_どこが気に入らなかったか_の2つがあり、レビュアーが単に_言葉を発せずに（絵文字などで）答えている場合。サービス"]},"。そのような場合、_default_の極性に従い、アプリケーションが文脈に基づいてセンチメントを外部に割り当てることができる。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["targets"]},"（文字列の配列） - センチメントが言及する特定のアスペクトやエンティティがあれば、これをリストする。例えば、_朝食はおいしかったが、スタッフは愛想がない_という文章では、センチメントのターゲットは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["食事"]},"と",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["スタッフ"]},"になる。固有表現もセンチメントのターゲットになり得る。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reasons"]},"（文字列の配列） - センチメントの正当性を示す（ある場合）。たとえば、_朝食はおいしかったが、スタッフは愛想がない_という文章では、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["staff"]},"に対する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reasons"]},"は",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[\"unfriendly\"]"]},"（愛想がない）であり、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["meal"]},"に対する",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["reasons"]},"は",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[\"tasty\"]"]},"（おいしい）になります。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["explanation"]},"（文字列） - センチメントの根拠（",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["説明"]},"が有効である場合）。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["例："]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"sentiment_expressions\": [\n       {\n           \"sentence_index\": 0,\n            \"offset\": 0,\n            \"length\": 32,\n            \"polarity\": \"positive\",\n            \"reasons\": [\"close\"],\n            \"targets\": [\"location\"]\n        },\n        {\n           \"sentence_index\": 0,\n            \"offset\": 38,\n            \"length\": 29,\n            \"polarity\": \"negative\",\n            \"reasons\": [\"disrespectful\"],\n            \"targets\": [\"staff\"]\n        }\n    ]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"固有表現","__idx":5},"children":["固有表現"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["entities_summary"]},"セクションは、本文中で検出されたエンティティをリストします。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このセクションは、以下の場合に表示されます。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["固有表現が見つかっている。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["entities"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定（または省略）されている。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["すべてのエンティティには次の属性が含まれます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]},"（文字列） - すべてのメンションで、テキスト内で最も完全な形で検出されたエンティティ名の形式。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ref_lemma"]},"（文字列） - 入力言語に関係なく、英語でのエンティティの辞書形式（lemma）（ある場合）。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]},"（文字列または文字列の配列） - エンティティのタイプを定義する。エンティティによっては複数のタイプを持つものもある。国（または、世界的に認められていなくても、国であることを宣言しているその他の地政学的実体）は、場所であると同時に組織でもあると考えられる。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["subtype"]},"（文字列） - エンティティタイプ内のより詳細な分類を指定する。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mentions"]},"（オブジェクトの配列） - テキストにエンティティが表示されるすべてのインスタンスをリストする。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["すべてのメンションには次の属性が含まれます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offset"]},"（符号なし整数） - インスタンスの開始位置。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["length"]},"（符号なし整数） - コンテンツの長さ。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sentence_index"]},"（符号なし整数） - インスタンスを含むセンテンスのインデックス。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]},"（文字列） - インスタンスを含むテキストのフラグメント（",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["snippets"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている場合）。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["例："]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"entities_summary\": [\n       {\n           \"type\": \"person\",\n            \"name\": \"John Smith\",\n            \"ref_lemma\": \"John Smith\",\n            \"mentions\": [\n               {\n                   \"sentence_index\": 0,\n                    \"offset\": 0,\n                    \"length\": 10 }\n            ]\n        }\n   ,\n        {\n           \"type\": [ \"organization\", \"place\" ]\n       ,\n            \"name\": \"UK\",\n            \"ref_lemma\": \"U.K.\",\n            \"mentions\": [\n               {\n                   \"sentence_index\": 0,\n                    \"offset\": 40,\n                    \"length\": 2 }\n            ]\n        }\n    ]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"エンティティタイプとサブタイプ","__idx":6},"children":["エンティティタイプとサブタイプ"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["現在サポートされるエンティティは以下の通りです。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["person"]},"（人物） オプションのサブタイプ：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fictional_character"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["important_person"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["spiritual_being"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["organization"]},"（組織） 注：国は「組織」と「場所」の両方として扱われる"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["place"]},"（場所）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["time_range"]},"（時間範囲）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["date"]},"（日付）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["time"]},"（時刻）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["hashtag"]},"（ハッシュタグ）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["email"]},"（Eメール）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["amount_of_money"]},"（金額）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["phone"]},"（電話） - 様々な形式の電話番号（国内または海外）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["role"]},"（役割） - 社会的役割例：組織における役職"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["software"]},"（ソフトウェア） - よく知られるソフトウェアパッケージ"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["website"]},"（ウェブサイト／URL） オプションのサブタイプ：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["tor"]},"（Onionリンク）　注：ウェブサービスにも",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["software"]},"タイプを割り当てることができる"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["item_of_interest"]},"（調査対象物） - 調査の対象となる可能性のあるあらゆるタイプの人工物。例：武器、ドラッグ、車、高級品。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["weight"]},"（重量）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bank_account"]},"（銀行口座） 現在のところ以下の形式のみがサポートされる：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["IBAN"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credit_card"]},"（クレジットカード） - 以下のオプションサブタイプを持つクレジットカード番号：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["visa"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mastercard"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["american_express"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["diners_club"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["discovery"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["jcb"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["unionpay"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinates"]},"（座標） - GPS座標"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["credential"]},"（認証情報） オプションのサブタイプ：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["md5"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sha-1"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["crypto"]},"（暗号資産） オプションのサブタイプ：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bitcoin"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ethereum"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["monero"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["monero_payment_id"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["litecoin"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["dash"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["event"]},"（イベント） - 複数の人が参加する注目すべきイベント。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["file"]},"（ファイル） Windowsのパス名のみがサポートされる。サブタイプ：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["windows"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["facebook"]},"（Facebookからダウンロードした画像用）。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["flight_code"]},"（フライトコード）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["identifier"]},"（識別子） 他に分類されない英数字の識別子（ID番号、コードなど）。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ip_address"]},"（IPアドレス）、サブタイプ：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v4"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["v6"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mac_address"]},"（MACアドレス）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["numeric"]},"（分類されていない数値エンティティ）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["username"]}," - ユーザー名またはユーザーのエイリアス。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"トピック","__idx":7},"children":["トピック"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["topics"]},"セクションは、本文中で検出されたトピックをリストします。例："]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このセクションは、以下の場合に表示されます。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["トピックが検出されている。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["topics"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定（または省略）されている。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["topic_stats"]},"の設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている場合、配列の各エントリーに以下が含まれます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["topic"]},"（文字列） - トピックの名前。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coverage"]},"（浮動小数点数） - 文章の総数に対する、トピックが検出された文の割合を表す関連性スコア。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"長期記憶","__idx":8},"children":["長期記憶"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["memory"]},"セクションは、同じ会話スレッド内の後続のメッセージの中で",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["settings"]},"に受け渡せるオプションのコンテキストを提供します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["詳しくは",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/apis/tisane-api-configuration#context-and-long-term-memory"},"children":["Context and Long-Term Memory（コンテキストと長期記憶）"]},"をご覧ください。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"低レベルデータ文章フレーズ単語","__idx":9},"children":["低レベルデータ：文章、フレーズ、単語"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Tisanは、以下のより詳細な言語データも提供できます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["文章：元の文章と、スペルミスが検出された場合の修正後の文章。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["語彙チャンク：文法や文体の特徴を注釈した単語のグループ（チャンク）。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["パースツリーとフレーズ：フレーズとその関係を強調して文章の構造を階層的に表現する。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"文章","__idx":10},"children":["文章"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sentence_list"]},"のセクションは、以下の場合に生成されます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["words"]},"または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parses"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["リストにあるすべての文章構造は以下を含みます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offset"]},"（符号なし整数） - インスタンスの開始位置。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["length"]},"（符号なし整数） - コンテンツの長さ。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]},"（文字列） - 最初に入力したテキスト。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corrected_text"]},"（文字列） - スペルミスや難読化/アルゴスピークが検出され、スペルチェックが有効になっている場合の自動修正後の文章。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["words"]},"（構造の配列） - ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["words"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている場合、各語彙チャンクの詳細情報を提供する。注：分かりやすくするために「単語」という用語を使っていますが、語彙チャンクを個々の単語と同一視するのは言語学的に正確ではないことがあります。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parse_tree"]},"（オブジェクト） - ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parses"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている場合、文章のパースツリーと検出されたフレーズが含まれる。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["N-best_parses"]},"（構文オブジェクトの配列） - 最適なパースツリーに近い代替のパースツリーをリストする。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parses"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"で、かつ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deterministic"]},"設定が明示的に",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]},"に設定されている場合に生成されます。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"単語","__idx":11},"children":["単語"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["単語セクションは、以下の場合に生成されます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["words"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["words"]},"配列のすべての語彙チャンク（分かりやすくするため「単語」と呼びます）構造には、以下のものが含まれます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]},"（文字列） - エレメントのカテゴリーを定義する。例：句読点には",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["punctuation"]},"を、数字には",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["numeral"]},"を、その他のすべてのテキスト要素には",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["word"]},"を使用します。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]},"（文字列） - 最初に入力したテキスト。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offset"]},"（符号なし整数） - インスタンスの開始位置。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["length"]},"（符号なし整数） - コンテンツの長さ。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corrected_text"]},"（文字列） - スペルミスが検出された場合の自動修正後の文章。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lettercase"]},"（文字列） - 元の単語のレターケースを",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["大文字"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["最初だけ大文字"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["混在"]},"で示す。注：テキストがすべて小文字である、または大文字と小文字を区別しない場合、この属性は省略されます。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stopword"]},"（ブール値） - 単語が",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://en.wikipedia.org/wiki/Stop_words","target":"_blank"},"children":["ストップワード"]},"であるかどうかを特定する。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["grammar"]},"（文字列の配列または構造） - ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["単語"]},"に関連する文法的特徴をリストする。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["feature_standard"]},"の設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["native"]},"に定義されている場合、各機能は",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["index"]},"（数字）と",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["value"]},"（文字列）を含むオブジェクトとなる。そうでない場合、各機能はプレーンな文字列として示される。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"高度な設定","__idx":12},"children":["高度な設定"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["語彙的な単語のみ："]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["role"]},"（文字列） - 単語の意味役割。例：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["agent"]},"（動作主）または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["patient"]},"（被動者）。注：受動態では、意味役割が構文的役割と逆転します。例：_The car was driven by David_という文章では、_car_は被動者であり、_David_は動作主です。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["numeric_value"]},"（浮動小数点数） - 単語が数値を表す場合、または数値に関連する場合の数値。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["family"]},"（整数） - 語彙チャンクの曖昧性が解消された語義に関連するファミリーのID。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["definition"]},"（文字列） - ファミリーの定義。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fetch_definitions"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている場合に含まれる。"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lexeme"]},"（整数） - 曖昧性が解消された語義に関連する語彙素エントリーのID。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nondictionary_pattern"]},"（整数） - 言語モデルでは見つからなかったが、非辞書的ヒューリスティックスを使用して分類された場合に、単語に一致する非辞書的パターンのID。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["style"]},"（文字列または構造の配列） - ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["単語"]},"に関連するスタイルの特徴のリストを生成する。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["feature_standard"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["native"]},"または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["description"]},"に設定されている場合に含まれる。"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["semantics"]},"（文字列または構造の配列） - ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["単語"]},"に関連するセマンティックの特徴のリストを生成する。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["feature_standard"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["native"]},"または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["description"]},"に設定されている場合に含まれる。"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["segmentation"]},"（構造） - 選択したセグメンテーションに関する情報を提供する。セグメンテーションは単語構造の配列である。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["複数のセグメンテーションが可能で、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deterministic"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]},"に設定されている場合に含まれる。"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["other_segmentations"]},"（構造の配列） - 曖昧性除去のプロセスで不正確と見なされた別のセグメンテーションをリストする。各エントリーは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["segmentation"]},"と同じ構造を持つ。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["N-best_senses"]},"（構造の配列） - 別の曖昧性除去の仮説を提供する。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deterministic"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]},"の場合に含まれる。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["各仮説には以下が含まれます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["grammar"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["style"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["semantics"]},"。これらは、上記の対応する属性と同じ構造である。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["senses"]},"。仮説の語義をリストします。それぞれには以下が含まれます。",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["family"]},"：関連するファミリーID。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["definition"]},"：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fetch_definitions"]},"が有効になっている場合のファミリーの定義。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ref_lemma"]},"：参照レマ（ある場合）"]}]}]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["句読点のみ："]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id"]},"（整数） - 句読点のID。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["behavior"]},"（文字列） - 句読点の機能を定義する行動コード。数値："]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sentenceTerminator"]},"（文末句点）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["genericComma"]},"（一般的なカンマ）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bracketStart"]},"（括弧の開始）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bracketEnd"]},"（括弧の終了）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["scopeDelimiter"]},"（範囲を区切る記号）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["hyphen"]},"（ハイフン）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["quoteStart"]},"（引用符の開始）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["quoteEnd"]},"（引用符の終了）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["listComma"]},"（ ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["、"]},"などの東アジアの列挙コンマ ）"]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["N-best意義のない句読点。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"パースツリーとフレーズ","__idx":13},"children":["パースツリーとフレーズ"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["パースツリー（正確にはパースフォレスト）は、互いにリンクされたフレーズの階層的な集合体です。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["パースツリーセクションは、以下の場合に生成されます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parses"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["パースのトップレベルでは、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["phrases"]},"要素の中にルートフレーズの配列があり、それぞれが数値",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["id"]},"と関連付けられる。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["すべてのフレーズは子フレーズを持つことができ、入れ子構造を形成します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["すべてのフレーズには次の属性が含まれます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]},"（文字列） - フレーズのタイプを示す標準的なフレーズタグ。例：",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["S"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["VP"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["NP"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ADJP"]},"、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ADVP"]},"。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["family"]},"（整数） - フレーズファミリーのID。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offset"]},"（符号なし整数） - インスタンスの開始位置。（0から始まる）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["length"]},"（符号なし整数） - フレーズの長さ。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["role"]},"（文字列） - 個々の単語に割り当てられる意味役割と同じように、該当する場合は、フレーズの意味役割。"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["text"]},"（文字列） - フレーズのテキスト表現：フレーズのメンバーは、縦棒文字 (|).子フレーズは括弧（）で囲まれます。例：",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["driven|by|David"]}," 9（3つのメンバーを持つフラットフレーズ）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["(The|car)|was|(driven|by|David)"]}," (子フレーズのある階層構造）。"]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["例："]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"parse_tree\": {\n\"id\": 4,\n\"phrases\": [\n{\n       \"type\": \"S\",\n       \"family\": 1451,\n       \"offset\": 0,\n       \"length\": 27,\n       \"text\": \"(The|car)|was|(driven|by|David)\",\n       \"children\": [\n               {\n                       \"type\": \"NP\",\n                       \"family\": 1081,\n                       \"offset\": 0,\n                       \"length\": 7,\n                       \"text\": \"The|car\",\n                       \"role\": \"patient\"\n               },\n               {\n                       \"type\": \"VP\",\n                       \"family\": 1172,\n                       \"offset\": 12,\n                       \"length\": 15,\n                       \"text\": \"driven|by|David\",\n                       \"role\": \"verb\"\n               }\n       ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"コンテキストを考慮したスペル訂正","__idx":14},"children":["コンテキストを考慮したスペル訂正"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Tisaneはコンテキストを考慮したスペル訂正をサポートしています。特に言語モデルが単語を認識できない場合に、意図された意味を推測することで、スペルミスや意図的な難読化を識別し、修正します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["修正が行われると、Tisaneは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corrected_text"]},"の属性を付け加えます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["単語レベル：個々の単語や語彙チャンクが返される場合。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["文章レベル：文章テキストが作成される場合。"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["文章レベルでの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corrected_text"]},"は、以下の場合に表示されます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["words"]},"または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["parses"]},"設定が",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定されている。"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"希少用語を除外する","__idx":15},"children":["希少用語を除外する"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Tisaneは大手辞書と提携しています。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["min_generic_frequency"]},"設定を調整することで、難解な用語を除外することができます。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"スペルチェックの呼び出し","__idx":16},"children":["スペルチェックの呼び出し"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["注：スペルチェックは、出力に文章セクションが含まれるか単語セクションが含まれるかに関係なく実行されます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["この動作は以下の設定でコントロールできます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["スペルチェックを完全にオフにするには、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["disable_spellcheck"]},"を",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定します。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["固有名詞の訂正を避けるには（大文字で始まる単語を使う言語では）、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lowercase_spellcheck_only"]},"を",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},"に設定します。これによりスペルチェックを小文字の単語に限定し、大文字の単語や大文字で始まる単語は除外します。"]}]}]}]},"headings":[{"value":"レスポンス","id":"レスポンス","depth":1},{"value":"問題のあるコンテンツ","id":"問題のあるコンテンツ","depth":2},{"value":"コンテンツ属性","id":"コンテンツ属性","depth":3},{"value":"サポートされるタイプ","id":"サポートされるタイプ","depth":3},{"value":"センチメント分析","id":"センチメント分析","depth":2},{"value":"固有表現","id":"固有表現","depth":2},{"value":"エンティティタイプとサブタイプ","id":"エンティティタイプとサブタイプ","depth":3},{"value":"トピック","id":"トピック","depth":2},{"value":"長期記憶","id":"長期記憶","depth":2},{"value":"低レベルデータ：文章、フレーズ、単語","id":"低レベルデータ文章フレーズ単語","depth":2},{"value":"文章","id":"文章","depth":3},{"value":"単語","id":"単語","depth":3},{"value":"高度な設定","id":"高度な設定","depth":4},{"value":"パースツリーとフレーズ","id":"パースツリーとフレーズ","depth":3},{"value":"コンテキストを考慮したスペル訂正","id":"コンテキストを考慮したスペル訂正","depth":3},{"value":"希少用語を除外する","id":"希少用語を除外する","depth":4},{"value":"スペルチェックの呼び出し","id":"スペルチェックの呼び出し","depth":4}],"frontmatter":{"seo":{"title":"レスポンス"}},"lastModified":"2025-06-12T06:59:34.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/apis/tisane-api-response-guide","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}