Skip to content

Commit

Permalink
Update:
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 16, 2024
1 parent b323d80 commit 6ed2174
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/mock/engineMock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@

モックの実装は気軽に破壊的変更しても問題ありません。

## ビルド戦略

ブラウザ版でも使えるようにすべく、ソフトウェアにも組み込める形で実装されています。
ビルド時のモックエンジンの取り扱いポリシーはこんな感じです。

- 重い処理が一切実行されないようにする
- 辞書の初期化、画像の読み込みなど
- なるべく重いファイルはビルドに含まれないようにする
- 形態素解析の辞書ファイルやダミー画像など

## ファイル構成

- `talkModelMock.ts`
Expand All @@ -27,13 +37,3 @@
- 音素周り
- `manifestMock.ts`
- エンジンのマニフェスト周り

## ビルド戦略

ブラウザ版でも使えるようにすべく、ソフトウェアにも組み込める形で実装されています。
ビルド時のモックエンジンの取り扱いポリシーはこんな感じです。

- 重い処理が一切実行されないようにする
- 辞書の初期化、画像の読み込みなど
- なるべく重いファイルはビルドに含まれないようにする
- 形態素解析の辞書ファイルやダミー画像など

0 comments on commit 6ed2174

Please sign in to comment.