65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"metadata": {
|
|
"application": "seriatim",
|
|
"version": "dev",
|
|
"input_reader": "json-files",
|
|
"input_files": [
|
|
"examples/minimal-merge/input-alice.json",
|
|
"examples/minimal-merge/input-bob.json"
|
|
],
|
|
"preprocessing_modules": [
|
|
"validate-raw",
|
|
"normalize-speakers",
|
|
"trim-text"
|
|
],
|
|
"postprocessing_modules": [
|
|
"detect-overlaps",
|
|
"resolve-overlaps",
|
|
"backchannel",
|
|
"filler",
|
|
"resolve-danglers",
|
|
"coalesce",
|
|
"detect-overlaps",
|
|
"autocorrect",
|
|
"assign-ids",
|
|
"validate-output"
|
|
],
|
|
"output_modules": [
|
|
"json"
|
|
]
|
|
},
|
|
"segments": [
|
|
{
|
|
"id": 1,
|
|
"source": "examples/minimal-merge/input-alice.json",
|
|
"source_segment_index": 0,
|
|
"speaker": "Alice Example",
|
|
"start": 0,
|
|
"end": 1.2,
|
|
"text": "Hello there."
|
|
},
|
|
{
|
|
"id": 2,
|
|
"source": "examples/minimal-merge/input-bob.json",
|
|
"source_segment_index": 0,
|
|
"speaker": "Bob Example",
|
|
"start": 1.3,
|
|
"end": 2.4,
|
|
"text": "General Kenobi."
|
|
},
|
|
{
|
|
"id": 3,
|
|
"source": "examples/minimal-merge/input-alice.json",
|
|
"source_segment_index": 1,
|
|
"speaker": "Alice Example",
|
|
"start": 2.6,
|
|
"end": 3.1,
|
|
"text": "Okay.",
|
|
"categories": [
|
|
"backchannel"
|
|
]
|
|
}
|
|
],
|
|
"overlap_groups": []
|
|
}
|