Add integration docs and synthetic command examples
This commit is contained in:
64
examples/trim/input-full.json
Normal file
64
examples/trim/input-full.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user