Skip to content

Commit

Permalink
added notice
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jan 23, 2018
1 parent fe67b0f commit c60cf9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/core/obj/Converters/CTMConverter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class CTMConverter extends Converter {
this._conversion.import = true;
this._encoding = 'UTF-8';
this._multitiers = false;
this._notice = 'OCTRA does not take the confidency level into account. On export to CTM the confidency value will be set to 1 to all values.';
}

public export(annotation: OAnnotJSON, audiofile: OAudiofile, levelnum: number): ExportResult {
Expand Down

0 comments on commit c60cf9b

Please sign in to comment.