undeleted commited on
Commit
089056f
1 Parent(s): 6fcccd8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -110,8 +110,10 @@ This dataset is primarily intended for unsupervised training of text generation
110
  * `chapters`: number of chapters (corresponds to `general_all_no` from the Syosetu API)
111
  * `keywords`: array of novel keywords (corresponds to `keyword` from the Syosetu API, split on spaces)
112
  * `isr15`: whether the novel is rated R15+
113
- * `genre`: novel genre ID (see Syosetu API documentation)
114
- * `biggenre`: general novel genre ID (see Syosetu API documentation)
 
 
115
 
116
  *For further reference, see the Syosetuka ni Narou API documentation: <https://dev.syosetu.com/man/api/> (JA).*
117
 
 
110
  * `chapters`: number of chapters (corresponds to `general_all_no` from the Syosetu API)
111
  * `keywords`: array of novel keywords (corresponds to `keyword` from the Syosetu API, split on spaces)
112
  * `isr15`: whether the novel is rated R15+
113
+ * `genre`: novel genre ID (optional, see Syosetu API documentation)
114
+ * `biggenre`: general novel genre ID (optional, see Syosetu API documentation)
115
+ * `isr18`: whether the novel is rated R18+
116
+ * `nocgenre`: novel genre ID (optional, only available if `isr18` is true, see Syosetu API documentation)
117
 
118
  *For further reference, see the Syosetuka ni Narou API documentation: <https://dev.syosetu.com/man/api/> (JA).*
119