# HG changeset patch # User ymh # Date 1482020031 -3600 # Node ID 9cffc7f32f14568917ce8a53f61a83689a73e610 # Parent dbb941b9fb6611e3aedfc4fc2f2bf95003b46685 correct transcripts without topics diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/app/helpers/milli-to-minutes.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/app/helpers/milli-to-minutes.js Sun Dec 18 01:13:51 2016 +0100 @@ -0,0 +1,8 @@ +import Ember from 'ember'; + +export function milliToMinutes(params/*, hash*/) { + var seconds = ((params[0]/1000) % 60).toFixed(0); + return Math.floor((params[0]/1000) / 60) + ":" + (seconds < 10 ? '0' : '') + seconds; +} + +export default Ember.Helper.helper(milliToMinutes); diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/app/serializers/transcript.js --- a/cms/app-client/app/serializers/transcript.js Sat Dec 17 23:43:28 2016 +0100 +++ b/cms/app-client/app/serializers/transcript.js Sun Dec 18 01:13:51 2016 +0100 @@ -28,7 +28,8 @@ },{}); var sections = _.map(payload['lists'] || [], function(list){ - var topic = topics[list['meta']['corpus:topic']['id-ref']]; + var topicRef = list['meta']['corpus:topic']?list['meta']['corpus:topic']['id-ref']:null; + var topic = topicRef?topics[topicRef]:null; return { title: (topic && topic['desc'])?topic['desc'] : null, begin: list['meta']['corpus:begin'], diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/app/styles/components/transcript-component.scss --- a/cms/app-client/app/styles/components/transcript-component.scss Sat Dec 17 23:43:28 2016 +0100 +++ b/cms/app-client/app/styles/components/transcript-component.scss Sun Dec 18 01:13:51 2016 +0100 @@ -78,7 +78,6 @@ .transcript-component .transcript .annotations .sentence.active { background-color: $corpus-blue; color: $corpus-white; - pointer-events: none; } diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/app/templates/components/transcript-component.hbs --- a/cms/app-client/app/templates/components/transcript-component.hbs Sat Dec 17 23:43:28 2016 +0100 +++ b/cms/app-client/app/templates/components/transcript-component.hbs Sun Dec 18 01:13:51 2016 +0100 @@ -13,10 +13,10 @@
    {{#each section.turns as |turn indexTurn|}}
  1. - Play + Play {{#if turn.title}}{{turn.title}}{{/if}} {{#each turn.annotations as |annotation|}} -
    +
    {{#if annotation.original}}

    @@ -27,7 +27,7 @@ {{#if annotation.literal}}

    {{#each annotation.literal as |word|}} -
    +

    {{word.original}}

    {{word.translation}}

    {{#if (and word.morphenes word.morphenes.length)}} @@ -59,7 +59,7 @@
      {{#each transcript.annotations as |annotation index|}}
    1. - Play + Play {{#if annotation.title}}{{annotation.title}}{{/if}}
      {{#if annotation.original}} @@ -71,7 +71,7 @@ {{#if annotation.literal}}
      {{#each annotation.literal as |word|}} -
      +

      {{word.original}}

      {{word.translation}}

      {{#if (and word.morphenes word.morphenes.length)}} diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/mirage/fixtures/documents.js --- a/cms/app-client/mirage/fixtures/documents.js Sat Dec 17 23:43:28 2016 +0100 +++ b/cms/app-client/mirage/fixtures/documents.js Sun Dec 18 01:13:51 2016 +0100 @@ -1622,6 +1622,94 @@ } }, { + "id": "11280.100/crdo-MOC_0001_SOUND", + "uri": "https://hdl.handle.net/11280.100/crdo-MOC_0001_SOUND", + "title": "12-La fille d'Alofitai et le diable", + "languages": [ + "http://lexvo.org/id/iso639-3/fud" + ], + "modified": "2010-10-23T13:01:26+02:00", + "issued": "2010-10-23T13:01:26+02:00", + "created": "1989-09-22", + "publishers": [ + "Laboratoire de langues et civilisations à tradition orale" + ], + "contributors": [ + { + "name": null, + "url": "http://viaf.org/viaf/56614135", + "role": "http://www.language-archives.org/OLAC/1.1/depositor" + }, + { + "name": null, + "url": "http://viaf.org/viaf/56614135", + "role": "http://www.language-archives.org/OLAC/1.1/researcher" + }, + { + "name": "Kamaliele Nau", + "url": null, + "role": "http://www.language-archives.org/OLAC/1.1/speaker" + } + ], + "subjects": [ + "http://ark.bnf.fr/ark:/12148/cb11946662b", + "http://ark.bnf.fr/ark:/12148/cb120009467", + "http://lexvo.org/id/iso639-3/fud", + { + "value": "Futunien", + "datatype": null, + "lang": "fr" + } + ], + "transcript": { + "url": "http://cocoon.huma-num.fr/exist/crdo/moyse-faurie/fud/crdo-MOC_0001.xml", + "format": "application/xml", + "conforms-to": "http://purl.org/poi/crdo.vjf.cnrs.fr/crdo-dtd_transcriber" + }, + "mediaArray": { + "http://cocoon.huma-num.fr/data/archi/144208_MOC_0001_22km.wav": { + "url": "http://cocoon.huma-num.fr/data/archi/144208_MOC_0001_22km.wav", + "format": "audio/x-wav", + "extent": "PT03M41S", + "extent_ms": 221000, + "master": false + }, + "http://cocoon.huma-num.fr/data/archi/masters/144208.wav": { + "url": "http://cocoon.huma-num.fr/data/archi/masters/144208.wav", + "format": "audio/x-wav", + "extent": "PT03M41S", + "extent_ms": 221000, + "master": true + }, + "http://cocoon.huma-num.fr/data/archi/mp3/144208_MOC_0001_44k.mp3": { + "url": "http://cocoon.huma-num.fr/data/archi/mp3/144208_MOC_0001_44k.mp3", + "format": "audio/mpeg", + "extent": "PT03M41S", + "extent_ms": 221000, + "master": false + } + }, + "geoInfo": { + "ref-locs": [ + "http://sws.geonames.org/4034885/" + ], + "notes": [ + { + "value": "WF", + "datatype": "http://purl.org/dc/terms/ISO3166", + "lang": null + }, + { + "value": "Ono, royaume de Alo, Wallis et Futuna", + "datatype": null, + "lang": "fr" + } + ], + "latitude": "-14.31096", + "longitude": "-178.11094" + } + }, + { "id": "11280.100/crdo-09-CAYCHAX_SOUND", "uri": "https://hdl.handle.net/11280.100/crdo-09-CAYCHAX_SOUND", "title": "ALLOc : Caychax : Parabole", diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/mirage/fixtures/transcripts.js --- a/cms/app-client/mirage/fixtures/transcripts.js Sat Dec 17 23:43:28 2016 +0100 +++ b/cms/app-client/mirage/fixtures/transcripts.js Sun Dec 18 01:13:51 2016 +0100 @@ -11,8 +11,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:33+00:00", - "dc:modified": "2016-12-02T18:57:33+00:00", + "dc:created": "2016-12-17T23:32:04+00:00", + "dc:modified": "2016-12-17T23:32:04+00:00", "dc:title": [ { "@language": "fr", @@ -4219,8 +4219,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:33+00:00", - "dc:modified": "2016-12-02T18:57:33+00:00", + "dc:created": "2016-12-17T23:32:06+00:00", + "dc:modified": "2016-12-17T23:32:06+00:00", "dc:title": { "@language": "fr", "@value": "Entretien de Louise Liotard et de Jeane Mallet 1" @@ -4641,11 +4641,11 @@ } ], "meta": { + "corpus:begin": 0, + "corpus:end": 280537, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc001" - }, - "corpus:begin": 0, - "corpus:end": 280537 + } } }, { @@ -4791,11 +4791,11 @@ } ], "meta": { + "corpus:begin": 280537, + "corpus:end": 506254, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc002" - }, - "corpus:begin": 280537, - "corpus:end": 506254 + } } }, { @@ -4932,11 +4932,11 @@ } ], "meta": { + "corpus:begin": 506254, + "corpus:end": 673079, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc003" - }, - "corpus:begin": 506254, - "corpus:end": 673079 + } } }, { @@ -4968,11 +4968,11 @@ } ], "meta": { + "corpus:begin": 673079, + "corpus:end": 708359, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc004" - }, - "corpus:begin": 673079, - "corpus:end": 708359 + } } }, { @@ -5040,11 +5040,11 @@ } ], "meta": { + "corpus:begin": 708359, + "corpus:end": 775065, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc005" - }, - "corpus:begin": 708359, - "corpus:end": 775065 + } } }, { @@ -5118,11 +5118,11 @@ } ], "meta": { + "corpus:begin": 775065, + "corpus:end": 843705, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc006" - }, - "corpus:begin": 775065, - "corpus:end": 843705 + } } }, { @@ -5136,11 +5136,11 @@ } ], "meta": { + "corpus:begin": 843705, + "corpus:end": 855814, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc007" - }, - "corpus:begin": 843705, - "corpus:end": 855814 + } } }, { @@ -5265,11 +5265,11 @@ } ], "meta": { + "corpus:begin": 855814, + "corpus:end": 1116332, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc008" - }, - "corpus:begin": 855814, - "corpus:end": 1116332 + } } }, { @@ -5340,11 +5340,11 @@ } ], "meta": { + "corpus:begin": 1116332, + "corpus:end": 1229069, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc009" - }, - "corpus:begin": 1116332, - "corpus:end": 1229069 + } } }, { @@ -5502,11 +5502,11 @@ } ], "meta": { + "corpus:begin": 1229069, + "corpus:end": 1413436, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc010" - }, - "corpus:begin": 1229069, - "corpus:end": 1413436 + } } }, { @@ -5553,11 +5553,11 @@ } ], "meta": { + "corpus:begin": 1413436, + "corpus:end": 1473666, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc011" - }, - "corpus:begin": 1413436, - "corpus:end": 1473666 + } } }, { @@ -5703,11 +5703,11 @@ } ], "meta": { + "corpus:begin": 1473666, + "corpus:end": 1636520, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc012" - }, - "corpus:begin": 1473666, - "corpus:end": 1636520 + } } }, { @@ -5745,11 +5745,11 @@ } ], "meta": { + "corpus:begin": 1636520, + "corpus:end": 1679023, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc013" - }, - "corpus:begin": 1636520, - "corpus:end": 1679023 + } } }, { @@ -5790,11 +5790,11 @@ } ], "meta": { + "corpus:begin": 1679023, + "corpus:end": 1720703, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc014" - }, - "corpus:begin": 1679023, - "corpus:end": 1720703 + } } }, { @@ -5868,11 +5868,11 @@ } ], "meta": { + "corpus:begin": 1720703, + "corpus:end": 1828725, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc015" - }, - "corpus:begin": 1720703, - "corpus:end": 1828725 + } } }, { @@ -5901,11 +5901,11 @@ } ], "meta": { + "corpus:begin": 1828725, + "corpus:end": 1861903, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc016" - }, - "corpus:begin": 1828725, - "corpus:end": 1861903 + } } }, { @@ -6027,11 +6027,11 @@ } ], "meta": { + "corpus:begin": 1861903, + "corpus:end": 2017307, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc017" - }, - "corpus:begin": 1861903, - "corpus:end": 2017307 + } } }, { @@ -6165,11 +6165,11 @@ } ], "meta": { + "corpus:begin": 2017307, + "corpus:end": 2160611, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc018" - }, - "corpus:begin": 2017307, - "corpus:end": 2160611 + } } }, { @@ -6330,11 +6330,11 @@ } ], "meta": { + "corpus:begin": 2160611, + "corpus:end": 2308716, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc019" - }, - "corpus:begin": 2160611, - "corpus:end": 2308716 + } } }, { @@ -6378,11 +6378,11 @@ } ], "meta": { + "corpus:begin": 2308716, + "corpus:end": 2357111, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc020" - }, - "corpus:begin": 2308716, - "corpus:end": 2357111 + } } }, { @@ -6519,11 +6519,11 @@ } ], "meta": { + "corpus:begin": 2357111, + "corpus:end": 2527679, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc021" - }, - "corpus:begin": 2357111, - "corpus:end": 2527679 + } } }, { @@ -6570,11 +6570,11 @@ } ], "meta": { + "corpus:begin": 2527679, + "corpus:end": 2589097, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc022" - }, - "corpus:begin": 2527679, - "corpus:end": 2589097 + } } }, { @@ -6726,11 +6726,11 @@ } ], "meta": { + "corpus:begin": 2589097, + "corpus:end": 2752041, "corpus:topic": { "id-ref": "11280.100/crdo-CFPP2000_11_SOUND_tpc023" - }, - "corpus:begin": 2589097, - "corpus:end": 2752041 + } } } ], @@ -30913,8 +30913,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:34+00:00", - "dc:modified": "2016-12-02T18:57:34+00:00", + "dc:created": "2016-12-17T23:32:07+00:00", + "dc:modified": "2016-12-17T23:32:07+00:00", "dc:title": { "@language": "fr", "@value": "Le jour des petits (B)" @@ -31937,8 +31937,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:34+00:00", - "dc:modified": "2016-12-02T18:57:34+00:00", + "dc:created": "2016-12-17T23:32:09+00:00", + "dc:modified": "2016-12-17T23:32:09+00:00", "dc:title": { "@language": "fr", "@value": "Corpus LS-Colin sur plusieurs genres discursifs (Josette Bouchauveau et Henri Attia)" @@ -33734,8 +33734,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:34+00:00", - "dc:modified": "2016-12-02T18:57:34+00:00", + "dc:created": "2016-12-17T23:32:10+00:00", + "dc:modified": "2016-12-17T23:32:10+00:00", "dc:title": { "@language": "en", "@value": "Kijin i khîââk ma ko-ak." @@ -34030,8 +34030,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:35+00:00", - "dc:modified": "2016-12-02T18:57:35+00:00", + "dc:created": "2016-12-17T23:32:15+00:00", + "dc:modified": "2016-12-17T23:32:15+00:00", "dc:title": { "@language": "fr", "@value": "ESLO1: entretien 047" @@ -34442,11 +34442,11 @@ } ], "meta": { + "corpus:begin": 0, + "corpus:end": 19456, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc001" - }, - "corpus:begin": 0, - "corpus:end": 19456 + } } }, { @@ -34484,11 +34484,11 @@ } ], "meta": { + "corpus:begin": 19456, + "corpus:end": 35517, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc002" - }, - "corpus:begin": 19456, - "corpus:end": 35517 + } } }, { @@ -34529,11 +34529,11 @@ } ], "meta": { + "corpus:begin": 35517, + "corpus:end": 56515, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc003" - }, - "corpus:begin": 35517, - "corpus:end": 56515 + } } }, { @@ -34574,11 +34574,11 @@ } ], "meta": { + "corpus:begin": 56515, + "corpus:end": 70014, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc004" - }, - "corpus:begin": 56515, - "corpus:end": 70014 + } } }, { @@ -34697,11 +34697,11 @@ } ], "meta": { + "corpus:begin": 70014, + "corpus:end": 166752, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc005" - }, - "corpus:begin": 70014, - "corpus:end": 166752 + } } }, { @@ -34796,11 +34796,11 @@ } ], "meta": { + "corpus:begin": 166752, + "corpus:end": 245708, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc006" - }, - "corpus:begin": 166752, - "corpus:end": 245708 + } } }, { @@ -34985,11 +34985,11 @@ } ], "meta": { + "corpus:begin": 245708, + "corpus:end": 386678, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc007" - }, - "corpus:begin": 245708, - "corpus:end": 386678 + } } }, { @@ -35078,11 +35078,11 @@ } ], "meta": { + "corpus:begin": 386678, + "corpus:end": 467850, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc008" - }, - "corpus:begin": 386678, - "corpus:end": 467850 + } } }, { @@ -35108,11 +35108,11 @@ } ], "meta": { + "corpus:begin": 467850, + "corpus:end": 480993, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc009" - }, - "corpus:begin": 467850, - "corpus:end": 480993 + } } }, { @@ -35162,11 +35162,11 @@ } ], "meta": { + "corpus:begin": 480993, + "corpus:end": 530904, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc010" - }, - "corpus:begin": 480993, - "corpus:end": 530904 + } } }, { @@ -35195,11 +35195,11 @@ } ], "meta": { + "corpus:begin": 530904, + "corpus:end": 542144, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc011" - }, - "corpus:begin": 530904, - "corpus:end": 542144 + } } }, { @@ -35225,11 +35225,11 @@ } ], "meta": { + "corpus:begin": 542144, + "corpus:end": 560616, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc012" - }, - "corpus:begin": 542144, - "corpus:end": 560616 + } } }, { @@ -35267,11 +35267,11 @@ } ], "meta": { + "corpus:begin": 560616, + "corpus:end": 585902, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc013" - }, - "corpus:begin": 560616, - "corpus:end": 585902 + } } }, { @@ -35330,11 +35330,11 @@ } ], "meta": { + "corpus:begin": 585902, + "corpus:end": 615718, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc014" - }, - "corpus:begin": 585902, - "corpus:end": 615718 + } } }, { @@ -35396,11 +35396,11 @@ } ], "meta": { + "corpus:begin": 615718, + "corpus:end": 649519, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc015" - }, - "corpus:begin": 615718, - "corpus:end": 649519 + } } }, { @@ -35432,11 +35432,11 @@ } ], "meta": { + "corpus:begin": 649519, + "corpus:end": 663127, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc016" - }, - "corpus:begin": 649519, - "corpus:end": 663127 + } } }, { @@ -35468,11 +35468,11 @@ } ], "meta": { + "corpus:begin": 663127, + "corpus:end": 684099, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc017" - }, - "corpus:begin": 663127, - "corpus:end": 684099 + } } }, { @@ -35582,11 +35582,11 @@ } ], "meta": { + "corpus:begin": 684099, + "corpus:end": 818988, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc018" - }, - "corpus:begin": 684099, - "corpus:end": 818988 + } } }, { @@ -35657,11 +35657,11 @@ } ], "meta": { + "corpus:begin": 818988, + "corpus:end": 908743, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc019" - }, - "corpus:begin": 818988, - "corpus:end": 908743 + } } }, { @@ -35696,11 +35696,11 @@ } ], "meta": { + "corpus:begin": 908743, + "corpus:end": 935786, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc020" - }, - "corpus:begin": 908743, - "corpus:end": 935786 + } } }, { @@ -35750,11 +35750,11 @@ } ], "meta": { + "corpus:begin": 935786, + "corpus:end": 991844, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc021" - }, - "corpus:begin": 935786, - "corpus:end": 991844 + } } }, { @@ -35813,11 +35813,11 @@ } ], "meta": { + "corpus:begin": 991844, + "corpus:end": 1048937, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc022" - }, - "corpus:begin": 991844, - "corpus:end": 1048937 + } } }, { @@ -35852,11 +35852,11 @@ } ], "meta": { + "corpus:begin": 1048937, + "corpus:end": 1084973, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc023" - }, - "corpus:begin": 1048937, - "corpus:end": 1084973 + } } }, { @@ -35927,11 +35927,11 @@ } ], "meta": { + "corpus:begin": 1084973, + "corpus:end": 1201006, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc024" - }, - "corpus:begin": 1084973, - "corpus:end": 1201006 + } } }, { @@ -35957,11 +35957,11 @@ } ], "meta": { + "corpus:begin": 1201006, + "corpus:end": 1232303, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc025" - }, - "corpus:begin": 1201006, - "corpus:end": 1232303 + } } }, { @@ -36068,11 +36068,11 @@ } ], "meta": { + "corpus:begin": 1232303, + "corpus:end": 1320256, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc026" - }, - "corpus:begin": 1232303, - "corpus:end": 1320256 + } } }, { @@ -36101,11 +36101,11 @@ } ], "meta": { + "corpus:begin": 1320256, + "corpus:end": 1353464, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc027" - }, - "corpus:begin": 1320256, - "corpus:end": 1353464 + } } }, { @@ -36137,11 +36137,11 @@ } ], "meta": { + "corpus:begin": 1353464, + "corpus:end": 1402104, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc028" - }, - "corpus:begin": 1353464, - "corpus:end": 1402104 + } } }, { @@ -36173,11 +36173,11 @@ } ], "meta": { + "corpus:begin": 1402104, + "corpus:end": 1447976, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc029" - }, - "corpus:begin": 1402104, - "corpus:end": 1447976 + } } }, { @@ -36218,11 +36218,11 @@ } ], "meta": { + "corpus:begin": 1447976, + "corpus:end": 1492094, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc030" - }, - "corpus:begin": 1447976, - "corpus:end": 1492094 + } } }, { @@ -36293,11 +36293,11 @@ } ], "meta": { + "corpus:begin": 1492094, + "corpus:end": 1625611, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc031" - }, - "corpus:begin": 1492094, - "corpus:end": 1625611 + } } }, { @@ -36314,11 +36314,11 @@ } ], "meta": { + "corpus:begin": 1625611, + "corpus:end": 1651033, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc032" - }, - "corpus:begin": 1625611, - "corpus:end": 1651033 + } } }, { @@ -36371,11 +36371,11 @@ } ], "meta": { + "corpus:begin": 1651033, + "corpus:end": 1716957, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc033" - }, - "corpus:begin": 1651033, - "corpus:end": 1716957 + } } }, { @@ -36413,11 +36413,11 @@ } ], "meta": { + "corpus:begin": 1716957, + "corpus:end": 1743094, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc034" - }, - "corpus:begin": 1716957, - "corpus:end": 1743094 + } } }, { @@ -36437,11 +36437,11 @@ } ], "meta": { + "corpus:begin": 1743094, + "corpus:end": 1757678, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc035" - }, - "corpus:begin": 1743094, - "corpus:end": 1757678 + } } }, { @@ -36479,11 +36479,11 @@ } ], "meta": { + "corpus:begin": 1757678, + "corpus:end": 1800489, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc036" - }, - "corpus:begin": 1757678, - "corpus:end": 1800489 + } } }, { @@ -36503,11 +36503,11 @@ } ], "meta": { + "corpus:begin": 1800489, + "corpus:end": 1847833, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc037" - }, - "corpus:begin": 1800489, - "corpus:end": 1847833 + } } }, { @@ -36548,11 +36548,11 @@ } ], "meta": { + "corpus:begin": 1847833, + "corpus:end": 1881416, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc038" - }, - "corpus:begin": 1847833, - "corpus:end": 1881416 + } } }, { @@ -36602,11 +36602,11 @@ } ], "meta": { + "corpus:begin": 1881416, + "corpus:end": 1944521, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc039" - }, - "corpus:begin": 1881416, - "corpus:end": 1944521 + } } }, { @@ -36866,11 +36866,11 @@ } ], "meta": { + "corpus:begin": 1944521, + "corpus:end": 2180940, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc040" - }, - "corpus:begin": 1944521, - "corpus:end": 2180940 + } } }, { @@ -36911,11 +36911,11 @@ } ], "meta": { + "corpus:begin": 2180940, + "corpus:end": 2215813, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc041" - }, - "corpus:begin": 2180940, - "corpus:end": 2215813 + } } }, { @@ -36950,11 +36950,11 @@ } ], "meta": { + "corpus:begin": 2215813, + "corpus:end": 2243056, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc042" - }, - "corpus:begin": 2215813, - "corpus:end": 2243056 + } } }, { @@ -37040,11 +37040,11 @@ } ], "meta": { + "corpus:begin": 2243056, + "corpus:end": 2312432, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc043" - }, - "corpus:begin": 2243056, - "corpus:end": 2312432 + } } }, { @@ -37106,11 +37106,11 @@ } ], "meta": { + "corpus:begin": 2312432, + "corpus:end": 2388158, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc044" - }, - "corpus:begin": 2312432, - "corpus:end": 2388158 + } } }, { @@ -37151,11 +37151,11 @@ } ], "meta": { + "corpus:begin": 2388158, + "corpus:end": 2428438, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc045" - }, - "corpus:begin": 2388158, - "corpus:end": 2428438 + } } }, { @@ -37187,11 +37187,11 @@ } ], "meta": { + "corpus:begin": 2428438, + "corpus:end": 2453030, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc046" - }, - "corpus:begin": 2428438, - "corpus:end": 2453030 + } } }, { @@ -37244,11 +37244,11 @@ } ], "meta": { + "corpus:begin": 2453030, + "corpus:end": 2499753, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc047" - }, - "corpus:begin": 2453030, - "corpus:end": 2499753 + } } }, { @@ -37340,11 +37340,11 @@ } ], "meta": { + "corpus:begin": 2499753, + "corpus:end": 2595246, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc048" - }, - "corpus:begin": 2499753, - "corpus:end": 2595246 + } } }, { @@ -37406,11 +37406,11 @@ } ], "meta": { + "corpus:begin": 2595246, + "corpus:end": 2672084, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc049" - }, - "corpus:begin": 2595246, - "corpus:end": 2672084 + } } }, { @@ -37436,11 +37436,11 @@ } ], "meta": { + "corpus:begin": 2672084, + "corpus:end": 2693333, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc050" - }, - "corpus:begin": 2672084, - "corpus:end": 2693333 + } } }, { @@ -37496,11 +37496,11 @@ } ], "meta": { + "corpus:begin": 2693333, + "corpus:end": 2719698, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc051" - }, - "corpus:begin": 2693333, - "corpus:end": 2719698 + } } }, { @@ -37529,11 +37529,11 @@ } ], "meta": { + "corpus:begin": 2719698, + "corpus:end": 2750667, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc052" - }, - "corpus:begin": 2719698, - "corpus:end": 2750667 + } } }, { @@ -37571,11 +37571,11 @@ } ], "meta": { + "corpus:begin": 2750667, + "corpus:end": 2774288, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc053" - }, - "corpus:begin": 2750667, - "corpus:end": 2774288 + } } }, { @@ -37592,11 +37592,11 @@ } ], "meta": { + "corpus:begin": 2774288, + "corpus:end": 2784767, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc054" - }, - "corpus:begin": 2774288, - "corpus:end": 2784767 + } } }, { @@ -37610,11 +37610,11 @@ } ], "meta": { + "corpus:begin": 2784767, + "corpus:end": 2791620, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc055" - }, - "corpus:begin": 2784767, - "corpus:end": 2791620 + } } }, { @@ -37703,11 +37703,11 @@ } ], "meta": { + "corpus:begin": 2791620, + "corpus:end": 2856603, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc056" - }, - "corpus:begin": 2791620, - "corpus:end": 2856603 + } } }, { @@ -37775,11 +37775,11 @@ } ], "meta": { + "corpus:begin": 2856603, + "corpus:end": 2914680, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc057" - }, - "corpus:begin": 2856603, - "corpus:end": 2914680 + } } }, { @@ -37802,11 +37802,11 @@ } ], "meta": { + "corpus:begin": 2914680, + "corpus:end": 2931962, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc058" - }, - "corpus:begin": 2914680, - "corpus:end": 2931962 + } } }, { @@ -37844,11 +37844,11 @@ } ], "meta": { + "corpus:begin": 2931962, + "corpus:end": 2965129, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc059" - }, - "corpus:begin": 2931962, - "corpus:end": 2965129 + } } }, { @@ -37910,11 +37910,11 @@ } ], "meta": { + "corpus:begin": 2965129, + "corpus:end": 3023350, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc060" - }, - "corpus:begin": 2965129, - "corpus:end": 3023350 + } } }, { @@ -38003,11 +38003,11 @@ } ], "meta": { + "corpus:begin": 3023350, + "corpus:end": 3073982, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc061" - }, - "corpus:begin": 3023350, - "corpus:end": 3073982 + } } }, { @@ -38042,11 +38042,11 @@ } ], "meta": { + "corpus:begin": 3073982, + "corpus:end": 3106917, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc062" - }, - "corpus:begin": 3073982, - "corpus:end": 3106917 + } } }, { @@ -38093,11 +38093,11 @@ } ], "meta": { + "corpus:begin": 3106917, + "corpus:end": 3148115, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc063" - }, - "corpus:begin": 3106917, - "corpus:end": 3148115 + } } }, { @@ -38198,11 +38198,11 @@ } ], "meta": { + "corpus:begin": 3148115, + "corpus:end": 3239411, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc064" - }, - "corpus:begin": 3148115, - "corpus:end": 3239411 + } } }, { @@ -38249,11 +38249,11 @@ } ], "meta": { + "corpus:begin": 3239411, + "corpus:end": 3282501, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc065" - }, - "corpus:begin": 3239411, - "corpus:end": 3282501 + } } }, { @@ -38321,11 +38321,11 @@ } ], "meta": { + "corpus:begin": 3282501, + "corpus:end": 3324811, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc066" - }, - "corpus:begin": 3282501, - "corpus:end": 3324811 + } } }, { @@ -38348,11 +38348,11 @@ } ], "meta": { + "corpus:begin": 3324811, + "corpus:end": 3340299, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc067" - }, - "corpus:begin": 3324811, - "corpus:end": 3340299 + } } }, { @@ -38429,11 +38429,11 @@ } ], "meta": { + "corpus:begin": 3340299, + "corpus:end": 3417399, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc068" - }, - "corpus:begin": 3340299, - "corpus:end": 3417399 + } } }, { @@ -38501,11 +38501,11 @@ } ], "meta": { + "corpus:begin": 3417399, + "corpus:end": 3488335, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc069" - }, - "corpus:begin": 3417399, - "corpus:end": 3488335 + } } }, { @@ -38660,11 +38660,11 @@ } ], "meta": { + "corpus:begin": 3488335, + "corpus:end": 3636546, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc070" - }, - "corpus:begin": 3488335, - "corpus:end": 3636546 + } } }, { @@ -38732,11 +38732,11 @@ } ], "meta": { + "corpus:begin": 3636546, + "corpus:end": 3684982, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc071" - }, - "corpus:begin": 3636546, - "corpus:end": 3684982 + } } }, { @@ -38765,11 +38765,11 @@ } ], "meta": { + "corpus:begin": 3684982, + "corpus:end": 3705102, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc072" - }, - "corpus:begin": 3684982, - "corpus:end": 3705102 + } } }, { @@ -38810,11 +38810,11 @@ } ], "meta": { + "corpus:begin": 3705102, + "corpus:end": 3740039, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc073" - }, - "corpus:begin": 3705102, - "corpus:end": 3740039 + } } }, { @@ -38834,11 +38834,11 @@ } ], "meta": { + "corpus:begin": 3740039, + "corpus:end": 3747708, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc074" - }, - "corpus:begin": 3740039, - "corpus:end": 3747708 + } } }, { @@ -38882,11 +38882,11 @@ } ], "meta": { + "corpus:begin": 3747708, + "corpus:end": 3779059, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_047_tpc075" - }, - "corpus:begin": 3747708, - "corpus:end": 3779059 + } } } ], @@ -88756,8 +88756,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:36+00:00", - "dc:modified": "2016-12-02T18:57:36+00:00", + "dc:created": "2016-12-17T23:32:18+00:00", + "dc:modified": "2016-12-17T23:32:18+00:00", "dc:title": [ { "@language": "fr", @@ -116625,8 +116625,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:37+00:00", - "dc:modified": "2016-12-02T18:57:37+00:00", + "dc:created": "2016-12-17T23:32:22+00:00", + "dc:modified": "2016-12-17T23:32:22+00:00", "dc:title": { "@language": "fr", "@value": "ESLO1: entretien 101" @@ -117276,11 +117276,11 @@ } ], "meta": { + "corpus:begin": 0, + "corpus:end": 22444, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc001" - }, - "corpus:begin": 0, - "corpus:end": 22444 + } } }, { @@ -117300,11 +117300,11 @@ } ], "meta": { + "corpus:begin": 22444, + "corpus:end": 37160, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc002" - }, - "corpus:begin": 22444, - "corpus:end": 37160 + } } }, { @@ -117345,11 +117345,11 @@ } ], "meta": { + "corpus:begin": 37160, + "corpus:end": 77207, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc003" - }, - "corpus:begin": 37160, - "corpus:end": 77207 + } } }, { @@ -117393,11 +117393,11 @@ } ], "meta": { + "corpus:begin": 77207, + "corpus:end": 104267, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc004" - }, - "corpus:begin": 77207, - "corpus:end": 104267 + } } }, { @@ -117423,11 +117423,11 @@ } ], "meta": { + "corpus:begin": 104267, + "corpus:end": 127586, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc005" - }, - "corpus:begin": 104267, - "corpus:end": 127586 + } } }, { @@ -117501,11 +117501,11 @@ } ], "meta": { + "corpus:begin": 127586, + "corpus:end": 172742, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc006" - }, - "corpus:begin": 127586, - "corpus:end": 172742 + } } }, { @@ -117528,11 +117528,11 @@ } ], "meta": { + "corpus:begin": 172742, + "corpus:end": 194817, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc007" - }, - "corpus:begin": 172742, - "corpus:end": 194817 + } } }, { @@ -117555,11 +117555,11 @@ } ], "meta": { + "corpus:begin": 194817, + "corpus:end": 205830, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc008" - }, - "corpus:begin": 194817, - "corpus:end": 205830 + } } }, { @@ -117585,11 +117585,11 @@ } ], "meta": { + "corpus:begin": 205830, + "corpus:end": 230889, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc009" - }, - "corpus:begin": 205830, - "corpus:end": 230889 + } } }, { @@ -117609,11 +117609,11 @@ } ], "meta": { + "corpus:begin": 230889, + "corpus:end": 255086, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc010" - }, - "corpus:begin": 230889, - "corpus:end": 255086 + } } }, { @@ -117675,11 +117675,11 @@ } ], "meta": { + "corpus:begin": 255086, + "corpus:end": 293950, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc011" - }, - "corpus:begin": 255086, - "corpus:end": 293950 + } } }, { @@ -117810,11 +117810,11 @@ } ], "meta": { + "corpus:begin": 293950, + "corpus:end": 411399, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc010" - }, - "corpus:begin": 293950, - "corpus:end": 411399 + } } }, { @@ -117828,11 +117828,11 @@ } ], "meta": { + "corpus:begin": 411399, + "corpus:end": 421487, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc012" - }, - "corpus:begin": 411399, - "corpus:end": 421487 + } } }, { @@ -117909,11 +117909,11 @@ } ], "meta": { + "corpus:begin": 421487, + "corpus:end": 475411, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc013" - }, - "corpus:begin": 421487, - "corpus:end": 475411 + } } }, { @@ -117939,11 +117939,11 @@ } ], "meta": { + "corpus:begin": 475411, + "corpus:end": 510698, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc014" - }, - "corpus:begin": 475411, - "corpus:end": 510698 + } } }, { @@ -117972,11 +117972,11 @@ } ], "meta": { + "corpus:begin": 510698, + "corpus:end": 526214, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc015" - }, - "corpus:begin": 510698, - "corpus:end": 526214 + } } }, { @@ -117996,11 +117996,11 @@ } ], "meta": { + "corpus:begin": 526214, + "corpus:end": 531971, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc016" - }, - "corpus:begin": 526214, - "corpus:end": 531971 + } } }, { @@ -118023,11 +118023,11 @@ } ], "meta": { + "corpus:begin": 531971, + "corpus:end": 544601, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc018" - }, - "corpus:begin": 531971, - "corpus:end": 544601 + } } }, { @@ -118071,11 +118071,11 @@ } ], "meta": { + "corpus:begin": 544601, + "corpus:end": 599450, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc017" - }, - "corpus:begin": 544601, - "corpus:end": 599450 + } } }, { @@ -118113,11 +118113,11 @@ } ], "meta": { + "corpus:begin": 599450, + "corpus:end": 619867, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc019" - }, - "corpus:begin": 599450, - "corpus:end": 619867 + } } }, { @@ -118134,11 +118134,11 @@ } ], "meta": { + "corpus:begin": 619867, + "corpus:end": 623984, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc020" - }, - "corpus:begin": 619867, - "corpus:end": 623984 + } } }, { @@ -118158,11 +118158,11 @@ } ], "meta": { + "corpus:begin": 623984, + "corpus:end": 638284, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc021" - }, - "corpus:begin": 623984, - "corpus:end": 638284 + } } }, { @@ -118203,11 +118203,11 @@ } ], "meta": { + "corpus:begin": 638284, + "corpus:end": 668825, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc022" - }, - "corpus:begin": 638284, - "corpus:end": 668825 + } } }, { @@ -118233,11 +118233,11 @@ } ], "meta": { + "corpus:begin": 668825, + "corpus:end": 698317, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc023" - }, - "corpus:begin": 668825, - "corpus:end": 698317 + } } }, { @@ -118263,11 +118263,11 @@ } ], "meta": { + "corpus:begin": 698317, + "corpus:end": 711854, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc026" - }, - "corpus:begin": 698317, - "corpus:end": 711854 + } } }, { @@ -118299,11 +118299,11 @@ } ], "meta": { + "corpus:begin": 711854, + "corpus:end": 744550, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc027" - }, - "corpus:begin": 711854, - "corpus:end": 744550 + } } }, { @@ -118347,11 +118347,11 @@ } ], "meta": { + "corpus:begin": 744550, + "corpus:end": 797452, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc024" - }, - "corpus:begin": 744550, - "corpus:end": 797452 + } } }, { @@ -118377,11 +118377,11 @@ } ], "meta": { + "corpus:begin": 797452, + "corpus:end": 817249, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc025" - }, - "corpus:begin": 797452, - "corpus:end": 817249 + } } }, { @@ -118413,11 +118413,11 @@ } ], "meta": { + "corpus:begin": 817249, + "corpus:end": 834444, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc029" - }, - "corpus:begin": 817249, - "corpus:end": 834444 + } } }, { @@ -118434,11 +118434,11 @@ } ], "meta": { + "corpus:begin": 834444, + "corpus:end": 846755, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc030" - }, - "corpus:begin": 834444, - "corpus:end": 846755 + } } }, { @@ -118647,11 +118647,11 @@ } ], "meta": { + "corpus:begin": 846755, + "corpus:end": 1048305.0000000001, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc028" - }, - "corpus:begin": 846755, - "corpus:end": 1048305.0000000001 + } } }, { @@ -118683,11 +118683,11 @@ } ], "meta": { + "corpus:begin": 1048305.0000000001, + "corpus:end": 1063774, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc031" - }, - "corpus:begin": 1048305.0000000001, - "corpus:end": 1063774 + } } }, { @@ -118740,11 +118740,11 @@ } ], "meta": { + "corpus:begin": 1063774, + "corpus:end": 1098299, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc032" - }, - "corpus:begin": 1063774, - "corpus:end": 1098299 + } } }, { @@ -118776,11 +118776,11 @@ } ], "meta": { + "corpus:begin": 1098299, + "corpus:end": 1114396, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc033" - }, - "corpus:begin": 1098299, - "corpus:end": 1114396 + } } }, { @@ -118824,11 +118824,11 @@ } ], "meta": { + "corpus:begin": 1114396, + "corpus:end": 1137727, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc035" - }, - "corpus:begin": 1114396, - "corpus:end": 1137727 + } } }, { @@ -118845,11 +118845,11 @@ } ], "meta": { + "corpus:begin": 1137727, + "corpus:end": 1156509, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc036" - }, - "corpus:begin": 1137727, - "corpus:end": 1156509 + } } }, { @@ -118920,11 +118920,11 @@ } ], "meta": { + "corpus:begin": 1156509, + "corpus:end": 1252336, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc034" - }, - "corpus:begin": 1156509, - "corpus:end": 1252336 + } } }, { @@ -118983,11 +118983,11 @@ } ], "meta": { + "corpus:begin": 1252336, + "corpus:end": 1277765, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc037" - }, - "corpus:begin": 1252336, - "corpus:end": 1277765 + } } }, { @@ -119058,11 +119058,11 @@ } ], "meta": { + "corpus:begin": 1277765, + "corpus:end": 1348201, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc038" - }, - "corpus:begin": 1277765, - "corpus:end": 1348201 + } } }, { @@ -119085,11 +119085,11 @@ } ], "meta": { + "corpus:begin": 1348201, + "corpus:end": 1368716, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc039" - }, - "corpus:begin": 1348201, - "corpus:end": 1368716 + } } }, { @@ -119124,11 +119124,11 @@ } ], "meta": { + "corpus:begin": 1368716, + "corpus:end": 1380594, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc040" - }, - "corpus:begin": 1368716, - "corpus:end": 1380594 + } } }, { @@ -119184,11 +119184,11 @@ } ], "meta": { + "corpus:begin": 1380594, + "corpus:end": 1417205, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc041" - }, - "corpus:begin": 1380594, - "corpus:end": 1417205 + } } }, { @@ -119232,11 +119232,11 @@ } ], "meta": { + "corpus:begin": 1417205, + "corpus:end": 1448329, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc042" - }, - "corpus:begin": 1417205, - "corpus:end": 1448329 + } } }, { @@ -119289,11 +119289,11 @@ } ], "meta": { + "corpus:begin": 1448329, + "corpus:end": 1498154, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc043" - }, - "corpus:begin": 1448329, - "corpus:end": 1498154 + } } }, { @@ -119421,11 +119421,11 @@ } ], "meta": { + "corpus:begin": 1498154, + "corpus:end": 1580605, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc044" - }, - "corpus:begin": 1498154, - "corpus:end": 1580605 + } } }, { @@ -119457,11 +119457,11 @@ } ], "meta": { + "corpus:begin": 1580605, + "corpus:end": 1592844, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc045" - }, - "corpus:begin": 1580605, - "corpus:end": 1592844 + } } }, { @@ -119487,11 +119487,11 @@ } ], "meta": { + "corpus:begin": 1592844, + "corpus:end": 1607511, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc046" - }, - "corpus:begin": 1592844, - "corpus:end": 1607511 + } } }, { @@ -119526,11 +119526,11 @@ } ], "meta": { + "corpus:begin": 1607511, + "corpus:end": 1624754, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc047" - }, - "corpus:begin": 1607511, - "corpus:end": 1624754 + } } }, { @@ -119571,11 +119571,11 @@ } ], "meta": { + "corpus:begin": 1624754, + "corpus:end": 1645612, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc048" - }, - "corpus:begin": 1624754, - "corpus:end": 1645612 + } } }, { @@ -119661,11 +119661,11 @@ } ], "meta": { + "corpus:begin": 1645612, + "corpus:end": 1697287, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc049" - }, - "corpus:begin": 1645612, - "corpus:end": 1697287 + } } }, { @@ -119688,11 +119688,11 @@ } ], "meta": { + "corpus:begin": 1697287, + "corpus:end": 1726297, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc050" - }, - "corpus:begin": 1697287, - "corpus:end": 1726297 + } } }, { @@ -119712,11 +119712,11 @@ } ], "meta": { + "corpus:begin": 1726297, + "corpus:end": 1734745, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc051" - }, - "corpus:begin": 1726297, - "corpus:end": 1734745 + } } }, { @@ -119787,11 +119787,11 @@ } ], "meta": { + "corpus:begin": 1734745, + "corpus:end": 1783567, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc052" - }, - "corpus:begin": 1734745, - "corpus:end": 1783567 + } } }, { @@ -119874,11 +119874,11 @@ } ], "meta": { + "corpus:begin": 1783567, + "corpus:end": 1859512, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc053" - }, - "corpus:begin": 1783567, - "corpus:end": 1859512 + } } }, { @@ -119904,11 +119904,11 @@ } ], "meta": { + "corpus:begin": 1859512, + "corpus:end": 1881381, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc054" - }, - "corpus:begin": 1859512, - "corpus:end": 1881381 + } } }, { @@ -119955,11 +119955,11 @@ } ], "meta": { + "corpus:begin": 1881381, + "corpus:end": 1927656, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc055" - }, - "corpus:begin": 1881381, - "corpus:end": 1927656 + } } }, { @@ -119976,11 +119976,11 @@ } ], "meta": { + "corpus:begin": 1927656, + "corpus:end": 1941646, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc056" - }, - "corpus:begin": 1927656, - "corpus:end": 1941646 + } } }, { @@ -120021,11 +120021,11 @@ } ], "meta": { + "corpus:begin": 1941646, + "corpus:end": 1959828, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc057" - }, - "corpus:begin": 1941646, - "corpus:end": 1959828 + } } }, { @@ -120069,11 +120069,11 @@ } ], "meta": { + "corpus:begin": 1959828, + "corpus:end": 1996446, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc127" - }, - "corpus:begin": 1959828, - "corpus:end": 1996446 + } } }, { @@ -120114,11 +120114,11 @@ } ], "meta": { + "corpus:begin": 1996446, + "corpus:end": 2028732, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc059" - }, - "corpus:begin": 1996446, - "corpus:end": 2028732 + } } }, { @@ -120141,11 +120141,11 @@ } ], "meta": { + "corpus:begin": 2028732, + "corpus:end": 2044014, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc060" - }, - "corpus:begin": 2028732, - "corpus:end": 2044014 + } } }, { @@ -120189,11 +120189,11 @@ } ], "meta": { + "corpus:begin": 2044014, + "corpus:end": 2085147, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc128" - }, - "corpus:begin": 2044014, - "corpus:end": 2085147 + } } }, { @@ -120276,11 +120276,11 @@ } ], "meta": { + "corpus:begin": 2085147, + "corpus:end": 2158649, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc061" - }, - "corpus:begin": 2085147, - "corpus:end": 2158649 + } } }, { @@ -120306,11 +120306,11 @@ } ], "meta": { + "corpus:begin": 2158649, + "corpus:end": 2210067, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc062" - }, - "corpus:begin": 2158649, - "corpus:end": 2210067 + } } }, { @@ -120351,11 +120351,11 @@ } ], "meta": { + "corpus:begin": 2210067, + "corpus:end": 2270764, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc064" - }, - "corpus:begin": 2210067, - "corpus:end": 2270764 + } } }, { @@ -120378,11 +120378,11 @@ } ], "meta": { + "corpus:begin": 2270764, + "corpus:end": 2295512, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc063" - }, - "corpus:begin": 2270764, - "corpus:end": 2295512 + } } }, { @@ -120438,11 +120438,11 @@ } ], "meta": { + "corpus:begin": 2295512, + "corpus:end": 2356758, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc068" - }, - "corpus:begin": 2295512, - "corpus:end": 2356758 + } } }, { @@ -120495,11 +120495,11 @@ } ], "meta": { + "corpus:begin": 2356758, + "corpus:end": 2426501, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc063" - }, - "corpus:begin": 2356758, - "corpus:end": 2426501 + } } }, { @@ -120522,11 +120522,11 @@ } ], "meta": { + "corpus:begin": 2426501, + "corpus:end": 2442614, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc065" - }, - "corpus:begin": 2426501, - "corpus:end": 2442614 + } } }, { @@ -120567,11 +120567,11 @@ } ], "meta": { + "corpus:begin": 2442614, + "corpus:end": 2463019, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc066" - }, - "corpus:begin": 2442614, - "corpus:end": 2463019 + } } }, { @@ -120642,11 +120642,11 @@ } ], "meta": { + "corpus:begin": 2463019, + "corpus:end": 2536525, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc067" - }, - "corpus:begin": 2463019, - "corpus:end": 2536525 + } } }, { @@ -120714,11 +120714,11 @@ } ], "meta": { + "corpus:begin": 2536525, + "corpus:end": 2616120, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc075" - }, - "corpus:begin": 2536525, - "corpus:end": 2616120 + } } }, { @@ -120774,11 +120774,11 @@ } ], "meta": { + "corpus:begin": 2616120, + "corpus:end": 2692931, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc069" - }, - "corpus:begin": 2616120, - "corpus:end": 2692931 + } } }, { @@ -120819,11 +120819,11 @@ } ], "meta": { + "corpus:begin": 2692931, + "corpus:end": 2713780, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc070" - }, - "corpus:begin": 2692931, - "corpus:end": 2713780 + } } }, { @@ -120849,11 +120849,11 @@ } ], "meta": { + "corpus:begin": 2713780, + "corpus:end": 2737920, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc071" - }, - "corpus:begin": 2713780, - "corpus:end": 2737920 + } } }, { @@ -120897,11 +120897,11 @@ } ], "meta": { + "corpus:begin": 2737920, + "corpus:end": 2801247, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc072" - }, - "corpus:begin": 2737920, - "corpus:end": 2801247 + } } }, { @@ -120981,11 +120981,11 @@ } ], "meta": { + "corpus:begin": 2801247, + "corpus:end": 2879486, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc073" - }, - "corpus:begin": 2801247, - "corpus:end": 2879486 + } } }, { @@ -121017,11 +121017,11 @@ } ], "meta": { + "corpus:begin": 2879486, + "corpus:end": 2903259, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc074" - }, - "corpus:begin": 2879486, - "corpus:end": 2903259 + } } }, { @@ -121041,11 +121041,11 @@ } ], "meta": { + "corpus:begin": 2903259, + "corpus:end": 2932864, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc079" - }, - "corpus:begin": 2903259, - "corpus:end": 2932864 + } } }, { @@ -121098,11 +121098,11 @@ } ], "meta": { + "corpus:begin": 2932864, + "corpus:end": 2968968, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc076" - }, - "corpus:begin": 2932864, - "corpus:end": 2968968 + } } }, { @@ -121128,11 +121128,11 @@ } ], "meta": { + "corpus:begin": 2968968, + "corpus:end": 2997204, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc077" - }, - "corpus:begin": 2968968, - "corpus:end": 2997204 + } } }, { @@ -121146,11 +121146,11 @@ } ], "meta": { + "corpus:begin": 2997204, + "corpus:end": 3027826, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc078" - }, - "corpus:begin": 2997204, - "corpus:end": 3027826 + } } }, { @@ -121176,11 +121176,11 @@ } ], "meta": { + "corpus:begin": 3027826, + "corpus:end": 3046843, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc080" - }, - "corpus:begin": 3027826, - "corpus:end": 3046843 + } } }, { @@ -121227,11 +121227,11 @@ } ], "meta": { + "corpus:begin": 3046843, + "corpus:end": 3083377, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc080" - }, - "corpus:begin": 3046843, - "corpus:end": 3083377 + } } }, { @@ -121278,11 +121278,11 @@ } ], "meta": { + "corpus:begin": 3083377, + "corpus:end": 3112267, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc082" - }, - "corpus:begin": 3083377, - "corpus:end": 3112267 + } } }, { @@ -121317,11 +121317,11 @@ } ], "meta": { + "corpus:begin": 3112267, + "corpus:end": 3142579, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc083" - }, - "corpus:begin": 3112267, - "corpus:end": 3142579 + } } }, { @@ -121344,11 +121344,11 @@ } ], "meta": { + "corpus:begin": 3142579, + "corpus:end": 3162235, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc084" - }, - "corpus:begin": 3142579, - "corpus:end": 3162235 + } } }, { @@ -121410,11 +121410,11 @@ } ], "meta": { + "corpus:begin": 3162235, + "corpus:end": 3195583, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc087" - }, - "corpus:begin": 3162235, - "corpus:end": 3195583 + } } }, { @@ -121428,11 +121428,11 @@ } ], "meta": { + "corpus:begin": 3195583, + "corpus:end": 3197715, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc085" - }, - "corpus:begin": 3195583, - "corpus:end": 3197715 + } } }, { @@ -121509,11 +121509,11 @@ } ], "meta": { + "corpus:begin": 3197715, + "corpus:end": 3253997, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc086" - }, - "corpus:begin": 3197715, - "corpus:end": 3253997 + } } }, { @@ -121635,11 +121635,11 @@ } ], "meta": { + "corpus:begin": 3253997, + "corpus:end": 3330294, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc088" - }, - "corpus:begin": 3253997, - "corpus:end": 3330294 + } } }, { @@ -121671,11 +121671,11 @@ } ], "meta": { + "corpus:begin": 3330294, + "corpus:end": 3357696, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc089" - }, - "corpus:begin": 3330294, - "corpus:end": 3357696 + } } }, { @@ -121800,11 +121800,11 @@ } ], "meta": { + "corpus:begin": 3357696, + "corpus:end": 3470390, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc090" - }, - "corpus:begin": 3357696, - "corpus:end": 3470390 + } } }, { @@ -121827,11 +121827,11 @@ } ], "meta": { + "corpus:begin": 3470390, + "corpus:end": 3488249, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc091" - }, - "corpus:begin": 3470390, - "corpus:end": 3488249 + } } }, { @@ -121956,11 +121956,11 @@ } ], "meta": { + "corpus:begin": 3488249, + "corpus:end": 3624133, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc092" - }, - "corpus:begin": 3488249, - "corpus:end": 3624133 + } } }, { @@ -122022,11 +122022,11 @@ } ], "meta": { + "corpus:begin": 3624133, + "corpus:end": 3674315, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc092" - }, - "corpus:begin": 3624133, - "corpus:end": 3674315 + } } }, { @@ -122100,11 +122100,11 @@ } ], "meta": { + "corpus:begin": 3674315, + "corpus:end": 3724644, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc094" - }, - "corpus:begin": 3674315, - "corpus:end": 3724644 + } } }, { @@ -122163,11 +122163,11 @@ } ], "meta": { + "corpus:begin": 3724644, + "corpus:end": 3785554, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc093" - }, - "corpus:begin": 3724644, - "corpus:end": 3785554 + } } }, { @@ -122214,11 +122214,11 @@ } ], "meta": { + "corpus:begin": 3785554, + "corpus:end": 3840822, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc095" - }, - "corpus:begin": 3785554, - "corpus:end": 3840822 + } } }, { @@ -122250,11 +122250,11 @@ } ], "meta": { + "corpus:begin": 3840822, + "corpus:end": 3861995, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc096" - }, - "corpus:begin": 3840822, - "corpus:end": 3861995 + } } }, { @@ -122283,11 +122283,11 @@ } ], "meta": { + "corpus:begin": 3861995, + "corpus:end": 3887495, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc097" - }, - "corpus:begin": 3861995, - "corpus:end": 3887495 + } } }, { @@ -122316,11 +122316,11 @@ } ], "meta": { + "corpus:begin": 3887495, + "corpus:end": 3908253, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc098" - }, - "corpus:begin": 3887495, - "corpus:end": 3908253 + } } }, { @@ -122349,11 +122349,11 @@ } ], "meta": { + "corpus:begin": 3908253, + "corpus:end": 3918637, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc099" - }, - "corpus:begin": 3908253, - "corpus:end": 3918637 + } } }, { @@ -122370,11 +122370,11 @@ } ], "meta": { + "corpus:begin": 3918637, + "corpus:end": 3934534, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc100" - }, - "corpus:begin": 3918637, - "corpus:end": 3934534 + } } }, { @@ -122463,11 +122463,11 @@ } ], "meta": { + "corpus:begin": 3934534, + "corpus:end": 4016948, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc101" - }, - "corpus:begin": 3934534, - "corpus:end": 4016948 + } } }, { @@ -122556,11 +122556,11 @@ } ], "meta": { + "corpus:begin": 4016948, + "corpus:end": 4109581, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc102" - }, - "corpus:begin": 4016948, - "corpus:end": 4109581 + } } }, { @@ -122661,11 +122661,11 @@ } ], "meta": { + "corpus:begin": 4109581, + "corpus:end": 4254092, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc103" - }, - "corpus:begin": 4109581, - "corpus:end": 4254092 + } } }, { @@ -122688,11 +122688,11 @@ } ], "meta": { + "corpus:begin": 4254092, + "corpus:end": 4273629, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc105" - }, - "corpus:begin": 4254092, - "corpus:end": 4273629 + } } }, { @@ -122706,11 +122706,11 @@ } ], "meta": { + "corpus:begin": 4273629, + "corpus:end": 4279487, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc106" - }, - "corpus:begin": 4273629, - "corpus:end": 4279487 + } } }, { @@ -122736,11 +122736,11 @@ } ], "meta": { + "corpus:begin": 4279487, + "corpus:end": 4300576, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc107" - }, - "corpus:begin": 4279487, - "corpus:end": 4300576 + } } }, { @@ -122763,11 +122763,11 @@ } ], "meta": { + "corpus:begin": 4300576, + "corpus:end": 4336853, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc108" - }, - "corpus:begin": 4300576, - "corpus:end": 4336853 + } } }, { @@ -122790,11 +122790,11 @@ } ], "meta": { + "corpus:begin": 4336853, + "corpus:end": 4377142, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc109" - }, - "corpus:begin": 4336853, - "corpus:end": 4377142 + } } }, { @@ -122811,11 +122811,11 @@ } ], "meta": { + "corpus:begin": 4377142, + "corpus:end": 4409671, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc110" - }, - "corpus:begin": 4377142, - "corpus:end": 4409671 + } } }, { @@ -123021,11 +123021,11 @@ } ], "meta": { + "corpus:begin": 4409671, + "corpus:end": 4560325, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc111" - }, - "corpus:begin": 4409671, - "corpus:end": 4560325 + } } }, { @@ -123048,11 +123048,11 @@ } ], "meta": { + "corpus:begin": 4560325, + "corpus:end": 4577028, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc112" - }, - "corpus:begin": 4560325, - "corpus:end": 4577028 + } } }, { @@ -123078,11 +123078,11 @@ } ], "meta": { + "corpus:begin": 4577028, + "corpus:end": 4609639, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc113" - }, - "corpus:begin": 4577028, - "corpus:end": 4609639 + } } }, { @@ -123126,11 +123126,11 @@ } ], "meta": { + "corpus:begin": 4609639, + "corpus:end": 4658283, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc114" - }, - "corpus:begin": 4609639, - "corpus:end": 4658283 + } } }, { @@ -123159,11 +123159,11 @@ } ], "meta": { + "corpus:begin": 4658283, + "corpus:end": 4706113, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc115" - }, - "corpus:begin": 4658283, - "corpus:end": 4706113 + } } }, { @@ -123189,11 +123189,11 @@ } ], "meta": { + "corpus:begin": 4706113, + "corpus:end": 4716997, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc116" - }, - "corpus:begin": 4706113, - "corpus:end": 4716997 + } } }, { @@ -123219,11 +123219,11 @@ } ], "meta": { + "corpus:begin": 4716997, + "corpus:end": 4743352, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc117" - }, - "corpus:begin": 4716997, - "corpus:end": 4743352 + } } }, { @@ -123348,11 +123348,11 @@ } ], "meta": { + "corpus:begin": 4743352, + "corpus:end": 4840082, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc118" - }, - "corpus:begin": 4743352, - "corpus:end": 4840082 + } } }, { @@ -123408,11 +123408,11 @@ } ], "meta": { + "corpus:begin": 4840082, + "corpus:end": 4907703, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc129" - }, - "corpus:begin": 4840082, - "corpus:end": 4907703 + } } }, { @@ -123462,11 +123462,11 @@ } ], "meta": { + "corpus:begin": 4907703, + "corpus:end": 4931964, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc119" - }, - "corpus:begin": 4907703, - "corpus:end": 4931964 + } } }, { @@ -123495,11 +123495,11 @@ } ], "meta": { + "corpus:begin": 4931964, + "corpus:end": 4953080, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc130" - }, - "corpus:begin": 4931964, - "corpus:end": 4953080 + } } }, { @@ -123528,11 +123528,11 @@ } ], "meta": { + "corpus:begin": 4953080, + "corpus:end": 4968653, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc120" - }, - "corpus:begin": 4953080, - "corpus:end": 4968653 + } } }, { @@ -123657,11 +123657,11 @@ } ], "meta": { + "corpus:begin": 4968653, + "corpus:end": 5031697, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc121" - }, - "corpus:begin": 4968653, - "corpus:end": 5031697 + } } }, { @@ -123705,11 +123705,11 @@ } ], "meta": { + "corpus:begin": 5031697, + "corpus:end": 5062466, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc122" - }, - "corpus:begin": 5031697, - "corpus:end": 5062466 + } } }, { @@ -123756,11 +123756,11 @@ } ], "meta": { + "corpus:begin": 5062466, + "corpus:end": 5105369, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc118" - }, - "corpus:begin": 5062466, - "corpus:end": 5105369 + } } }, { @@ -123804,11 +123804,11 @@ } ], "meta": { + "corpus:begin": 5105369, + "corpus:end": 5144925, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc123" - }, - "corpus:begin": 5105369, - "corpus:end": 5144925 + } } }, { @@ -123840,11 +123840,11 @@ } ], "meta": { + "corpus:begin": 5144925, + "corpus:end": 5165650, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc131" - }, - "corpus:begin": 5144925, - "corpus:end": 5165650 + } } }, { @@ -123897,11 +123897,11 @@ } ], "meta": { + "corpus:begin": 5165650, + "corpus:end": 5197195, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc124" - }, - "corpus:begin": 5165650, - "corpus:end": 5197195 + } } }, { @@ -123954,11 +123954,11 @@ } ], "meta": { + "corpus:begin": 5197195, + "corpus:end": 5255815, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc125" - }, - "corpus:begin": 5197195, - "corpus:end": 5255815 + } } }, { @@ -124023,11 +124023,11 @@ } ], "meta": { + "corpus:begin": 5255815, + "corpus:end": 5307448, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc126" - }, - "corpus:begin": 5255815, - "corpus:end": 5307448 + } } }, { @@ -124047,11 +124047,11 @@ } ], "meta": { + "corpus:begin": 5307448, + "corpus:end": 5323226, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc132" - }, - "corpus:begin": 5307448, - "corpus:end": 5323226 + } } }, { @@ -124089,11 +124089,11 @@ } ], "meta": { + "corpus:begin": 5323226, + "corpus:end": 5374267, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc133" - }, - "corpus:begin": 5323226, - "corpus:end": 5374267 + } } }, { @@ -124170,11 +124170,11 @@ } ], "meta": { + "corpus:begin": 5374267, + "corpus:end": 5449433, "corpus:topic": { "id-ref": "11280.100/crdo-ESLO1_ENT_101_tpc134" - }, - "corpus:begin": 5374267, - "corpus:end": 5449433 + } } } ], @@ -191642,8 +191642,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:38+00:00", - "dc:modified": "2016-12-02T18:57:38+00:00", + "dc:created": "2016-12-17T23:32:24+00:00", + "dc:modified": "2016-12-17T23:32:24+00:00", "dc:title": [ { "@language": "fr", @@ -198397,6 +198397,593 @@ "id": "11280.100/crdo-BOD033_SOUND" }, { + "id": "11280.100/crdo-MOC_0001_SOUND", + "transcript": { + "format": "http://advene.org/ns/cinelab/", + "@context": { + "dc": "http://purl.org/dc/elements/1.1/", + "corpus": "http://corpusdelaparole.huma-num.fr/ns/corpus#" + }, + "meta": { + "dc:creator": "Corpus de la Parole", + "dc:contributor": "Corpus de la Parole", + "dc:created": "2016-12-17T23:32:25+00:00", + "dc:modified": "2016-12-17T23:32:25+00:00", + "dc:title": { + "@language": "fr", + "@value": "12-La fille d'Alofitai et le diable" + } + }, + "medias": [ + { + "id": "11280.100/crdo-MOC_0001_SOUND_m1", + "origin": 0, + "unit": "ms", + "url": "http://cocoon.huma-num.fr/data/archi/144208_MOC_0001_22km.wav", + "meta": { + "dc:duration": 221000, + "dc:title": { + "@language": "fr", + "@value": "12-La fille d'Alofitai et le diable" + }, + "dc:format": "audio/x-wav", + "corpus:master": false + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_m2", + "origin": 0, + "unit": "ms", + "url": "http://cocoon.huma-num.fr/data/archi/masters/144208.wav", + "meta": { + "dc:duration": 221000, + "dc:title": { + "@language": "fr", + "@value": "12-La fille d'Alofitai et le diable" + }, + "dc:format": "audio/x-wav", + "corpus:master": true + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_m3", + "origin": 0, + "unit": "ms", + "url": "http://cocoon.huma-num.fr/data/archi/mp3/144208_MOC_0001_44k.mp3", + "meta": { + "dc:duration": 221000, + "dc:title": { + "@language": "fr", + "@value": "12-La fille d'Alofitai et le diable" + }, + "dc:format": "audio/mpeg", + "corpus:master": false + } + } + ], + "resources": [ + { + "id": "topics", + "content": { + "mimetype": "application/json", + "data": [] + } + }, + { + "id": "speakers", + "content": { + "mimetype": "application/json", + "data": [] + } + } + ], + "lists": [ + { + "id": "11280.100/crdo-MOC_0001_SOUND_sctn001", + "items": [ + { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + ], + "meta": { + "corpus:begin": 0, + "corpus:end": 216673 + } + } + ], + "annotation-types": [ + { + "id": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "dc:title": "Turn 1", + "corpus:begin": 0, + "corpus:end": 216673 + } + ], + "annotations": [ + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0001", + "begin": 0, + "end": 5449, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "***" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0002", + "begin": 5449, + "end": 11020, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ko le gā fakamatala leinei ka fai atu e au la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0003", + "begin": 11020, + "end": 15672, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Nofonofo loa lāua ti soko loa a le ne’a na fai i Mala’e." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0004", + "begin": 15672, + "end": 54086, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ka ko le taumātu’a la ko le fafine la e nofo lona fāmili i Mala’e." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0005", + "begin": 54086, + "end": 63309, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ti ’au loa lāua ki Mala’e ka ko lolā toe ta’ine e tasi mo le gā tama." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0006", + "begin": 63309, + "end": 77560, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "***" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0007", + "begin": 77560, + "end": 87674, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Nofonofo loa le ta’ine la aia ko leia le malu o le afiafi la ti ofolele a ia kua ’ea ake le temonio o nake o vesili ake :" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0008", + "begin": 87674, + "end": 90045, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "« Kofea ou mātu’a ? »" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0009", + "begin": 90045, + "end": 99619, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "« Ko leia lāua kua ano ki Mala’e, na ano lāua kua ’oki a aso e tolu ki ai. »" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0010", + "begin": 99619, + "end": 101728, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Pati le temonio la aia :" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0011", + "begin": 101728, + "end": 111003, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "« E nofo loa a koe la o fakalogologo ki le afiafi nā e kau ’au ke tā momoe i leinei. »" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0012", + "begin": 111003, + "end": 119556, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ti fano le temonio la aia, ka nofonofo le ta’ine la aia ku le’ese sana fakakaukau." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0013", + "begin": 119556, + "end": 124291, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Fano loa a ia o fa’u a le fuilama." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0014", + "begin": 124291, + "end": 127831, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "’Oki le fuilama i le fa’u ti nofo a ia." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0015", + "begin": 127831, + "end": 133019, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ko le lakaga loa leia e malō ai le tai la ko le lakaga leia ka ’ua la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0016", + "begin": 133019, + "end": 138373, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Kua eke a ia i lenā le fatu o le koluse la mo le fuilama la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0017", + "begin": 138373, + "end": 142494, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ki se ifo ake le temonio la aia." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0018", + "begin": 142494, + "end": 145497, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Lana lenā ekeeke i le koluse la mo le fuilama la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0019", + "begin": 145497, + "end": 150695, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ko le lakaga leia ku iloa e ia ku le’ese koi mafai le nake i ’uta ki le fatu la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0020", + "begin": 150695, + "end": 160224, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ti ’aga loa a ia o tutu le fuilama la, tutu e ia le fuilama la o ula i aluga." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0021", + "begin": 160224, + "end": 164456, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Faifai loa le tauasu i Mala’e la ko le lakaga leia ka ano ai ke koukoua a moa la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0022", + "begin": 164456, + "end": 173384, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ti ifo loa lona tamana la ki ’one o tio a ia mei Mala’e ki le ula o le afi mei le fatu la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0023", + "begin": 173384, + "end": 180219, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ti manatu a ia i lona loto « ko le tai la kua ’ua. »" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0024", + "begin": 180219, + "end": 183827, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Fai la’ana gā fakatokaga ki le afi la le’aise toe mate." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0025", + "begin": 183827, + "end": 189427, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ti iloa’ina mālie fa’i e ia ko le logo veli nāsaga ko lona ta’ine la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0026", + "begin": 189427, + "end": 197464, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ko leia fa’i le vaka na lā ’au ai la ti pale ake fa’i a ia ki ’uta o fakaui ki le fenua la ke fakakauvaka ai fa’i le vaka la i lenā le lakaga la o fano." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0027", + "begin": 197464, + "end": 201797, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "O natu le vaka la ko lona ta’ine la fa’i leia e eke mei le fatu la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0028", + "begin": 201797, + "end": 211072, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "O fa’o ki le vaka la o liliu mai ai le vaka la o ano ki Mala’e kae ifo ake le temonio la aia ku ’aumai ai le ta’ine la aia." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0029", + "begin": 211072, + "end": 212472, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "Ti ’oki ai loa le fakamatala la." + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + }, + { + "id": "11280.100/crdo-MOC_0001_SOUND_a0030", + "begin": 212472, + "end": 216673, + "media": "11280.100/crdo-MOC_0001_SOUND_m2", + "type": "11280.100/crdo-MOC_0001_SOUND_trn0001", + "content": { + "mimetype": "application/json", + "data": { + "content": "***" + } + }, + "meta": { + "id-ref": "11280.100/crdo-MOC_0001_SOUND_trn0001" + } + } + ] + } + }, + { "id": "11280.100/crdo-09-CAYCHAX_SOUND", "transcript": { "format": "http://advene.org/ns/cinelab/", @@ -198407,8 +198994,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:38+00:00", - "dc:modified": "2016-12-02T18:57:38+00:00", + "dc:created": "2016-12-17T23:32:25+00:00", + "dc:modified": "2016-12-17T23:32:25+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Caychax : Parabole" @@ -199295,8 +199882,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:38+00:00", - "dc:modified": "2016-12-02T18:57:38+00:00", + "dc:created": "2016-12-17T23:32:26+00:00", + "dc:modified": "2016-12-17T23:32:26+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Dun : Parabole" @@ -200183,8 +200770,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:39+00:00", - "dc:modified": "2016-12-02T18:57:39+00:00", + "dc:created": "2016-12-17T23:32:27+00:00", + "dc:modified": "2016-12-17T23:32:27+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : La Bastide-de-Lordat : Parabole" @@ -201071,8 +201658,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:39+00:00", - "dc:modified": "2016-12-02T18:57:39+00:00", + "dc:created": "2016-12-17T23:32:27+00:00", + "dc:modified": "2016-12-17T23:32:27+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Loubens : Parabole" @@ -201959,8 +202546,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:39+00:00", - "dc:modified": "2016-12-02T18:57:39+00:00", + "dc:created": "2016-12-17T23:32:27+00:00", + "dc:modified": "2016-12-17T23:32:27+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Mérens-les-Vals : Parabole" @@ -202847,8 +203434,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:39+00:00", - "dc:modified": "2016-12-02T18:57:39+00:00", + "dc:created": "2016-12-17T23:32:27+00:00", + "dc:modified": "2016-12-17T23:32:27+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Montségur : Parabole" @@ -203735,8 +204322,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:40+00:00", - "dc:modified": "2016-12-02T18:57:40+00:00", + "dc:created": "2016-12-17T23:32:28+00:00", + "dc:modified": "2016-12-17T23:32:28+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Prayols : Parabole" @@ -204623,8 +205210,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:40+00:00", - "dc:modified": "2016-12-02T18:57:40+00:00", + "dc:created": "2016-12-17T23:32:28+00:00", + "dc:modified": "2016-12-17T23:32:28+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Quérigut : Parabole" @@ -205511,8 +206098,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:40+00:00", - "dc:modified": "2016-12-02T18:57:40+00:00", + "dc:created": "2016-12-17T23:32:28+00:00", + "dc:modified": "2016-12-17T23:32:28+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Siguer : Parabole" @@ -206303,8 +206890,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:40+00:00", - "dc:modified": "2016-12-02T18:57:40+00:00", + "dc:created": "2016-12-17T23:32:29+00:00", + "dc:modified": "2016-12-17T23:32:29+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Saint-Martin-d'Oydes : Parabole" @@ -207191,8 +207778,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:41+00:00", - "dc:modified": "2016-12-02T18:57:41+00:00", + "dc:created": "2016-12-17T23:32:29+00:00", + "dc:modified": "2016-12-17T23:32:29+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Surba : Parabole" @@ -208079,8 +208666,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:41+00:00", - "dc:modified": "2016-12-02T18:57:41+00:00", + "dc:created": "2016-12-17T23:32:29+00:00", + "dc:modified": "2016-12-17T23:32:29+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Gramazie : Parabole" @@ -208967,8 +209554,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:41+00:00", - "dc:modified": "2016-12-02T18:57:41+00:00", + "dc:created": "2016-12-17T23:32:29+00:00", + "dc:modified": "2016-12-17T23:32:29+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Molleville : Parabole" @@ -209855,8 +210442,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:41+00:00", - "dc:modified": "2016-12-02T18:57:41+00:00", + "dc:created": "2016-12-17T23:32:30+00:00", + "dc:modified": "2016-12-17T23:32:30+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Puivert : Parabole" @@ -210743,8 +211330,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:41+00:00", - "dc:modified": "2016-12-02T18:57:41+00:00", + "dc:created": "2016-12-17T23:32:30+00:00", + "dc:modified": "2016-12-17T23:32:30+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Ribouisse : Parabole" @@ -211631,8 +212218,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:42+00:00", - "dc:modified": "2016-12-02T18:57:42+00:00", + "dc:created": "2016-12-17T23:32:30+00:00", + "dc:modified": "2016-12-17T23:32:30+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Sonnac-sur-l'Hers : Parabole" @@ -212519,8 +213106,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:42+00:00", - "dc:modified": "2016-12-02T18:57:42+00:00", + "dc:created": "2016-12-17T23:32:30+00:00", + "dc:modified": "2016-12-17T23:32:30+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Saint-Martin-Lalande : Parabole" @@ -213407,8 +213994,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:42+00:00", - "dc:modified": "2016-12-02T18:57:42+00:00", + "dc:created": "2016-12-17T23:32:31+00:00", + "dc:modified": "2016-12-17T23:32:31+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Auzits : Parabole" @@ -214295,8 +214882,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:42+00:00", - "dc:modified": "2016-12-02T18:57:42+00:00", + "dc:created": "2016-12-17T23:32:31+00:00", + "dc:modified": "2016-12-17T23:32:31+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Jouels : Parabole" @@ -215183,8 +215770,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:43+00:00", - "dc:modified": "2016-12-02T18:57:43+00:00", + "dc:created": "2016-12-17T23:32:31+00:00", + "dc:modified": "2016-12-17T23:32:31+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Lacassagne : Parabole" @@ -216087,8 +216674,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:43+00:00", - "dc:modified": "2016-12-02T18:57:43+00:00", + "dc:created": "2016-12-17T23:32:32+00:00", + "dc:modified": "2016-12-17T23:32:32+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Lanuéjouls : Parabole" @@ -217024,8 +217611,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:45+00:00", - "dc:modified": "2016-12-02T18:57:45+00:00", + "dc:created": "2016-12-17T23:32:34+00:00", + "dc:modified": "2016-12-17T23:32:34+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Mayran : Parabole" @@ -217928,8 +218515,8 @@ "meta": { "dc:creator": "Corpus de la Parole", "dc:contributor": "Corpus de la Parole", - "dc:created": "2016-12-02T18:57:45+00:00", - "dc:modified": "2016-12-02T18:57:45+00:00", + "dc:created": "2016-12-17T23:32:34+00:00", + "dc:modified": "2016-12-17T23:32:34+00:00", "dc:title": { "@language": "fr", "@value": "ALLOc : Meljac : Parabole" diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/package.json --- a/cms/app-client/package.json Sat Dec 17 23:43:28 2016 +0100 +++ b/cms/app-client/package.json Sun Dec 18 01:13:51 2016 +0100 @@ -13,8 +13,8 @@ "build": "ember build", "start": "ember server", "test": "ember test", - "dl-documents": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d mirage/fixtures/documents.js -t documents -e \"11280.100/crdo-UVE_MOCIKA_SOUND,11280.100/crdo-CFPP2000_11_SOUND,11280.100/crdo-FRA_PK_IV_10_SOUND,11280.100/crdo-FSL-CUC023_SOUND,11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND,11280.100/crdo-ESLO1_ENT_047,11280.100/crdo-SWB_HOMME_SOUND,11280.100/crdo-ESLO1_ENT_101,11280.100/crdo-NEM_ANGUI_SOUND,11280.100/crdo-BOD033_SOUND,11280.100/crdo-DAM040_SOUND\" -p 3 -f es6", - "dl-transcripts": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d mirage/fixtures/transcripts.js -t transcripts -e \"11280.100/crdo-UVE_MOCIKA_SOUND,11280.100/crdo-CFPP2000_11_SOUND,11280.100/crdo-FRA_PK_IV_10_SOUND,11280.100/crdo-FSL-CUC023_SOUND,11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND,11280.100/crdo-ESLO1_ENT_047,11280.100/crdo-SWB_HOMME_SOUND,11280.100/crdo-ESLO1_ENT_101,11280.100/crdo-NEM_ANGUI_SOUND,11280.100/crdo-BOD033_SOUND\" -p 3 -f es6", + "dl-documents": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d mirage/fixtures/documents.js -t documents -e \"11280.100/crdo-UVE_MOCIKA_SOUND,11280.100/crdo-CFPP2000_11_SOUND,11280.100/crdo-FRA_PK_IV_10_SOUND,11280.100/crdo-FSL-CUC023_SOUND,11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND,11280.100/crdo-ESLO1_ENT_047,11280.100/crdo-SWB_HOMME_SOUND,11280.100/crdo-ESLO1_ENT_101,11280.100/crdo-NEM_ANGUI_SOUND,11280.100/crdo-BOD033_SOUND,11280.100/crdo-DAM040_SOUND,11280.100/crdo-MOC_0001_SOUND\" -p 3 -f es6", + "dl-transcripts": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d mirage/fixtures/transcripts.js -t transcripts -e \"11280.100/crdo-UVE_MOCIKA_SOUND,11280.100/crdo-CFPP2000_11_SOUND,11280.100/crdo-FRA_PK_IV_10_SOUND,11280.100/crdo-FSL-CUC023_SOUND,11280.100/crdo-NEE_KHIAAK_KO_AK_SOUND,11280.100/crdo-ESLO1_ENT_047,11280.100/crdo-SWB_HOMME_SOUND,11280.100/crdo-ESLO1_ENT_101,11280.100/crdo-NEM_ANGUI_SOUND,11280.100/crdo-BOD033_SOUND,11280.100/crdo-MOC_0001_SOUND\" -p 3 -f es6", "dl-themes": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/stats/themes/ -d mirage/fixtures/themes.js -t themes -f es6", "dl-discourses": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/stats/discourses/ -d mirage/fixtures/discourses.js -t discourses -f es6", "prepare-maps": "node lib/scripts/prepare_maps.js", diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/tests/unit/helpers/milli-to-minutes-test.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/app-client/tests/unit/helpers/milli-to-minutes-test.js Sun Dec 18 01:13:51 2016 +0100 @@ -0,0 +1,12 @@ + +import { milliToMinutes } from 'app-client/helpers/milli-to-minutes'; +import { module, test } from 'qunit'; + +module('Unit | Helper | milli to minutes'); + +// Replace this with your real tests. +test('it works', function(assert) { + let result = milliToMinutes([42]); + assert.ok(result); +}); + diff -r dbb941b9fb66 -r 9cffc7f32f14 server/src/app/Libraries/Transcript/TranscriberTranscriptConverter.php --- a/server/src/app/Libraries/Transcript/TranscriberTranscriptConverter.php Sat Dec 17 23:43:28 2016 +0100 +++ b/server/src/app/Libraries/Transcript/TranscriberTranscriptConverter.php Sun Dec 18 01:13:51 2016 +0100 @@ -170,12 +170,14 @@ 'id' => $this->document->getId()."_sctn".sprintf("%03d", $sectionIndex+1), 'items' => $sectionItems, 'meta' => [ - 'corpus:topic'=> ["id-ref" => $this->topicIds[$sectionNode->getAttribute('topic')]], 'corpus:begin' => floatval($sectionNode->getAttribute('startTime'))*1000, 'corpus:end' => floatval($sectionNode->getAttribute('endTime'))*1000, ] ]; - + $topicRef = $sectionNode->getAttribute('topic'); + if(!empty($topicRef) && array_key_exists($topicRef, $this->topicIds)) { + $section['meta']['corpus:topic'] = ["id-ref" => $this->topicIds[$topicRef]]; + } array_push($this->lists, $section); } }