litagin commited on
Commit
19f90c8
·
verified ·
1 Parent(s): 362f94e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -21,9 +21,11 @@ maker game charname char_in_vndb vndb_char_id va_credit_name va_in_vndb vndb_sta
21
  0verflow Cross Days 乙女 true c1603 松永 雪希 true s452 松永 雪希
22
  ```
23
 
 
 
24
  - [`voice_actor_alias.json`](voice_actor_alias.json): Contains the alias of voice actors apeared in the above tsv:
25
 
26
- - ```json
27
  {
28
  "s5": {
29
  "alias_map": {
@@ -50,9 +52,11 @@ maker game charname char_in_vndb vndb_char_id va_credit_name va_in_vndb vndb_sta
50
  ```
51
 
52
  ## Note (for voice actors info)
53
- - Some multiple `charname` corresponds to the same charactor (e.g. it occurs when the same charactor is called in many ways).
 
54
  - For char or voice actors not in vndb database, its `vndb_char_id` and `vndb_staff_id` is empty
55
  - For e.g. speaker verification, you may remove rows with `vndb_staff_id` empty, or manually add unique id to such rows
 
56
  - Currently I'm manually updating [`voice_actor_info.tsv`](voice_actor_info.tsv), so may be updated
57
 
58
  ## Some notes on the dataset which you may find useful
 
21
  0verflow Cross Days 乙女 true c1603 松永 雪希 true s452 松永 雪希
22
  ```
23
 
24
+ Here `va_normalized_name` is the most name most often appeared in the credit of that `vndb_staff_id` among various aliases.
25
+
26
  - [`voice_actor_alias.json`](voice_actor_alias.json): Contains the alias of voice actors apeared in the above tsv:
27
 
28
+ ```json
29
  {
30
  "s5": {
31
  "alias_map": {
 
52
  ```
53
 
54
  ## Note (for voice actors info)
55
+
56
+ - **`va_normalized_name` is not checked to be unique (colision may happen)**, so you should use `vndb_staff_id` as an identifier.
57
  - For char or voice actors not in vndb database, its `vndb_char_id` and `vndb_staff_id` is empty
58
  - For e.g. speaker verification, you may remove rows with `vndb_staff_id` empty, or manually add unique id to such rows
59
+ - Some multiple `charname` corresponds to the same charactor (e.g. it occurs when the same charactor is called in many ways).
60
  - Currently I'm manually updating [`voice_actor_info.tsv`](voice_actor_info.tsv), so may be updated
61
 
62
  ## Some notes on the dataset which you may find useful