You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: This list of timestamps as tuples might not be ideal/should perhaps be optimized, but I am just replicating the original eaf creation code here.
parser.add_argument('--template', help='Which ACLEW templates (basic, native or non-native); otherwise, the path to the etf et pfsx templates, without the extension.', required=True)
129
134
parser.add_argument('--context-onset', help='context onset and segment offset difference in milliseconds, 0 for no introductory context', type=int, default=0)
130
135
parser.add_argument('--context-offset', help='context offset and segment offset difference in milliseconds, 0 for no outro context', type=int, default=0)
0 commit comments