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
In some files, a speaker (for instance the interviewer) has not been transcripted or only partially. We decided to add such transcription between square brackets.
During the importation of the file it is possible that two contiguous segments are separated by a "pause" where there can be some non-transcripted utterance. In case an empty segment must be added, the the corrector could decide to fill or not.
Speaker IDs could be made visible before each segment. Utterances in a segment that do not correspond to the speaker id must be added between square brackets.
The export function cut the text into sentences, which are attributed to a speaker. Currently the export is bugged. The speaker attribution is not done. And sometimes a sentence contains a major punctuation.
It is likely to be due to utterances between square brackets, which are not ended by a major punctuation. It is indeed possible that an added sentence continues on a second segment and is in two square-bracketed segments. But is very unlikely that it continue in a third segment and a warning must be sent in such a case.
It must also be verified that each word receive AlignBegin and AlignEnd features.
We also use "+" as a special character to indicate that a sentence has a syntactic structure that must be attached to a previous sentence. This character must be translated into a feature AtachedSentence= Yes.
Reported speech is between double quotes "…". The second double must have a major punctuation before and after. This must be verified (error report if it is not the case) and in this special case, the sentence must not be cut before the double quote. Example:
he said "wonderful. I understand.".
=> he said "wonderful.
I understand.".
The text was updated successfully, but these errors were encountered:
In some files, a speaker (for instance the interviewer) has not been transcripted or only partially. We decided to add such transcription between square brackets.
The text was updated successfully, but these errors were encountered: