Révision 2374
| tmp/org.txm.groovy.core/src/groovy/org/txm/scripts/importer/transcriber/AddSections.groovy (revision 2374) | ||
|---|---|---|
| 193 | 193 |
|
| 194 | 194 |
if (found == null) {
|
| 195 | 195 |
if (currentSection != null || currentNode == null) {
|
| 196 |
currentNode = new Node(trsEpisode, "Section", ["type":"Sujet non synchronisé", "topic":"none", "startTime":turn.@startTime, "endTime":"", "synchronized":"false"] )
|
|
| 196 |
currentNode = new Node(trsEpisode, "Section", ["type":"Sujet non synchronisé", "startTime":turn.@startTime, "endTime":"", "synchronized":"false"] ) |
|
| 197 | 197 |
currentSection = null; |
| 198 | 198 |
} |
| 199 | 199 |
} else {
|
Formats disponibles : Unified diff