Révision 1666
tmp/org.txm.core/src/java/org/txm/objects/Project.java (revision 1666) | ||
---|---|---|
313 | 313 |
corpus.compute(); |
314 | 314 |
} |
315 | 315 |
} |
316 |
|
|
317 | 316 |
} |
318 | 317 |
return state; |
319 | 318 |
|
... | ... | |
452 | 451 |
Log.warning("more: "+(errors.size()-20)+"..."); |
453 | 452 |
} |
454 | 453 |
} |
454 |
|
|
455 |
// load the corpus builds |
|
456 |
for (CorpusBuild corpus : getCorpusBuilds()) { |
|
457 |
if (corpus != null) { |
|
458 |
corpus.compute(false); |
|
459 |
} |
|
460 |
} |
|
455 | 461 |
} |
456 | 462 |
|
457 | 463 |
// public BasePreferenceScope getPreferenceScope() { |
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/MainCorpus.java (revision 1666) | ||
---|---|---|
99 | 99 |
* Instantiates a new corpus. This constructor is not intended to be used |
100 | 100 |
* directly. Use {@link CorpusManager#getCorpus(String)}. |
101 | 101 |
* |
102 |
* @param pID
|
|
103 |
* the cqp id
|
|
102 |
* @param parametersNodePath
|
|
103 |
* the preference node path
|
|
104 | 104 |
* |
105 | 105 |
* @throws InvalidCqpIdException |
106 | 106 |
* the invalid cqp id exception |
Formats disponibles : Unified diff