feat: add sentence_id column
This commit is contained in:
Родитель
2f07276514
Коммит
4a9d38bf98
|
@ -60,7 +60,9 @@ class Corpora:
|
||||||
columns=[
|
columns=[
|
||||||
"client_id",
|
"client_id",
|
||||||
"path",
|
"path",
|
||||||
|
"sentence_id",
|
||||||
"sentence",
|
"sentence",
|
||||||
|
"sentence_domain"
|
||||||
"up_votes",
|
"up_votes",
|
||||||
"down_votes",
|
"down_votes",
|
||||||
"age",
|
"age",
|
||||||
|
@ -69,7 +71,6 @@ class Corpora:
|
||||||
"variant",
|
"variant",
|
||||||
"locale",
|
"locale",
|
||||||
"segment",
|
"segment",
|
||||||
"sentence_domain"
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче