Revision 2574
tmp/org.txm.lexicaltable.core/src/org/txm/lexicaltable/core/functions/LexicalTable.java (revision 2574) | ||
---|---|---|
348 | 348 |
|
349 | 349 |
if (this.parent instanceof Subcorpus) { |
350 | 350 |
|
351 |
this.subTask("Computing from Subcorpus: " + this.parent); |
|
352 |
|
|
353 | 351 |
Subcorpus subcorpus = (Subcorpus) this.parent; |
354 | 352 |
CQPCorpus parentCorpus = subcorpus.getCorpusParent(); |
355 | 353 |
CQPLexicon l1 = CQPLexicon.getLexicon(parentCorpus, this.property, this.monitor, false); |
... | ... | |
359 | 357 |
} |
360 | 358 |
else if (this.parent instanceof Partition) { |
361 | 359 |
|
362 |
this.subTask("Computing from Partition: " + this.parent); |
|
363 |
|
|
364 | 360 |
this.statsData = this._computeFromPartition((Partition) this.parent); |
365 | 361 |
} |
366 | 362 |
else if (this.parent instanceof PartitionIndex) { |
... | ... | |
371 | 367 |
vMaxFilter++; |
372 | 368 |
} |
373 | 369 |
|
374 |
this.subTask("Computing from Partition Index: " + this.parent); |
|
375 |
|
|
376 | 370 |
this.statsData = this._computeFromIndexes(Arrays.asList((PartitionIndex) this.parent)); |
377 | 371 |
} |
378 | 372 |
|
Also available in: Unified diff