-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 用語集ドキュメントを追加 * 微調整
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# 用語集 | ||
|
||
エンジン内で用いられている用語をまとめています。 | ||
随時追加予定です。お気軽に追加プルリクエストを送ってください! | ||
|
||
<!-- | ||
* 見出しは「### 日本語の名前: コード内での名前(小文字)」 | ||
* コード内にしか出てこない用語はコード内での名前のみでもOK | ||
* 説明は1~3行くらいで | ||
* 基本的に改行を入れない(末尾にスペース2つを入れない) | ||
--> | ||
|
||
## ドメイン用語 | ||
|
||
TODO: ユーザー向けに案内されている用語をまとめる | ||
|
||
## エンジン周り | ||
|
||
TODO | ||
|
||
## OpenJTalk 周り | ||
|
||
### フルコンテキストラベル: full-context label | ||
|
||
文章構造を解析して得たデータを音素ごとにまとめたもの。あるいはその集合。 | ||
何の音素か、何番目のモーラか、何番目のアクセント句なのかといった情報が含まれる。 | ||
HTS の概念。 | ||
|
||
### ラベル: label | ||
|
||
1つの音素のフルコンテキストラベルのこと。 | ||
VOICEVOX 独自の定義(OpenJTalk 内ではフルコンテキストラベルを指してラベルと呼んでいる)。 | ||
|
||
### コンテキスト: context | ||
|
||
フルコンテキスト内の1つの要素のこと。 | ||
VOICEVOX 独自の定義。 | ||
|
||
### feature | ||
|
||
ラベルを1行の文字列にしたもの。 | ||
OpenJTalk の概念。 |