> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentify.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# 同義語書き換え

> 同義語辞書を利用して、入力テキストの表現を統一するモジュールです。

同義語書き換えモジュールは、事前に設定した同義語辞書を利用して、入力テキスト内の表現を統一するモジュールです。

<Warning>
  利用する前に、同義語辞書を設定しておく必要があります。
</Warning>

<Frame>
  <img src="https://mintcdn.com/trendoinc/BbOCPJdxANbL_EDU/images/update-1-0/image7.png?fit=max&auto=format&n=BbOCPJdxANbL_EDU&q=85&s=256e1bb5a4560704f704f68f6bd85ee1" alt="同義語書き換えモジュールの設定画面" width="3306" height="1616" data-path="images/update-1-0/image7.png" />
</Frame>

## 使いどころ

<CardGroup cols={2}>
  <Card title="検索語の標準化" icon="magnifying-glass">
    ユーザーの表現ゆれを吸収し、ナレッジ検索やデータベース検索の精度を高めます。
  </Card>

  <Card title="回答表現の統一" icon="file-lines">
    社内で統一したい呼称やサービス名へ書き換えます。
  </Card>
</CardGroup>

## 例

| 入力表現    | 統一後の表現 |
| ------- | ------ |
| PC、パソコン | ノートPC  |
| 有休、有給   | 有給休暇   |
| 精算、経費申請 | 経費精算   |
