Feat: Q&A format segmentation support (#668)
Co-authored-by: jyong <718720800@qq.com> Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
parent
aae2fb8a30
commit
cf93d8d6e2
52 changed files with 2038 additions and 274 deletions
|
|
@ -28,6 +28,7 @@ segment_fields = {
|
|||
'position': fields.Integer,
|
||||
'document_id': fields.String,
|
||||
'content': fields.String,
|
||||
'answer': fields.String,
|
||||
'word_count': fields.Integer,
|
||||
'tokens': fields.Integer,
|
||||
'keywords': fields.List(fields.String),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue